]> granicus.if.org Git - zfs/commitdiff
Update commented zed.rc values to defaults
authorkpande <github@tripleback.net>
Thu, 14 Mar 2019 16:53:34 +0000 (09:53 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 14 Mar 2019 16:53:34 +0000 (09:53 -0700)
Update zed.rc values reflect their default value.  This helps
avoid confusion if a user expects functionality to be enabled.

Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Kash Pande <kash@tripleback.net>
Closes #8498

cmd/zed/zed.d/zed.rc

index 35a4d1275755859509608c5f993512b57c44458d..0ef70684905627ce198074a0bf4bfb4b6c480e61 100644 (file)
@@ -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).