From: Andrew Schoen Date: Fri, 28 Apr 2017 18:08:28 +0000 (-0500) Subject: ceph-docker-nightly: restart libvirt services before running tests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c13b88e76a654f644c8091843e484344b7866875;p=ceph-build.git ceph-docker-nightly: restart libvirt services before running tests Signed-off-by: Andrew Schoen --- diff --git a/ceph-docker-nightly/build/build b/ceph-docker-nightly/build/build index 1e9e12a3..43362a10 100644 --- a/ceph-docker-nightly/build/build +++ b/ceph-docker-nightly/build/build @@ -22,6 +22,10 @@ for network in $networks; do sudo virsh net-undefine $network || true done +# restart libvirt services +sudo service libvirt-bin restart +sudo service libvirt-guests restart + # adding groups on the fly doesn't guarantee their availability # so we must use `sg` to execute the tests as part of the docker group to avoid # 'Permission Denied` when tryin to talk over the socket