]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
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>
Tue, 30 Nov 2010 05:34:25 +0000 (16:34 +1100)
commitff63406404b1a715282180570af7a4f1afabe634
tree243f7418948fe193248b27c69910cf2397893a73
parentb3bd581b1d9afa3805367632b99d0455d3f2d014
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