http://bugzilla.suse.com/show_bug.cgi?id=909912 http://bugzilla.suse.com/show_bug.cgi?id=909912#c22 --- Comment #22 from Olaf Hering <ohering@suse.com> --- (In reply to Olaf Hering from comment #21)
So the workaround is to append "x-systemd.device-timeout=1234567890h" to all the mount options in fstab for devices backed by crypttab entries.
This variant has the drawback that the branch which waits for the fstab entry will wait for the specified time. If the branch which retrieves the passphrase exits without providing a passphrase (or whatever it does) then the fstab branch will continue to wait. Either the fstab branch should be made aware that it waits for crypt, or the crypt branch terminates the remaining fstab branches. Looks like crypt handling isnt well designed. -- You are receiving this mail because: You are on the CC list for the bug.