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 e66c06eb0b)
(cherry picked from commit ac28adc95a)
(cherry picked from commit be71e7fa87)
This commit is contained in:
Alan Bishop 2023-02-08 09:33:54 -08:00
parent 370c34ace2
commit 126bcc836c
1 changed files with 1 additions and 0 deletions

View File

@ -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