Page MenuHomeFreeBSD

D4588.diff
No OneTemporary

D4588.diff

Index: head/etc/periodic/daily/800.scrub-zfs
===================================================================
--- head/etc/periodic/daily/800.scrub-zfs
+++ head/etc/periodic/daily/800.scrub-zfs
@@ -43,6 +43,10 @@
rc=3
echo "Skipping faulted pool: ${pool}"
continue ;;
+ *UNAVAIL*)
+ rc=4
+ echo "Skipping unavailable pool: ${pool}"
+ continue ;;
esac
# determine how many days shall be between scrubs

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 18, 7:56 AM (1 h, 46 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35192640
Default Alt Text
D4588.diff (431 B)

Event Timeline