Update soup to prune in background

This commit is contained in:
Jason Ertel
2023-09-21 09:41:44 -04:00
committed by GitHub
parent ca71add51b
commit fa3a79a787

View File

@@ -434,8 +434,8 @@ post_to_2.4.10() {
}
post_to_2.4.20() {
echo "Pruning unused volumes"
docker volume prune -f
echo "Pruning unused docker volumes on all nodes - This process will run in the background."
salt --async \* cmd.run "docker volume prune -f"
POSTVERSION=2.4.20
}