Update Date/Time: Thu 30 Mar 02:35:01 BST 2023 ------------------------------------------------------------------------------------------------------- $ /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: 02:35:01 up 129 days, 10:53, 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.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:02:04 with 0 errors on Mon Mar 27 00:02:05 2023 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 status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors using 'zpool clear' or replace the device with 'zpool replace'. see: http://zfsonlinux.org/msg/ZFS-8000-9P scan: scrub repaired 0B in 0 days 21:29:07 with 0 errors on Mon Mar 27 21:29:08 2023 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 1 2 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 Thu 2023-03-30 02:35:01 BST; 55ms ago Main PID: 6500 (sanoid) Tasks: 1 Memory: 8.1M CGroup: /system.slice/sanoid.service └─6500 /usr/bin/perl /usr/sbin/sanoid --cron Mar 30 02:35:01 hell01-serv01 systemd[1]: Starting Snapshot ZFS Pool...