[PATCH 4/6] The minimum size for a btrfs member device has increased to 16 MiB.

David Lehman dlehman at redhat.com
Tue Nov 11 21:32:51 UTC 2014


---
 tests/devicelibs_test/btrfs_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/devicelibs_test/btrfs_test.py b/tests/devicelibs_test/btrfs_test.py
index 7799543..b6cdd05 100755
--- a/tests/devicelibs_test/btrfs_test.py
+++ b/tests/devicelibs_test/btrfs_test.py
@@ -165,7 +165,7 @@ class BTRFSAsRootTestCase2(BTRFSMountDevice):
 class BTRFSAsRootTestCase3(loopbackedtestcase.LoopBackedTestCase):
 
     def __init__(self, methodName='runTest'):
-        super(BTRFSAsRootTestCase3, self).__init__(methodName=methodName, deviceSpec=[Size("8 MiB")])
+        super(BTRFSAsRootTestCase3, self).__init__(methodName=methodName, deviceSpec=[Size("16 MiB")])
 
     def testSmallDevice(self):
         """ Creation of a smallish device will result in an error if the
-- 
1.9.3



More information about the anaconda-patches mailing list