mirror of https://github.com/ceph/ceph-ansible.git
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
parent
6d7b73fa91
commit
bf99751ce1
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue