mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: typos
This commit is contained in:
parent
236db9fc0d
commit
62802ddae0
@ -66,7 +66,7 @@ check lv_field $vg/pool7 segtype "cache-pool"
|
||||
|
||||
lvremove -f $vg
|
||||
|
||||
# Validate ambiguos pool name is detected
|
||||
# Validate ambiguous pool name is detected
|
||||
invalid lvcreate -l 1 --type cache-pool --cachepool pool1 $vg/pool2
|
||||
invalid lvcreate -l 1 --type cache-pool --name pool3 --cachepool pool4 $vg
|
||||
invalid lvcreate -l 1 --type cache-pool --name pool6 --cachepool pool6 $vg/pool7
|
||||
|
@ -51,7 +51,7 @@ check vg_field $vg lv_count 0
|
||||
|
||||
|
||||
# Let's pretend pool is like normal LV when using --type thin-pool support --name
|
||||
# Reject ambigous thin pool names
|
||||
# Reject ambiguous thin pool names
|
||||
invalid lvcreate --type thin-pool -l1 --name pool1 $vg/pool2
|
||||
invalid lvcreate --type thin-pool -l1 --name pool3 --thinpool pool4 $vg
|
||||
invalid lvcreate --type thin-pool -l1 --name pool5 --thinpool pool6 $vg/pool7
|
||||
@ -60,7 +60,7 @@ check vg_field $vg lv_count 0
|
||||
|
||||
lvcreate --type thin-pool -l1 --name pool1 $vg
|
||||
lvcreate --type thin-pool -l1 --name $vg/pool2
|
||||
# If the thin pool name is unambigous let it proceed
|
||||
# If the thin pool name is unambiguous let it proceed
|
||||
lvcreate --type thin-pool -l1 --name pool3 $vg/pool3
|
||||
lvcreate --type thin-pool -l1 --name pool4 --thinpool $vg/pool4
|
||||
lvcreate --type thin-pool -l1 --name pool5 --thinpool $vg/pool5 $vg/pool5
|
||||
|
Loading…
Reference in New Issue
Block a user