mirror of
git://sourceware.org/git/lvm2.git
synced 2025-11-22 00:23:51 +03:00
tests: usage of -m0 -Mn
Test -m0 passed with types. Check --readahead and thins.
This commit is contained in:
@@ -22,7 +22,7 @@ grep "Invalid argument for --type" err
|
||||
invalid lvcreate --type $RANDOM -l1 -n $lv1 $vg
|
||||
invalid lvcreate --type unknown -l1 -n $lv1 $vg
|
||||
|
||||
lvcreate --type linear -aey -l1 -n $lv1 $vg
|
||||
lvcreate --type linear -aey -m0 -l1 -n $lv1 $vg
|
||||
lvcreate --type snapshot -l1 -n $lv2 $vg/$lv1
|
||||
|
||||
# Reject repeated invocation (run 2 times) (bz178216)
|
||||
|
||||
Reference in New Issue
Block a user