mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: correct LVM_TEST_THIN_CHECK_CMD
missed to use proper shell variable
This commit is contained in:
parent
ee878bc52c
commit
9b13cb8687
@ -76,7 +76,7 @@ should not $LVM_TEST_THIN_DUMP_CMD $DM_DEV_DIR/$vg/repair | tee dump
|
||||
|
||||
should $LVM_TEST_THIN_REPAIR_CMD -i $DM_DEV_DIR/$vg/repair -o $DM_DEV_DIR/$vg/fixed
|
||||
|
||||
should $THIN_CHECK $DM_DEV_DIR/$vg/fixed
|
||||
should $LVM_TEST_THIN_CHECK_CMD $DM_DEV_DIR/$vg/fixed
|
||||
|
||||
# Swap repaired metadata back
|
||||
lvconvert -y -f --poolmetadata $vg/fixed --thinpool $vg/pool
|
||||
|
Loading…
Reference in New Issue
Block a user