mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
d7de1fa067
Add ability to list, set and unset cluster-wide OSD flags. Flags can be listed and changed through the `/api/osd/flags` API resource. By using a GET request, the list is retrieved. By using a PUT request, the flags are updated (all at once). Flags not contained in the data of the PUT are removed, additional once are added. Note that the PUT requests require a JSON body with the data contained as value of the 'flags' key like so: {"flags": ["flag1", "flag2", ...]} Fixes: http://tracker.ceph.com/issues/24056 Signed-off-by: Patrick Nawracay <pnawracay@suse.com> |
||
---|---|---|
.. | ||
__init__.py | ||
helper.py | ||
test_auth.py | ||
test_cephfs.py | ||
test_cluster_configuration.py | ||
test_dashboard.py | ||
test_erasure_code_profile.py | ||
test_host.py | ||
test_monitor.py | ||
test_osd.py | ||
test_perf_counters.py | ||
test_pool.py | ||
test_rbd.py | ||
test_rgw.py | ||
test_summary.py |