]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Grow: when restarting, do set new details if they are already set.
authorNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 04:32:19 +0000 (15:32 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 04:32:19 +0000 (15:32 +1100)
commit1e971e71637c16b3694cc510b61cb451e2ae575c
treed7436c183408a1c1d25e927785de198b87f293bb
parent6ef421be178128544bfd488fba39503b7384a387
Grow: when restarting, do set new details if they are already set.

When restarting a reshape with internal metadata, the new geometry
is already set and the reshape has been start (but has not been
allowed to continue yet).

So in that case, don't set things and don't ask for a reshape.

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