Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • C ceph-ansible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tang liyu
  • ceph-ansible
  • Repository
  • ceph-ansible
  • roles
  • ceph-handler
  • tasks
  • main.yml
Find file BlameHistoryPermalink
  • Guillaume Abrioux's avatar
    rolling_update: fix mon+rgw/multisite collocation · 82b06afc
    Guillaume Abrioux authored Jun 10, 2021
    When monitors and rgw are collocated with multisite enabled, the
    rolling_update playbook fails because during the workflow, we run some
    radosgw-admin commands very early on the first mon even though this is
    the monitor being upgraded, it means the container doesn't exist since
    it was stopped.
    
    This block is relevant only for scaling out rgw daemons or initial
    deployment. In rolling_update workflow, it is not needed so let's skip
    it.
    
    Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1970232
    
    
    
    Signed-off-by: default avatarGuillaume Abrioux <gabrioux@redhat.com>
    (cherry picked from commit f7166ccc)
    82b06afc