From ac550f20d1cdb5f69c7e4ca31c7522b94a6641b7 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 11 Dec 2019 11:17:06 +0100 Subject: [PATCH] Fix bug 965 - remove pending volumes when uninstalling Change-Id: If29bafa9fac94557554e3acac40365e6d19bb0ce Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 6fe5e179..b88fc47f 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -120,7 +120,7 @@ function remove_volumes() { $WORKDIR_SUDO rm -rf ${k8_volume} else stack=$1 - volumes="mongo_db mon_db osm_packages ro_db" + volumes="mongo_db mon_db osm_packages ro_db pol_db prom_db ro" for volume in $volumes; do sg docker -c "docker volume rm ${stack}_${volume}" done -- 2.25.1