-
Bug
-
Resolution: Done
-
Undefined
-
rhos-18.0 Dev Preview 3
-
None
In the section, Procedure - EDPM adoption:
Need to add a Workaround in the documentation in the repo-setup to upgrade selinux packages and remove virtlogd.pid:
oc apply -f - <<EOF
apiVersion: dataplane.openstack.org/v1beta1
kind: OpenStackDataPlaneService
metadata:
name: repo-setup
namespace: openstack
spec:
label: dataplane.deployment.repo.setup
play: |
- hosts: all
strategy: linear
tasks:
- name: Enable podified-repos and virtlogd workaround
become: true
ansible.builtin.shell: |
[...]
dnf -y upgrade openstack-selinux
rm -f /run/virtlogd.pid
restorecon -R /run/libvirt
[...]
EOF
- is related to
-
OSPRH-5480 Need to add Workaround in the documentation to correctly stop virlogd, if not EDPM adoption fails
- Closed