Forcing a libvirtd restart on clean 05/12205/1
authorDan Radez <dradez@redhat.com>
Tue, 12 Apr 2016 20:27:23 +0000 (16:27 -0400)
committerDan Radez <dradez@redhat.com>
Tue, 12 Apr 2016 20:27:23 +0000 (16:27 -0400)
- ensures the storage vols are cleaned up properly

Change-Id: I55c0dbcbbc884658b9e37e34aa85d00e29e99b57
Signed-off-by: Dan Radez <dradez@redhat.com>
ci/clean.sh

index 2a91b7c..fbbca1f 100755 (executable)
@@ -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"