]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Mounts /run when executing osd container 752/head
authorIvo Jimenez <ivo.jimenez@gmail.com>
Tue, 3 May 2016 22:47:01 +0000 (15:47 -0700)
committerIvo Jimenez <ivo.jimenez@gmail.com>
Tue, 3 May 2016 22:47:01 +0000 (15:47 -0700)
roles/ceph-osd/tasks/docker/start_docker_osd.yml

index b9b9cef9c757e4f8452408492d6b7bf8b4510a59..fff0ce2103a9d49c39c30041e19275bb73ec8410 100644 (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
     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