Fix the conntrack_max

Fixes: https://github.com/ceph/ceph-docker/issues/19

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/348/head
Sébastien Han 2015-07-28 16:48:21 +02:00
parent 0ba422db97
commit 0508cfea86
1 changed files with 1 additions and 0 deletions

View 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 }}"