]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Grow: support --array-size changes
authorNeilBrown <neilb@suse.de>
Mon, 13 Jul 2009 05:00:02 +0000 (15:00 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 13 Jul 2009 05:00:02 +0000 (15:00 +1000)
commit84e11361aa37c92c3c016095e5db7f4fc434ac18
tree784d588a80d609f857beef00107adda2cc7b10d8
parente0d95aac9626badd1b849ce4f99f9c406d55beae
Grow:  support --array-size changes

With 2.6.30 it is possible to tell the md driver to clip an array to a
size smaller than the real size of the array.  This option gives
access to that feature.  The size change does not persist
across restarts.

Signed-off-by: NeilBrown <neilb@suse.de>
ReadMe.c
mdadm.8
mdadm.c
mdadm.h
util.c