Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144626925
D4588.1775861815.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
D4588.1775861815.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 10:56 PM (4 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28320513
Default Alt Text
D4588.1775861815.diff (431 B)
Attached To
Mode
D4588: Skip unavailable zpools when running zfs pool scrubs
Attached
Detach File
Event Timeline
Log In to Comment