]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/restful/common.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / restful / common.py
index ab08fc41cf79b4585ff155ba829030c9fb4be82a..6eb3e416a800f017a5785aabaaffa715a1601b82 100644 (file)
@@ -11,8 +11,8 @@ 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', 'auid',
+    'size', 'min_size', 'pg_num',
+    'crush_rule', 'hashpspool',
 ]
 
 POOL_PROPERTIES_2 = [