From e703942ce49c6229991797f4c27eb88e70e517ae Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 29 Jul 2013 12:12:24 -0700 Subject: [PATCH] ceph_manager: allow-experimental-feature now causes an EINVAL Signed-off-by: Samuel Just --- teuthology/task/ceph_manager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 94fdfef916850..5e27aee9dc80b 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -602,8 +602,7 @@ class CephManager: 'set', pool_name, prop, - str(val), - '--allow-experimental-feature') + str(val)) if r != 11: # EAGAIN break tries += 1 -- 2.39.5