From 2172115379386b63fca2f31337dcb0e2e92ac4c0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 7 Nov 2017 23:17:52 +0100 Subject: [PATCH] tests: have some space for 2nd mda pvcreate with 2MDAs needs some extra space. --- test/api/python_lvm_unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/python_lvm_unit.py b/test/api/python_lvm_unit.py index 75c370e7b..3ffb3ad07 100755 --- a/test/api/python_lvm_unit.py +++ b/test/api/python_lvm_unit.py @@ -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] -- 2.43.5