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() { post_to_2.4.20() {
echo "Pruning unused volumes" echo "Pruning unused docker volumes on all nodes - This process will run in the background."
docker volume prune -f salt --async \* cmd.run "docker volume prune -f"
POSTVERSION=2.4.20 POSTVERSION=2.4.20
} }