Mounts /run when executing osd container

pull/752/head
Ivo Jimenez 2016-05-03 15:47:01 -07:00
parent 896097e6aa
commit 216ab2d776
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
state: started
privileged: yes
env: "OSD_DEVICE={{ item.0 }},{{ ceph_osd_docker_prepare_env }}"
volumes: "/var/lib/ceph:/var/lib/ceph,/etc/ceph:/etc/ceph,/dev:/dev"
volumes: "/var/lib/ceph:/var/lib/ceph,/etc/ceph:/etc/ceph,/dev:/dev,/run:/run"
with_together:
- ceph_osd_docker_devices
- osd_prepared.results
@ -163,7 +163,7 @@
state: started
privileged: yes
env: "OSD_DEVICE={{ item }},{{ ceph_osd_docker_extra_env }}"
volumes: "/var/lib/ceph:/var/lib/ceph,/etc/ceph:/etc/ceph,/dev:/dev"
volumes: "/var/lib/ceph:/var/lib/ceph,/etc/ceph:/etc/ceph,/dev:/dev,/run:/run"
with_items: ceph_osd_docker_devices
when:
not is_atomic and