]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Restore ability to create imsm array from specific devices.
authorNeilBrown <neilb@suse.de>
Mon, 23 May 2011 07:21:37 +0000 (17:21 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 23 May 2011 07:21:37 +0000 (17:21 +1000)
commit58b3c6976a61ed5481d3b67548b4f2fe43b86165
tree3d69151ff145b1c39d6dde1d309360f8ca2576c5
parent3d9d18808772219ee44cae4bf413e7e0b3e3ab30
Restore ability to create imsm array from specific devices.

A recent change to improve error messages make it not possible to
create an array from devices that are 'busy'.  However if they are
made busy by a container, then the create should be allowed.

So move one of the error messages later.

Reported-by: "Wojcik, Krzysztof" <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Create.c