mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-25 21:57:45 +03:00
test: add missing yes option to lvconvert stripe removal
This commit is contained in:
parent
f4f408610c
commit
48408ece6d
@ -79,7 +79,7 @@ aux wait_for_sync $vg $lv1 1
|
||||
fsck -fn $DM_DEV_DIR/$vg/$lv1
|
||||
|
||||
# Remove the now freed legs
|
||||
lvconvert --stripes 1 $vg/$lv1
|
||||
lvconvert -y --stripes 1 $vg/$lv1
|
||||
check lv_first_seg_field $vg/$lv1 segtype "raid5_n"
|
||||
check lv_first_seg_field $vg/$lv1 data_stripes 1
|
||||
check lv_first_seg_field $vg/$lv1 stripes 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user