]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/mon/test_mon_config_key.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / workunits / mon / test_mon_config_key.py
index 168f6db168cd5f0b379dace41949174ca0a4f7fa..c0cb8299d9554ee1457f5db79397750de5742c79 100755 (executable)
@@ -43,9 +43,9 @@ SIZES = [
     (50, 0),
     (100, 0),
     (1000, 0),
-    (4096, 0),
-    (4097, -errno.EFBIG),
-    (8192, -errno.EFBIG)
+    (64 * 1024, 0),
+    (64 * 1024 + 1, -errno.EFBIG),
+    (128 * 1024, -errno.EFBIG)
 ]
 
 # tests will be randomly selected from the keys here, and the test