https://bugzilla.novell.com/show_bug.cgi?id=731230 https://bugzilla.novell.com/show_bug.cgi?id=731230#c7 Craig Rogers <rogers@isi.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rogers@isi.edu --- Comment #7 from Craig Rogers <rogers@isi.edu> 2011-11-28 02:16:12 UTC --- I believe that bug 731135 is for this same problem. As far as I can tell, the essence of the problem is that systemd doesn't have an explicit md.service description and associated target files (see /lib/systemd/system/localfs.service for comparison), and doesn't know about the dependency that boot.md (or its systemd equivalent) *must* complete before boot.localfs (or equivalent) is started. In the SysV init world, boot.md runs before boot.localfs because of the sequence numbers assigned to them in "/etc/init.d/boot.d". The SysV init scripts also contain LSB comments that are supposed to document service startup and shutdown dependencies. I think the LSB comments for boot.localfs are incorrect: they seem to say that boot.localfs runs before boot.md, when it must be the other way around. -- 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.