From cfac48a306b3f6620bf7354ddd500a827efa2f58 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 28 May 2018 16:18:57 +0200 Subject: [PATCH] ceph-ansible: vagrant clean old cache Somehow, it's possible sometimes there is some old cache left after a failure. `vagrant global-status --prune` ensures old caches that were left are removed. Signed-off-by: Guillaume Abrioux --- scripts/build_utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index c0d58fa5..d099082b 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -761,6 +761,7 @@ teardown_vagrant_tests() { collect_ceph_logs all vagrant destroy -f stat ./fetch > /dev/null 2>&1 && rm -rf ./fetch + vagrant global-status --prune cd - done -- 2.39.5