]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: give useful message when adding bitmap gives EBUSY.
authorNeilBrown <neilb@suse.de>
Tue, 30 Nov 2010 05:34:25 +0000 (16:34 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 10 Mar 2011 06:21:57 +0000 (17:21 +1100)
commit0d924c9a93ff23010d0d259834ba5d7c87160523
tree8e90c5f6d61c8f50705afe0d840e662fd8233c77
parent1f9476aaf86cb465566b5a1cd5a2fb493531c2eb
Grow: give useful message when adding bitmap gives EBUSY.

If adding a bitmap fails with EBUSY, then it is because the array is
currently resyncing/recovering/reshaping.
As this is non-obvious, give a message explaining the fact.

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