Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph_osd_flag: support setting noout flag at osd or bucket level #6147

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 6, 2022

  1. 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>
    guits committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3b47f8e View commit details
    Browse the repository at this point in the history
  2. pytest: report missing line numbers

    reporting missing line numbers might help and won't hurt the opposite
    case.
    
    Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
    guits committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    80a36f8 View commit details
    Browse the repository at this point in the history
  3. day2: set noout at the bucket level instead

    It is safer to set the `noout` flag at the bucket level instead of the
    whole cluster.
    This commit updates the 3 playbooks where we set `noout` flag so it
    doesn't set it at the whole cluster level anymore.
    
    Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
    guits committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    66741ff View commit details
    Browse the repository at this point in the history