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

radosgw_zonegroup: support check mode (backport #7506) #7514

Merged
merged 2 commits into from
Mar 16, 2024

Commits on Mar 16, 2024

  1. radosgw_zonegroup: parse master as boolean

    The returned payload from rgw has is_master as a boolean. By having master as a string it would always report a change and try to modify the zonegroup.
    
    Signed-off-by: Seena Fallah <[email protected]>
    (cherry picked from commit e8d34b6)
    clwluvw authored and mergify[bot] committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ccb578f View commit details
    Browse the repository at this point in the history
  2. radosgw_zonegroup: add support check mode

    Signed-off-by: Seena Fallah <[email protected]>
    (cherry picked from commit beb046c)
    clwluvw authored and mergify[bot] committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    25e3fc5 View commit details
    Browse the repository at this point in the history