osd: add ipc=host in systemd template for containers

in addition to 15812970f0

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit d5be83e504)
pull/3657/head v3.2.8
Guillaume Abrioux 2019-02-28 13:13:35 +01:00 committed by mergify[bot]
parent 320af524d8
commit de3465b6a3
2 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,7 @@ fi
--net=host \
--privileged=true \
--pid=host \
--ipc=host \
--memory={{ ceph_osd_docker_memory_limit }} \
{% if ceph_docker_version.split('.')[0] is version_compare('13', '>=') -%}
--cpus={{ ceph_osd_docker_cpu_limit }} \

View File

@ -275,7 +275,6 @@ commands=
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/reboot.yml
# wait 30sec for services to be ready
sleep 30
# retest to ensure cluster came back up correctly after rebooting
testinfra -n 8 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} {toxinidir}/tests/functional/tests