mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
tests: enable lvcreate-pvtags with lvmlockd
This commit is contained in:
parent
b9c1cef817
commit
caa600a409
@ -10,7 +10,6 @@
|
|||||||
# along with this program; if not, write to the Free Software Foundation,
|
# along with this program; if not, write to the Free Software Foundation,
|
||||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
SKIP_WITH_LVMLOCKD=1
|
|
||||||
SKIP_WITH_LVMPOLLD=1
|
SKIP_WITH_LVMPOLLD=1
|
||||||
|
|
||||||
. lib/inittest
|
. lib/inittest
|
||||||
@ -24,7 +23,7 @@ aux lvmconf 'allocation/maximise_cling = 0' \
|
|||||||
# not required, just testing
|
# not required, just testing
|
||||||
aux pvcreate --metadatacopies 0 "$dev1"
|
aux pvcreate --metadatacopies 0 "$dev1"
|
||||||
|
|
||||||
vgcreate "$vg" "${DEVICES[@]}"
|
vgcreate $SHARED "$vg" "${DEVICES[@]}"
|
||||||
pvchange --addtag fast "${DEVICES[@]}"
|
pvchange --addtag fast "${DEVICES[@]}"
|
||||||
|
|
||||||
# 3 stripes with 3 PVs (selected by tag, @fast) is fine
|
# 3 stripes with 3 PVs (selected by tag, @fast) is fine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user