From 880c53c681e2b4fbf22160fcf34d7de527832d2a Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Tue, 31 Oct 2017 12:35:01 +0100 Subject: [PATCH] restful: Support auid pool argument Signed-off-by: Boris Ranto --- src/pybind/mgr/restful/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/restful/common.py b/src/pybind/mgr/restful/common.py index ce35f40da6f..693063a646d 100644 --- a/src/pybind/mgr/restful/common.py +++ b/src/pybind/mgr/restful/common.py @@ -12,7 +12,7 @@ OSD_IMPLEMENTED_COMMANDS = [ # Valid values for the 'var' argument to 'ceph osd pool set' POOL_PROPERTIES_1 = [ 'size', 'min_size', 'pg_num', - 'crush_rule', 'hashpspool', + 'crush_rule', 'hashpspool', 'auid', ] POOL_PROPERTIES_2 = [ -- 2.47.3