Gigabyte GA-MA74GM-S2H - FreeBSD - 2017 archive
back to main FreeBSD page for this machine.
2017 archive.
2017-11-29: scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE status: One or more devices are configured to use a non-native block size. Expect reduced performance. action: Replace affected devices with devices that support the configured block size, or migrate data to a properly configured pool. scan: scrub repaired 0 in 3h42m with 0 errors on Wed Nov 29 06:45:03 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 block size: 512B configured, 4096B native ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-11-10: scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Fri Nov 10 03:09:20 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-11-07: storage pool resilvered - ok
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: resilvered 873G in 5h15m with 0 errors on Tue Nov 7 03:05:18 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-11-06: zfs - use the new ada6 in the storage pool
status
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices has been taken offline by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Online the device using 'zpool online' or replace the device with 'zpool replace'. scan: scrub repaired 0 in 3h13m with 0 errors on Sun Nov 5 18:59:36 2017 config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 13224163693124538071 OFFLINE 0 0 0 was /dev/ada6 ada0 ONLINE 0 0 0 errors: No known data errors
replace
root@kg-f2# zpool replace storage ada6
status
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices is currently being resilvered. The pool will continue to function, possibly in a degraded state. action: Wait for the resilver to complete. scan: resilver in progress since Mon Nov 6 21:49:48 2017 4.98G scanned out of 4.26T at 159M/s, 7h47m to go 1018M resilvered, 0.11% done config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 replacing-3 OFFLINE 0 0 0 13224163693124538071 OFFLINE 0 0 0 was /dev/ada6/old ada6 ONLINE 0 0 0 block size: 512B configured, 4096B native (resilvering) ada0 ONLINE 0 0 0 errors: No known data errors
and finally, it is resilvering. Nice.
2017-11-06: after cleaning and re-plugging of cables I powered on the machine and tried the ada6 drive once more
dd
root@kg-f2# dd if=/dev/zero of=/dev/ada6 bs=1M count=1 1+0 records in 1+0 records out 1048576 bytes transferred in 0.005656 secs (185391667 bytes/sec)
now it works. smartctl info
root@kg-f2# smartctl -i /dev/ada6 smartctl 6.4 2015-06-04 r4109 [FreeBSD 8.4-STABLE amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Blue Device Model: WDC WD10EZEX-00RKKA0 Serial Number: WD-WCC1S3704096 LU WWN Device Id: 5 0014ee 2b3104bc4 Firmware Version: 80.00A80 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Mon Nov 6 21:47:17 2017 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled
ok.
2017-11-06: ada6 replace - testing with a new drive: smartctl info
root@kg-f2# smartctl -i /dev/ada6 smartctl 6.4 2015-06-04 r4109 [FreeBSD 8.4-STABLE amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Blue Device Model: WDC WD10EZEX-00RKKA0 Serial Number: WD-WCC1S3704096 LU WWN Device Id: 5 0014ee 2b3104bc4 Firmware Version: 80.00A80 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Mon Nov 6 20:32:58 2017 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled
test with 'dd'
root@kg-f2# dd if=/dev/zero of=/dev/ada6 bs=1M count=1 dd: /dev/ada6: Input/output error 1+0 records in 0+0 records out 0 bytes transferred in 0.823282 secs (0 bytes/sec)
but I have already tested this drive with a sata-to-usb dock, and it worked nicely. Perhaps it is a broken / failing cable.
2017-11-05: scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices has been taken offline by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Online the device using 'zpool online' or replace the device with 'zpool replace'. scan: scrub repaired 0 in 3h13m with 0 errors on Sun Nov 5 18:59:36 2017 config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 13224163693124538071 OFFLINE 0 0 0 was /dev/ada6 ada0 ONLINE 0 0 0 errors: No known data errors
ok
2017-11-05: zfs - let me try a trick
offline ada6
root@kg-f2# zpool offline storage ada6
zero out stuff
root@kg-f2# dd if=/dev/zero of=/dev/ada6 bs=1M count=1 dd: /dev/ada6: Input/output error 1+0 records in 0+0 records out 0 bytes transferred in 0.821840 secs (0 bytes/sec)
that's interesting. Perhaps the new drive is dying?
root@kg-f2# smartctl -i /dev/ada6 smartctl 6.4 2015-06-04 r4109 [FreeBSD 8.4-STABLE amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Blue Device Model: WDC WD10EZEX-00RKKA0 Serial Number: WD-WCC1S3692881 LU WWN Device Id: 5 0014ee 208657347 Firmware Version: 80.00A80 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Sun Nov 5 15:55:46 2017 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled root@kg-f2# smartctl -H /dev/ada6 smartctl 6.4 2015-06-04 r4109 [FreeBSD 8.4-STABLE amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Status command failed: Input/output error SMART overall-health self-assessment test result: PASSED Warning: This result is based on an Attribute check.
doesn't look like it.
2017-11-05: zfs - use the new ada6 in the storage pool
status
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using 'zpool online'. see: http://illumos.org/msg/ZFS-8000-2Q scan: scrub repaired 0 in 3h15m with 0 errors on Wed Oct 25 06:17:36 2017 config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 13224163693124538071 UNAVAIL 0 0 0 was /dev/ada6 ada0 ONLINE 0 0 0 errors: No known data errors
replace
root@kg-f2# zpool replace storage ada6 cannot replace ada6 with ada6: one or more devices is currently unavailable
try this
root@kg-f2# zpool replace storage 13224163693124538071 ada6 cannot replace 13224163693124538071 with ada6: one or more devices is currently unavailable
ok, with '-f' then
root@kg-f2# zpool replace -f storage ada6 cannot replace ada6 with ada6: one or more devices is currently unavailable root@kg-f2# zpool replace -f storage 13224163693124538071 ada6 cannot replace 13224163693124538071 with ada6: one or more devices is currently unavailable
nope, Perhaps the right way is to online it first, then replace it
root@kg-f2# zpool online storage ada6 warning: device 'ada6' onlined, but remains in faulted state use 'zpool replace' to replace devices that are no longer present
aha. status
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices could not be used because the label is missing or invalid. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Replace the device using 'zpool replace'. see: http://illumos.org/msg/ZFS-8000-4J scan: scrub in progress since Sun Nov 5 15:36:17 2017 30.7G scanned out of 4.26T at 346M/s, 3h33m to go 0 repaired, 0.70% done config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 13224163693124538071 UNAVAIL 0 0 0 was /dev/ada6 ada0 ONLINE 0 0 0 errors: No known data errors
try a replace
root@kg-f2# zpool replace storage ada6 cannot replace ada6 with ada6: one or more devices is currently unavailable root@kg-f2# zpool replace -f storage ada6 cannot replace ada6 with ada6: one or more devices is currently unavailable root@kg-f2# zpool replace storage 13224163693124538071 ada6 cannot replace 13224163693124538071 with ada6: one or more devices is currently unavailable root@kg-f2# zpool replace -f storage 13224163693124538071 ada6 cannot replace 13224163693124538071 with ada6: one or more devices is currently unavailable
not sure. Perhaps I should wait until the scrub is done.
2017-11-05: replacing hard drive ada6. I have done the physical replacement, and since this machine and setup supports hot swap, the new ada6 shows up right away. Compare ada6 and ada5
ada5
root@kg-f2# smartctl -i /dev/ada5 smartctl 6.4 2015-06-04 r4109 [FreeBSD 8.4-STABLE amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: SAMSUNG SpinPoint F3 Device Model: SAMSUNG HD103SJ Serial Number: S246J90Z334937 LU WWN Device Id: 5 0024e9 202223327 Firmware Version: 1AJ100E4 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Size: 512 bytes logical/physical Rotation Rate: 7200 rpm Form Factor: 3.5 inches Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS T13/1699-D revision 6 SATA Version is: SATA 2.6, 3.0 Gb/s Local Time is: Sun Nov 5 14:37:53 2017 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled
ada6
root@kg-f2# smartctl -i /dev/ada6 smartctl 6.4 2015-06-04 r4109 [FreeBSD 8.4-STABLE amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Blue Device Model: WDC WD10EZEX-00RKKA0 Serial Number: WD-WCC1S3692881 LU WWN Device Id: 5 0014ee 208657347 Firmware Version: 80.00A80 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Sun Nov 5 15:22:36 2017 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled
ok, the new ada6 is a 4k sectors drive.
2017-10-25: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using 'zpool online'. see: http://illumos.org/msg/ZFS-8000-2Q scan: scrub repaired 0 in 3h15m with 0 errors on Wed Oct 25 06:17:36 2017 config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 13224163693124538071 UNAVAIL 0 0 0 was /dev/ada6 ada0 ONLINE 0 0 0 errors: No known data errors
I should replace ada6 soon. But should I use a larger drive (2 or 3 TB) so that I can replace all drives and eventually expand the pool?
2017-10-16: pool storage - it seems like drive ada6 died:
root@kg-f2# zpool status storage pool: storage state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using 'zpool online'. see: http://illumos.org/msg/ZFS-8000-2Q scan: scrub repaired 0 in 3h45m with 0 errors on Tue Sep 19 06:48:58 2017 config: NAME STATE READ WRITE CKSUM storage DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 13224163693124538071 UNAVAIL 0 0 0 was /dev/ada6 ada0 ONLINE 0 0 0 errors: No known data errors
check
root@kg-f2# ls -l /dev/ada0 /dev/ada6 ls: /dev/ada6: No such file or directory crw-r----- 1 root operator 0, 97 Oct 16 18:44 /dev/ada0
yep, it is gone.
2017-10-16: I had to power on the machine after an unscheduled power outage (because of AMS installation).
2017-10-06: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Fri Oct 6 03:06:57 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-09-19: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h45m with 0 errors on Tue Sep 19 06:48:58 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-08-31: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Thu Aug 31 03:59:57 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-08-14: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h42m with 0 errors on Mon Aug 14 06:45:25 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-07-26: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Wed Jul 26 03:41:33 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-07-09: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h41m with 0 errors on Sun Jul 9 06:44:31 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-06-21: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Wed Jun 21 03:15:15 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-06-03: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h39m with 0 errors on Sat Jun 3 07:21:12 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-05-16: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Tue May 16 03:53:50 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-04-29: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h48m with 0 errors on Sat Apr 29 06:50:55 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-04-11: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Tue Apr 11 03:46:54 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-03-24: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h49m with 0 errors on Fri Mar 24 07:28:48 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-03-06: automatic scrub - latest result for zroot pool
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Mon Mar 6 03:50:26 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-02-23: testing it8718fd health monitor. The program compiles and installs without problems. And it works:
root@kg-f2# ./it8718fd -v Found an ITE IT8718F (id 0x8718, version 0x05) at special address port 0x2e System 48C CPU 45C Northbridge 85C CPU 2667 rpm System 0 rpm Northbridge 0 rpm Vcore 1.49 VDDR 1.95 +3.3 3.33 +5 5.08 +12 11.73 -12 -12.16 -5 -6.85 VSB 5.59 Vbat 3.31 System 48C CPU 45C Northbridge 85C CPU 2667 rpm System 0 rpm Northbridge 0 rpm Vcore 1.49 VDDR 1.95 +3.3 3.33 +5 5.08 +12 11.73 -12 -12.16 -5 -6.85 VSB 5.59 Vbat 3.31 ^C
ok. Via telnet interface
tingo@kg-f2$ telnet localhost 11999 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Temp 48, 45, 85 RPM 2657, 0, 0 Vcore 1.49 VDDR 1.95 Voltages 3.33, 5.08, 11.73, -12.16, -6.85 VSB 5.59 Vbat 3.31 Connection closed by foreign host.
ok.
2017-02-17: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h53m with 0 errors on Fri Feb 17 06:55:57 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.
2017-01-30: automatic scrub - latest result for zroot pool:
root@kg-f2# zpool status zroot pool: zroot state: ONLINE scan: scrub repaired 0 in 0h4m with 0 errors on Mon Jan 30 03:32:22 2017 config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/disk0 ONLINE 0 0 0 gpt/disk1 ONLINE 0 0 0 errors: No known data errors
ok.
2017-01-12: automatic scrub - latest result for storage pool
root@kg-f2# zpool status storage pool: storage state: ONLINE scan: scrub repaired 0 in 3h37m with 0 errors on Thu Jan 12 07:28:17 2017 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 ada6 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors
ok.