From 126bcc836c1ac205e9da88f48463c37ff33f1174 Mon Sep 17 00:00:00 2001 From: Alan Bishop Date: Wed, 8 Feb 2023 09:33:54 -0800 Subject: [PATCH] Bind /run/udev into the multipathd container The multipathd daemon relies on udev to manage multipath devices, which in turn requires the daemon have access to /run/udev on the host. See Ia6a8d27fd2ae6310544bc3767cf7f1fb246939c3 to understand why we cannot bind all of /run into the container. Resolves: rhbz#2165494 Change-Id: I46e804676757068e41ebb1e63ba0136d038c0247 (cherry picked from commit e66c06eb0bfb2ad429e6ff54fe569eda042bf7f2) (cherry picked from commit ac28adc95abf3ef31f2e1ad812daef1d10a08221) (cherry picked from commit be71e7fa878e3f62169cc62656207412208cb7ff) --- deployment/multipathd/multipathd-container-ansible.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/multipathd/multipathd-container-ansible.yaml b/deployment/multipathd/multipathd-container-ansible.yaml index 97be6d4f96..4628d7db3b 100644 --- a/deployment/multipathd/multipathd-container-ansible.yaml +++ b/deployment/multipathd/multipathd-container-ansible.yaml @@ -101,6 +101,7 @@ outputs: - /var/lib/kolla/config_files/multipathd.json:/var/lib/kolla/config_files/config.json:ro - /etc/iscsi:/var/lib/kolla/config_files/src-iscsid:ro - /dev/:/dev/ + - /run/udev:/run/udev - /sys:/sys - /lib/modules:/lib/modules:ro - /var/lib/iscsi:/var/lib/iscsi:z