]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
fix: correct extending size of raid0 array
authorLukasz Dorau <lukasz.dorau@intel.com>
Fri, 20 Apr 2012 09:00:25 +0000 (11:00 +0200)
committerNeilBrown <neilb@suse.de>
Mon, 23 Apr 2012 00:12:33 +0000 (10:12 +1000)
commitb51702b82767b726e34d205c9e00a4f61d3044a7
tree8b3e8e073d0e59c5b317e26ef846b96fbd296faf
parent7ce05701813496571e1f7f79c726aa6e4868bd5f
fix: correct extending size of raid0 array

Setting "sync_action" to "idle" while extending size of raid0 array
is racy and sometimes fails.
"sync_action" should be set to "frozen" instead.

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c