Skip to content

Commit

Permalink
wip: set limit to move volume
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 2, 2023
1 parent 7a2c6ab commit 54f8a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ravada/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 54f8a00

Please sign in to comment.