]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
Add continue option to grow command
authorAdam Kwolek <adam.kwolek@intel.com>
Sun, 2 Oct 2011 22:26:48 +0000 (09:26 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 2 Oct 2011 22:26:48 +0000 (09:26 +1100)
commit2dddadb0f713c5bb335a80518b42c152ef955d27
treebe9f6b5523cbfeef79f232f5ba23698093ac2716
parentb76b30e0f95008b840849e5f176eaeca20545a9a
Add continue option to grow command

To allow for reshape continuation '--continue' option is added
to grow command.
Function that will be executed in grow-continue case doesn't require
information about reshape geometry. All required information are read
from metadata.
For external metadata reshape can be run for monitored array/container
only. In case when array/container is not monitored run mdmon for it.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c
ReadMe.c
mdadm.c
mdadm.h