mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
tests: drop manipulation with 'internal' LV
Cachevol LV is 'internal' LV and should not be 'maintained' this way while it's being used as cachevol.
This commit is contained in:
parent
1cd308d640
commit
c70bab7531
@ -131,7 +131,6 @@ check lv_field $vg/$lv1 segtype "cache"
|
||||
check lv_field $vg/$lv1 cachemode "writeback"
|
||||
|
||||
lvchange -an $vg/$lv1
|
||||
lvchange -an $vg/$lv2
|
||||
|
||||
mkfs_mount_umount $lv1
|
||||
|
||||
@ -156,7 +155,6 @@ check lv_field $vg/$lv1 segtype "cache"
|
||||
check lv_field $vg/$lv1 cachemode "writethrough"
|
||||
|
||||
lvchange -an $vg/$lv1
|
||||
lvchange -an $vg/$lv2
|
||||
|
||||
mkfs_mount_umount $lv1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user