Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-5480

Need to add Workaround in the documentation to correctly stop virlogd, if not EDPM adoption fails

XMLWordPrintable

    • 1
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • ?
    • ?
    • ?
    • 2024Q2
    • Important

      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

            jstransk@redhat.com Jiri Stransky
            pnavarro@redhat.com Pedro Navarro Perez
            rhos-dfg-upgrades-squad-upgrades
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: