]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Do not continue reshape during initrd phase
authorAdam Kwolek <adam.kwolek@intel.com>
Sun, 2 Oct 2011 22:15:22 +0000 (09:15 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 2 Oct 2011 22:15:22 +0000 (09:15 +1100)
commitb76b30e0f95008b840849e5f176eaeca20545a9a
tree239b683f80c488eed2d2e4ccf44d3dbff902b64c
parentcc700db34f6fb565b37f4edf7fe7fe40a5f2745b
Do not continue reshape during initrd phase

During initrd phase continuing reshape will cause file system context
lost. This blocks ability to control reshape using checkpoints.

To avoid this, during initrd phase assemble has to be executed with
'--freeze-reshape' option. This causes that mdadm restores reshape
critical section only.

Reshape can be continued later after system full boot.

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