From ce801d561df163ff2ff27983067f39852947aa68 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 12 Apr 2016 16:27:23 -0400 Subject: Forcing a libvirtd restart on clean - ensures the storage vols are cleaned up properly Change-Id: I55c0dbcbbc884658b9e37e34aa85d00e29e99b57 Signed-off-by: Dan Radez --- ci/clean.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh index 2a91b7ce..fbbca1f8 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -53,4 +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 + echo "Cleanup Completed" -- cgit 1.2.3-korg