From: Feng Pan Date: Fri, 15 Apr 2016 22:50:21 +0000 (-0400) Subject: Change storage refresh to pool-refresh X-Git-Tag: colorado.1.0~243 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F12373%2F3;p=apex.git Change storage refresh to pool-refresh Using pool-refresh should be sufficient to clean up storage pool. Change-Id: I10a58340c4c24b429a2d46d8c9f5a469fd4e18f2 Signed-off-by: Feng Pan --- diff --git a/ci/clean.sh b/ci/clean.sh index fbbca1f8..dc76f323 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -53,7 +53,7 @@ sed -i '/stack@undercloud.localdomain/d' /root/.ssh/authorized_keys sed -i '/virtual-power-key/d' /root/.ssh/authorized_keys -# restart libvirtd to force storage cleanup -systemctl restart libvirtd +# force storage cleanup +virsh pool-refresh default echo "Cleanup Completed"