From 05f5a2205acdac32e720f0558b0d8dd20ca3817a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Apr 2016 12:48:33 +0200 Subject: [PATCH 121/310] 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 --- libexec/rc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 libexec/rc/rc.conf diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf old mode 100644 new mode 100755 index 422c2efa9b59..b034ac46e48f --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -92,7 +92,7 @@ geli_groups="" # List of groups containing devices to automatically 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.37.1