From 34efdd2af8feebbad8fd0aaa9aca459e5f84d98f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Apr 2016 12:48:33 +0200 Subject: [PATCH 197/257] rc.d: Change geli_autodetach default to 'NO' ... as autodetach leads to panics when scrubbing ZFS pools with more than one device. For details see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=117158 Obtained from: ElectroBSD --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 etc/defaults/rc.conf diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf old mode 100644 new mode 100755 index 18ee897bfb58..c1494f933edf --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -78,7 +78,7 @@ geli_devices="" # List of devices to automatically attach in addition to geli_tries="" # Number of times to attempt attaching geli device. # If empty, kern.geom.eli.tries will be used. geli_default_flags="" # Default flags for geli(8). -geli_autodetach="YES" # Automatically detach on last close. +geli_autodetach="NO" # Automatically detach on last close. # Providers are marked as such when all file systems are # mounted. # Example use. -- 2.11.0