]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
restful: Support auid pool argument
authorBoris Ranto <branto@redhat.com>
Tue, 31 Oct 2017 11:35:01 +0000 (12:35 +0100)
committerKefu Chai <kchai@redhat.com>
Tue, 8 May 2018 05:13:11 +0000 (13:13 +0800)
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 880c53c681e2b4fbf22160fcf34d7de527832d2a)

Conflicts:
src/pybind/mgr/restful/common.py: trivial resolution

src/pybind/mgr/restful/common.py

index 18ef18baf7a96c9b104c2fad89456fcaf0430120..9c731685e334f297f1f21dfd860c9ad755ad9df1 100644 (file)
@@ -12,7 +12,7 @@ OSD_IMPLEMENTED_COMMANDS = [
 # Valid values for the 'var' argument to 'ceph osd pool set'
 POOL_PROPERTIES_1 = [
     'size', 'min_size', 'crash_replay_interval', 'pg_num',
-    'crush_rule', 'hashpspool',
+    'crush_rule', 'hashpspool', 'auid',
 ]
 
 POOL_PROPERTIES_2 = [