-
Bug
-
Resolution: Done
-
Major
-
rhos-18.0 Dev Preview 3
-
None
In the section "Stopping infrastructure management and Compute services", we need to add the following workaround to make sure the virtlogd container is stopped:
echo "Forcing stop of nova_virtlogd" for i in "${!computes[@]}"; do SSH_CMD="ssh -i $EDPM_PRIVATEKEY_PATH tripleo-admin@${computes[$i]}" ${SSH_CMD} sudo podman stop nova_virtlogd done
This problem will be addressed in this PR for beta/GA in the related bug section:
https://github.com/openstack-k8s-operators/edpm-ansible/pull/580/files
- is related to
-
OSPRH-5315 When stopping infrastructure management and compute services virtlogd container is still up that causes further error in the EDPM adoption process
- Closed
- relates to
-
OSPRH-5481 Need to add a Workaround in the documentation in the repo-setup to upgrade selinux packages and remove virtlogd.pid
- Closed
1.
|
Fix in dp3 upstream | Closed | Jiri Stransky | ||
2.
|
Backport to dp3 downstream | Closed | Katie Gilligan |