summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-11-07 23:17:52 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-11-08 00:02:54 +0100
commit2172115379386b63fca2f31337dcb0e2e92ac4c0 (patch)
tree85407956c612cf6930d1998d20b7c86fa0610a54
parentf7fc7bc44a6e63f06363e27ca9f3b499d9a39eee (diff)
downloadlvm2-2172115379386b63fca2f31337dcb0e2e92ac4c0.tar.gz
tests: have some space for 2nd mda
pvcreate with 2MDAs needs some extra space.
-rwxr-xr-xtest/api/python_lvm_unit.py2
1 files changed, 1 insertions, 1 deletions
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]