Hi!, anybody got a multidevice filesystem on top of LUKS working for automatic mounting?. I have a four device RAID6 solution with BTRFS running on openSUSE LEap 42.1. The thing is that I cannot mount the FS automatically. systemd asks for a passphrase for each device, which where created with the same passphrase. This generates a sort of race condition with the FS mount action, given the first unecrypted device declares the FS UUID but the mount operation fails because the other disks are still missing. I've found reports of succesfully running a helper script (https://github.com/gebi/keyctl_keyscript) to solve this, tried to configure it but it's not working in openSUSE. Any comments/ideas? -- Ciro Iriarte http://iriarte.it -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, Jul 7, 2016 at 9:15 AM, Ciro Iriarte <cyruspy@gmail.com> wrote:
Hi!, anybody got a multidevice filesystem on top of LUKS working for automatic mounting?. I have a four device RAID6 solution with BTRFS running on openSUSE LEap 42.1.
The thing is that I cannot mount the FS automatically. systemd asks for a passphrase for each device, which where created with the same passphrase. This generates a sort of race condition with the FS mount action, given the first unecrypted device declares the FS UUID but the mount operation fails because the other disks are still missing.
Most likely you hit http://bugzilla.opensuse.org/show_bug.cgi?id=912170. See also http://bugzilla.suse.com/show_bug.cgi?id=984516.
I've found reports of succesfully running a helper script (https://github.com/gebi/keyctl_keyscript) to solve this, tried to configure it but it's not working in openSUSE.
Any comments/ideas?
-- Ciro Iriarte http://iriarte.it -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
Ciro Iriarte