]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Assemble: set stripe_cache_size properly when restarting a reshape.
authorNeilBrown <neilb@suse.de>
Thu, 18 Dec 2008 03:24:41 +0000 (14:24 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 18 Dec 2008 03:24:41 +0000 (14:24 +1100)
commitacee8e896406b686d4b4f12bb748352d20ef83a5
treef5f3ec4c01a0a1a906427211ffe621cf5b9a3a92
parent4e9a6ff778cdc58dcc6897e74cf5ee1d3f73e1f7
Assemble: set stripe_cache_size properly when restarting a reshape.

Reshape with large chunk size can require a large stripe_cache.
We make this work when starting the reshape but not when
restarting at assemble time.  So fix that.

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