Description of problem: ======================= While migrating a non-containerized RHCS cluster to containerized cluster using switch-from-non-containerized-to-containerized-ceph-daemons.yml playbook, mon lost its quorum due to miss-configuration (2/3 down). Because of any miss-configuration, if migration for first mon daemon fails (Task: waiting for the monitor to join the quorum), the playbook should not proceed with next mon daemons because it will break all available mon daemons and we end up losing the cluster access. Version-Release number of selected component (if applicable): ============================================================= RHCS 4.2z2 async How reproducible: ================= Every time Steps to Reproduce: =================== 1. Deploy RHCS 4.2z2 async as baremetal service. 2. Mention old image tag than the current deployed one 3. Use switch-from-non-containerized-to-containerized-ceph-daemons.yml Actual results: =============== Playbook proceeds to migrate the next mon daemon even if the first one didn't join the quorum, this breaks all the mon daemons. Expected results: ================= Playbook should not proceed to migrate the next mon daemon unless the first mon joins the quorum.
*** This bug has been marked as a duplicate of bug 1990733 ***