diff --git a/roles/ceph-osd/templates/ceph-osd-run.sh.j2 b/roles/ceph-osd/templates/ceph-osd-run.sh.j2 index 20496634f..1c5dee4a3 100644 --- a/roles/ceph-osd/templates/ceph-osd-run.sh.j2 +++ b/roles/ceph-osd/templates/ceph-osd-run.sh.j2 @@ -75,6 +75,7 @@ fi --net=host \ --privileged=true \ --pid=host \ + --ipc=host \ {% if osd_objectstore == 'filestore' -%} --memory={{ ceph_osd_docker_memory_limit }} \ {% endif -%} diff --git a/tox.ini b/tox.ini index e41eb77b1..6498fc82c 100644 --- a/tox.ini +++ b/tox.ini @@ -318,7 +318,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 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} {toxinidir}/tests/functional/tests