https://bugzilla.novell.com/show_bug.cgi?id=862070 https://bugzilla.novell.com/show_bug.cgi?id=862070#c4 --- Comment #4 from Diego Ercolani <diego.ercolani@gmail.com> 2014-02-04 22:38:21 UTC --- Created an attachment (id=577162) --> (http://bugzilla.novell.com/attachment.cgi?id=577162) systemd service to circunvent the problem when raid lvm is not a system directory Fortunally in my case system files resides in normal lvm2 filesystem and not on lvm2 filesystem on software raid, so the Operating System for me is functional. So I created a systemd service that I called /etc/systemd/system/activateraidlvm.service that use a script under /root/scripts/activateraidlvm.sh that only with a functional bash (sed, awk, lvscan, lvchange) scan the lvm2 partition that are "inactive" and activate them. I set the dependancy only on lacal-fs.target to setup: systemctl enable activateraidlvm.service or ln -s '/etc/systemd/system/activateraidlvm.service' '/etc/systemd/system/local-fs.target.wants/activateraidlvm.service' but in my case I cannot drop on the rescue shell after the timeout (I think it's another bug, hopefully related only to this), I have to boot from a live CD. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.