From: Sébastien Han Date: Mon, 9 Oct 2017 08:41:14 +0000 (+0200) Subject: osd: bindmount /run/udev X-Git-Tag: v3.0.0rc19^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bf99751ce1a3f9a2cb7bc7b1d78e01dcdb8dbbd4;p=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 --- diff --git a/roles/ceph-osd/templates/ceph-osd-run.sh.j2 b/roles/ceph-osd/templates/ceph-osd-run.sh.j2 index bd854ae0a..7cb5f25c8 100644 --- a/roles/ceph-osd/templates/ceph-osd-run.sh.j2 +++ b/roles/ceph-osd/templates/ceph-osd-run.sh.j2 @@ -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 \