Update Date/Time: Wed 27 Jan 07:30:01 GMT 2021 ------------------------------------------------------------------------------------------------------- $ /bin/echo "OS: $(/bin/cat /etc/redhat-release) Kernel: $(/bin/uname -r)" OS: CentOS Linux release 7.8.2003 (Core) Kernel: 3.10.0-1127.19.1.el7.x86_64 $ /bin/echo "Uptime: $(/bin/uptime)" Uptime: 07:30:01 up 61 days, 17:09, 0 users, load average: 0.00, 0.01, 0.05 $ /bin/dmesg | /bin/grep 'ZFS: Loaded' | /bin/sed 's/^.*ZFS:/ZFS:/' ZFS: Loaded module v0.8.5-1, ZFS pool version 5000, ZFS filesystem version 5 $ /sbin/zpool status | /bin/sed 's%\(luks-\)[^[:space:]]\+%\100000000-0000-0000-0000-000000000000%g' pool: centos_hell01-serv01-core state: ONLINE scan: scrub repaired 0B in 0 days 00:01:15 with 0 errors on Mon Jan 25 00:01:16 2021 config: NAME STATE READ WRITE CKSUM centos_hell01-serv01-core ONLINE 0 0 0 luks-00000000-0000-0000-0000-000000000000 ONLINE 0 0 0 errors: No known data errors pool: centos_hell01-serv01-data state: ONLINE scan: scrub repaired 0B in 0 days 12:20:43 with 0 errors on Mon Jan 25 12:20:44 2021 config: NAME STATE READ WRITE CKSUM centos_hell01-serv01-data ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 luks-00000000-0000-0000-0000-000000000000 ONLINE 0 0 0 luks-00000000-0000-0000-0000-000000000000 ONLINE 0 0 0 logs luks-00000000-0000-0000-0000-000000000000 ONLINE 0 0 0 cache luks-00000000-0000-0000-0000-000000000000 ONLINE 0 0 0 errors: No known data errors $ /usr/bin/systemctl status sanoid.service -l ● sanoid.service - Snapshot ZFS Pool Loaded: loaded (/etc/systemd/system/sanoid.service; static; vendor preset: disabled) Active: activating (start) since Wed 2021-01-27 07:30:01 GMT; 93ms ago Main PID: 19729 (sanoid) Tasks: 1 Memory: 8.8M CGroup: /system.slice/sanoid.service └─19729 /usr/bin/perl /usr/sbin/sanoid --cron Jan 27 07:30:01 hell01-serv01 systemd[1]: Starting Snapshot ZFS Pool... Jan 27 07:30:01 hell01-serv01 systemd[1]: Started Snapshot ZFS Pool.