]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Convert a bitmap=none device to clustered
authorGuoqing Jiang <gqjiang@suse.com>
Wed, 10 Jun 2015 05:42:09 +0000 (13:42 +0800)
committerNeilBrown <neilb@suse.de>
Tue, 16 Jun 2015 23:24:41 +0000 (09:24 +1000)
commit7c25f4d706ac14165fd8d85b169f491f1f14b7cc
tree5099a4c7b5e6c612b94f444472217a6738a2bdb8
parent4de90913020923b69515630b8f19094d2e0d1d5a
Convert a bitmap=none device to clustered

This adds the ability to convert a regular md without bitmap
(--bitmap=none) to a clustered device (--bitmap=clustered).

To convert a device with --bitmap=internal or --bitmap=external,
you have to convert to --bitmap=none and then re-execute the
command with --bitmap=clustered.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c