From 6200570c82052c83b20f5e4fd24af90453f35af0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Apr 2016 12:48:33 +0200 Subject: [PATCH 134/325] 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 bd2fd5eeae2a..e5a731d09e21 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -85,7 +85,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.32.0