osd: container remove --pid=host

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>
pull/3581/head v4.0.0beta1
Sébastien Han 2019-02-06 23:09:26 +01:00 committed by mergify[bot]
parent 708e13e7bb
commit bb2bbeb941
1 changed files with 0 additions and 1 deletions

View File

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