]> git.ipfire.org Git - thirdparty/mdadm.git/commit
clustermd_tests: add test case to test grow_add against cluster-raid1
authorZhilong Liu <zlliu@suse.com>
Fri, 2 Feb 2018 06:10:53 +0000 (14:10 +0800)
committerJes Sorensen <jsorensen@fb.com>
Thu, 8 Mar 2018 19:34:40 +0000 (14:34 -0500)
commit6374882f21da573c564da8517a17661aeca18686
treeb1a5dd0409b3ad17645ab58eac04667b00797502
parentb3d330436af7823c0e87981bd1a293589fb42ace
clustermd_tests: add test case to test grow_add against cluster-raid1

01r1_Grow_add: It contains 3 kinds of growing array.
1. 2 active disk in md array, grow and add new disk into array.
2. 2 active and 1 spare disk in md array, grow and add new disk
   into array.
3. 2 active and 1 spare disk in md array, grow the device-number
   and make spare disk as active disk in array.

Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
clustermd_tests/01r1_Grow_add [new file with mode: 0644]