Merge pull request #348 from ceph/fix-docker-osd-contrack

Fix the conntrack_max
pull/349/head
Leseb 2015-07-28 16:57:39 +02:00
commit 36206f0263
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 }}"