We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc3f49 commit fba1c95Copy full SHA for fba1c95
zpool_report.sh
@@ -94,7 +94,7 @@ for pool_name in ${ZFS_POOLS}; do
94
[[ "${write_errors}" != "0" ]] ||
95
[[ "${checksum_errors}" != "0" ]] ||
96
[[ "${pool_used_capacity}" -ge "${ZFS_POOL_CAPACITY_WARNING}" ]] ||
97
- [[ "${scrub_repaired_bytes}" != "0" ]] ||
+ [[ "${scrub_repaired_bytes}" != "0B" ]] ||
98
[[ "$(echo "${scrub_age}" | awk '{print int($1)}')" -ge "${SCRUB_AGE_WARNING}" ]]; then
99
ui_symbol="${UI_WARNING_SYMBOL}"
100
else
0 commit comments