From 4ddb226d84c629493626b8ad0bad0ed7136357b8 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 15 Apr 2016 18:50:21 -0400 Subject: 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 --- ci/clean.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/clean.sh') 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" -- cgit 1.2.3-korg