]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix the conntrack_max 348/head
authorSébastien Han <seb@redhat.com>
Tue, 28 Jul 2015 14:48:21 +0000 (16:48 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 28 Jul 2015 14:48:21 +0000 (16:48 +0200)
Fixes: https://github.com/ceph/ceph-docker/issues/19
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/tasks/docker/start_docker_osd.yml

index 82bbb7218ed9f01f7f9b4b77ef1cd33be401ab84..4d09367a491b598d03a4e39a485e32aea337a6c9 100644 (file)
@@ -4,6 +4,7 @@
     image="{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
     name={{ ansible_hostname }}-osd-{{ item | regex_replace('/', '') }}
     net=host
+    pid=host
     state=running
     privileged=yes
     env="OSD_DEVICE={{ item }},{{ ceph_osd_docker_extra_env }}"