Merge "Backup and Restore playbook is not 100% idempotent when running in snapshot mode"

This commit is contained in:
Zuul 2021-07-08 02:24:48 +00:00 committed by Gerrit Code Review
commit 8da300cf27
1 changed files with 8 additions and 2 deletions

View File

@ -56,6 +56,14 @@
tags:
- bar_create_recover_image
- name: Ensure the node is back into the cluster
command: pcs cluster start
when:
- enabled_galera
- tripleo_backup_and_restore_enable_snapshots|bool
tags:
- bar_create_recover_image
- name: Wait until pacemaker has Galera up&running
shell: |
set -o pipefail
@ -66,8 +74,6 @@
delay: 5
when:
- enabled_galera
- tripleo_backup_and_restore_service_manager|bool
- not tripleo_backup_and_restore_enable_snapshots|bool
tags:
- bar_create_recover_image