osd: bindmount /run/udev

Ensures that "udevadm" is able to check the status of udev's event queue.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2014/head
Sébastien Han 2017-10-09 10:41:14 +02:00
parent 6d7b73fa91
commit bf99751ce1
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ expose_partitions "$1"
{% endif -%}
-v /dev:/dev \
-v /etc/localtime:/etc/localtime:ro \
-v /run/udev:/run/udev:ro \
-v /var/lib/ceph:/var/lib/ceph \
-v /etc/ceph:/etc/ceph \
$DOCKER_ENV \