]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Incrmental: tell udevs to unmount when array looks to have disappeared.
authorNeilBrown <neilb@suse.de>
Mon, 13 May 2013 02:07:40 +0000 (12:07 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 13 May 2013 02:07:40 +0000 (12:07 +1000)
commit6b63c1a4570412c06a40ffa57d35577816259a94
treeee627c23b6e2a92e5b9761c764f12c6f66d19ae1
parent7df8a7b971b3d0dd5b45d646fd601f0acccafabc
Incrmental: tell udevs to unmount when array looks to have disappeared.

If a device is removed which appears to be busy in an md array, then
it is very like the array cannot be used.
We currently try to stop it, but that could fail if udisks had
automatically mounted it.
So tell udisks to unmount it, but ignore any error.

Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c