]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: report correct new chunk size.
authorNeilBrown <neilb@suse.com>
Wed, 5 Dec 2018 23:36:28 +0000 (10:36 +1100)
committerJes Sorensen <jsorensen@fb.com>
Thu, 6 Dec 2018 12:57:19 +0000 (07:57 -0500)
commit76d505dec6c9f92564553596fc8350324be82463
tree1034a8776c3da900cbc3a99539380746a9149c56
parent085df42259cba7863cd6ebe5cd0d8492ac5b869e
Grow: report correct new chunk size.

When using "--grow --chunk=" to change chunk
size, the old chunksize is reported instead of the new.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Grow.c