mirror of https://github.com/ceph/ceph-ansible.git
osd: bind mount /var/run/udev/
without this, the command `ceph-volume lvm list --format json` hangs and takes a very long time to complete. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3571/head
parent
ff5509295a
commit
7ade032807
|
@ -92,6 +92,7 @@ fi
|
|||
-v /var/lib/ceph:/var/lib/ceph:z \
|
||||
-v /etc/ceph:/etc/ceph:z \
|
||||
-v /var/run/ceph:/var/run/ceph:z \
|
||||
-v /var/run/udev/:/var/run/udev/:z \
|
||||
{% if ansible_distribution == 'Ubuntu' -%}
|
||||
--security-opt apparmor:unconfined \
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in New Issue