]> git.ipfire.org Git - thirdparty/mdadm.git/commit
udev-rules: prevent systemd from mount devices before they are ready.
authorNeilBrown <neilb@suse.de>
Thu, 24 May 2012 01:49:49 +0000 (11:49 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 24 May 2012 01:49:49 +0000 (11:49 +1000)
commit339b77467a7ad5e5354b5ab0542f8148b18c898c
treecedc947d31bd09623e02500977d0d5f1f9e62e4b
parent4e5ce543f0b2937add3f5c8838e1acc7b19cd115
udev-rules: prevent systemd from mount devices before they are ready.

When an array is assembled incrementally, systemd might see it
before it is ready, try to mount it, fail, and give up.
Result is that array doesn't get mounted.

If we ask udev to tell systemd that it isn't ready yet in this
case, systemd waits until it is ready, and all are happy.

Signed-off-by: NeilBrown <neilb@suse.de>
udev-md-raid.rules