From 54f8a00d77440ae62ce1153d57ffa7255457fc8a Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Thu, 2 Nov 2023 15:21:39 +0100 Subject: [PATCH] wip: set limit to move volume --- lib/Ravada/Request.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Ravada/Request.pm b/lib/Ravada/Request.pm index c9d173064..5d9efa502 100644 --- a/lib/Ravada/Request.pm +++ b/lib/Ravada/Request.pm @@ -216,7 +216,7 @@ our %COMMAND = ( # list from low to high priority ,disk_low_priority => { limit => 2 - ,commands => ['rsync_back','check_storage', 'refresh_vms'] + ,commands => ['rsync_back','check_storage', 'refresh_vms','move_volume'] ,priority => 30 } ,disk => {