]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: allow-experimental-feature now causes an EINVAL
authorSamuel Just <sam.just@inktank.com>
Mon, 29 Jul 2013 19:12:24 +0000 (12:12 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 29 Jul 2013 19:12:24 +0000 (12:12 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
teuthology/task/ceph_manager.py

index 94fdfef9168503f0e52de7e906329600210ea035..5e27aee9dc80b951e2f564b6aba3703f58f48634 100644 (file)
@@ -602,8 +602,7 @@ class CephManager:
                     'set',
                     pool_name,
                     prop,
-                    str(val),
-                    '--allow-experimental-feature')
+                    str(val))
                 if r != 11: # EAGAIN
                     break
                 tries += 1