]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph_osd_flag: support setting noout flag at osd or bucket level
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Dec 2020 08:47:36 +0000 (09:47 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jul 2022 01:38:35 +0000 (03:38 +0200)
commit3b47f8e4e44d493a790444d18dd8067b7863539d
tree0953982f26ef086541993b876b11af8ce9f430dc
parent404ab08a92391717a8dde14da596901824b9146b
ceph_osd_flag: support setting noout flag at osd or bucket level

Currently `ceph_osd_flag` module only supports setting `noout` flag at
the cluster level.
Ceph supports setting this flag at the osd or the bucket level so let's
implement this support in `ceph_osd_flag` module.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
library/ceph_osd_flag.py
tests/library/test_ceph_osd_flag.py