aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorkpande <[email protected]>2019-03-14 09:53:34 -0700
committerBrian Behlendorf <[email protected]>2019-03-14 09:53:34 -0700
commit98310e5d1aebda5a7cd986c8a0dc9932d62ead56 (patch)
tree851d4beb03b2b407ca0f8117c5f909733077aa3d /cmd
parent508c5527d0b6d53347b5643456444ea377b84c7a (diff)
Update commented zed.rc values to defaults
Update zed.rc values reflect their default value. This helps avoid confusion if a user expects functionality to be enabled. Reviewed-by: Richard Laager <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Kash Pande <[email protected]> Closes #8498
Diffstat (limited to 'cmd')
-rw-r--r--cmd/zed/zed.d/zed.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc
index 35a4d1275..0ef706849 100644
--- a/cmd/zed/zed.d/zed.rc
+++ b/cmd/zed/zed.d/zed.rc
@@ -52,9 +52,9 @@
##
# Send notifications for 'ereport.fs.zfs.data' events.
-# Disabled by default
+# Disabled by default, any non-empty value will enable the feature.
#
-#ZED_NOTIFY_DATA=1
+#ZED_NOTIFY_DATA=
##
# Pushbullet access token.
@@ -88,7 +88,8 @@ ZED_USE_ENCLOSURE_LEDS=1
##
# Run a scrub after every resilver
-#ZED_SCRUB_AFTER_RESILVER=1
+# Disabled by default, 1 to enable and 0 to disable.
+#ZED_SCRUB_AFTER_RESILVER=0
##
# The syslog priority (e.g., specified as a "facility.level" pair).