summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/clean.sh3
1 files changed, 3 insertions, 0 deletions
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"