]> 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, 27 Sep 2012 06:49:54 +0000 (16:49 +1000)
commitb7e05d2373313dd8d0cb687479ad58a88f37d29f
tree6fb422937d5e47d6b6c7cbdcb12849a72993ae1e
parent3b2aad6e8b7fdcaeb3d9471af8de6ff3339291f9
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