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
  • infrastructure-playbooks
  • cephadm-adopt.yml
Find file BlameHistoryPermalink
  • Dimitri Savineau's avatar
    cephadm-adopt: make the playbook idempotent · 6886700a
    Dimitri Savineau authored Jan 20, 2021
    If the cephadm-adopt.yml fails during the first execution and some
    daemons have already been adopted by cephadm then we can't rerun
    the playbook because the old container won't exist anymore.
    
    Error: no container with name or ID ceph-mon-xxx found: no such container
    
    If the daemons are adopted then the old systemd unit doesn't exist anymore
    so any call to that unit with systemd will fail.
    
    Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1918424
    
    
    
    Signed-off-by: default avatarDimitri Savineau <dsavinea@redhat.com>
    6886700a