Update Date/Time: Fri 19 Aug 05:50:01 BST 2022 ------------------------------------------------------------------------------------------------------- $ /bin/echo "OS: $(/bin/cat /etc/redhat-release) Kernel: $(/bin/uname -r)" OS: CentOS Linux release 7.9.2009 (Core) Kernel: 3.10.0-1160.24.1.el7.x86_64 $ /bin/echo "Uptime: $(/bin/uptime)" Uptime: 05:50:01 up 249 days, 17:59, 0 users, load average: 0.20, 0.14, 0.14 $ /bin/dmesg | /bin/grep 'ZFS: Loaded' | /bin/sed 's/^.*ZFS:/ZFS:/' ZFS: Loaded module v0.8.6-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:50 with 0 errors on Mon Aug 15 00:01:51 2022 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 18:46:48 with 0 errors on Mon Aug 15 18:46:50 2022 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 mirror-2 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 Fri 2022-08-19 05:50:01 BST; 82ms ago Main PID: 1394 (sanoid) Tasks: 1 Memory: 8.8M CGroup: /system.slice/sanoid.service └─1394 /usr/bin/perl /usr/sbin/sanoid --cron Aug 19 05:50:01 hell01-serv01 systemd[1]: Starting Snapshot ZFS Pool... Aug 19 05:50:01 hell01-serv01 systemd[1]: Started Snapshot ZFS Pool.