mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: have some space for 2nd mda
pvcreate with 2MDAs needs some extra space.
This commit is contained in:
parent
f7fc7bc44a
commit
2172115379
@ -902,7 +902,7 @@ class TestLvm(unittest.TestCase):
|
||||
lvm.pvCreate(d)
|
||||
|
||||
def test_pv_create(self):
|
||||
size = [0, 1024 * 1024 * 4]
|
||||
size = [0, 1024 * 1024 * 8]
|
||||
pvmeta_copies = [0, 1, 2]
|
||||
pvmeta_size = [0, 255, 512, 1024]
|
||||
data_alignment = [0, 2048, 4096]
|
||||
|
Loading…
x
Reference in New Issue
Block a user