1
0
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:
Zdenek Kabelac
2014-10-31 23:18:31 +01:00
parent 6c32ced657
commit e4e96f6b19
2 changed files with 18 additions and 1 deletions

View File

@@ -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)