Failed to get the backup snapshots for compute nodes
Issue
Failed to get the backup snapshots for compute nodes with the following logs.
$ openstack overcloud backup snapshot --inventory ~/tripleo-inventory.yaml
...
PLAY [TripleO Compute Snapshots] ***********************************************
...
2023-09-12 01:44:02.132929 | 5254007e-2f2f-12e6-7282-00000000001b | CHANGED | Take out the node from Pacemaker cluster before taking a snapshot | osp17-1r1-novacompute-0
2023-09-12 01:44:02.134879 | 5254007e-2f2f-12e6-7282-00000000001b | TIMING | snapshot_and_revert : Take out the node from Pacemaker cluster before taking a snapshot | osp17-1r1-novacompute-0 | 0:00:08.633323 | 0.90s
2023-09-12 01:44:02.146011 | 5254007e-2f2f-12e6-7282-00000000001b | CHANGED | Take out the node from Pacemaker cluster before taking a snapshot | osp17-1r1-novacompute-1
2023-09-12 01:44:02.146774 | 5254007e-2f2f-12e6-7282-00000000001b | TIMING | snapshot_and_revert : Take out the node from Pacemaker cluster before taking a snapshot | osp17-1r1-novacompute-1 | 0:00:08.645237
...
2023-09-12 01:44:02.730637 | 5254007e-2f2f-12e6-7282-000000000024 | TASK | Add the node to the pacemaker cluster
2023-09-12 01:44:03.585702 | 5254007e-2f2f-12e6-7282-000000000024 | FATAL | Add the node to the pacemaker cluster | osp17-1r1-novacompute-0 | error={"changed": true, "cmd": ["pcs", "cluster", "start"], "delta": "0:00:00.524051", "end": "2023-09-12 14:44:03.553261", "msg": "non-zero return code", "rc": 1, "start": "2023-09-12 14:44:03.029210", "stderr": "Error: cluster is not currently configured on this node", "stderr_lines": ["Error: cluster is not currently configured on this node"], "stdout": "", "stdout_lines": []}
2023-09-12 01:44:03.587656 | 5254007e-2f2f-12e6-7282-000000000024 | TIMING | snapshot_and_revert : Add the node to the pacemaker cluster | osp17-1r1-novacompute-0 | 0:00:10.086088 | 0.86s
2023-09-12 01:44:03.599698 | 5254007e-2f2f-12e6-7282-000000000024 | FATAL | Add the node to the pacemaker cluster | osp17-1r1-novacompute-1 | error={"changed": true, "cmd": ["pcs", "cluster", "start"], "delta": "0:00:00.522573", "end": "2023-09-12 14:44:03.569135", "msg": "non-zero return code", "rc": 1, "start": "2023-09-12 14:44:03.046562", "stderr": "Error: cluster is not currently configured on this node", "stderr_lines": ["Error: cluster is not currently configured on this node"], "stdout": "", "stdout_lines": []}
2023-09-12 01:44:03.600478 | 5254007e-2f2f-12e6-7282-000000000024 | TIMING | snapshot_and_revert : Add the node to the pacemaker cluster | osp17-1r1-novacompute-1 | 0:00:10.098934 | 0.85s
PLAY RECAP *********************************************************************
osp17-1r1-novacompute-0 : ok=4 changed=1 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
osp17-1r1-novacompute-1 : ok=4 changed=1 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
Environment
- Red Hat OpenStack Platform 17.1
- InstanceHA is enabled
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.