From a967db81526570ad5ad4ca3dc6d1f269bd1dbc8d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 21 Sep 2023 09:38:05 -0400 Subject: [PATCH] Update soup --- salt/common/tools/sbin/soup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index d0a40df901..993ca4c8c7 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -766,8 +766,8 @@ post_to_2.3.260() { } post_to_2.3.270() { - 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.3.270 }