1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

test: Fix a typo in shell/pvmove-restart.sh.

This commit is contained in:
Petr Rockai 2015-02-10 12:42:05 +01:00
parent b6f558adcc
commit 2ee3bcb877

View File

@ -40,7 +40,7 @@ wait
# Simulate reboot - forcibly remove related devices # Simulate reboot - forcibly remove related devices
dmsetup table dmsetup table
dmsetup ls --exec echo | egrep '$vg-$lv1|$vg-pvmove0' | xargs -r -n 1 dmsetup remove dmsetup ls --exec echo | egrep "$vg-$lv1|$vg-pvmove0" | xargs -r -n 1 dmsetup remove
# Check we really have pvmove volume # Check we really have pvmove volume
check lv_attr_bit type $vg/pvmove0 "p" check lv_attr_bit type $vg/pvmove0 "p"