Skip to content

Commit

Permalink
fix(request): change current memory
Browse files Browse the repository at this point in the history
issue UPC#1123
  • Loading branch information
frankiejol committed Aug 15, 2019
1 parent dc59dfc commit 6c357d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Ravada/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ our %VALID_ARG = (
,remove_hardware => {uid => 1, id_domain => 1, name => 1, index => 1}
,change_hardware => {uid => 1, id_domain => 1, hardware => 1, index => 1, data => 1 }
,change_max_memory => {uid => 1, id_domain => 1, ram => 1}
,change_curr_memory => {uid => 1, id_domain => 1, ram => 1}
,enforce_limits => { timeout => 2, _force => 2 }
,refresh_machine => { id_domain => 1, uid => 1 }
,rebase_volumes => { uid => 1, id_base => 1, id_domain => 1 }
Expand Down Expand Up @@ -139,7 +140,8 @@ our %COMMAND = (
}
,disk => {
limit => 1
,commands => ['prepare_base','remove_base','set_base_vm','rebase_volumes']
,commands => ['prepare_base','remove_base','set_base_vm','rebase_volumes'
, 'manage_pools']
,priority => 6
}
,important=> {
Expand Down

0 comments on commit 6c357d1

Please sign in to comment.