]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: Warn user about reboot risk
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 6 Apr 2011 02:38:50 +0000 (12:38 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 6 Apr 2011 02:38:50 +0000 (12:38 +1000)
commit6dc0be309d22db35f65edd283f72e2600b8d83c8
treebb0c45f7ba8085e0401e0f711b1b35168b058d9e
parentd47a29257a189ffb9a85a0c39df4873a306be385
imsm: Warn user about reboot risk

Current check-pointing implementation doesn't allow for interrupting reshape of boot arrays
due to checkpoint restore has to be done before system start.
There is problem with passing backup file name to array automatically mounted during boot time,
especially when scan mode is used.

Until IMSM check-pointing implementation will be introduced, warning about reboot risk
should be placed in mdadm.

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