Troubleshooting for overcloud deployment failures
NetBackup for OpenStack components are deployed using the puppet scripts.
If the overcloud deployment fails, run the following command to get the list of errors.
(undercloud)$ openstack stack failures list <overcloud>--long
<overcloud> The name of the overcloud.
(undercloud)$ openstack stack list --nested --property status=FAILED
For more information, see the OpenStack documentation.
If the nbosdmapi container does not start or is in the restarting state, run the following commands to get the logs to troubleshoot.
podman logs nbosdmapi
tail -f /var/log/containers/nbosdmapi/nbosdmapi.log
If the nbosdm container does not start or is in the restarting state, run the following commands to get the logs to troubleshoot.
podman logs nbosdm
tail -f /var/log/containers/nbosdm/nbosdm.log