]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
osd: container remove --pid=host v4.0.0beta1
authorSébastien Han <seb@redhat.com>
Wed, 6 Feb 2019 22:09:26 +0000 (23:09 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 7 Feb 2019 12:13:51 +0000 (12:13 +0000)
Let's try again with the Nautilus release.

Closes: https://github.com/ceph/ceph-ansible/issues/1297
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/templates/ceph-osd-run.sh.j2

index 5678d62bfad305da8ac56141be80af6271d219d2..364b048cf2c1b681db0720b1ab1d99329ffaadab 100644 (file)
@@ -74,7 +74,6 @@ fi
   --rm \
   --net=host \
   --privileged=true \
-  --pid=host \
   --memory={{ ceph_osd_docker_memory_limit }} \
   {% if (container_binary == 'docker' and ceph_docker_version.split('.')[0] is version_compare('13', '>=')) or container_binary == 'podman' -%}
   --cpus={{ ceph_osd_docker_cpu_limit }} \