Skip to content

Commit

Permalink
F OpenNebula#1660: add resize to local actions (OpenNebula#512)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Herrera <[email protected]>
  • Loading branch information
carloshm91 authored and atodorov-storpool committed Jan 4, 2021
1 parent 2ed2553 commit dcef24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/exec/one_vmm_sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ LOCAL_ACTIONS="${LOCAL_ACTIONS},pre,post,clean,update_sg"
LOCAL_ACTIONS="${LOCAL_ACTIONS},snapshotcreate,snapshotrevert,snapshotdelete"
LOCAL_ACTIONS="${LOCAL_ACTIONS},attach_nic,detach_nic,reset"
LOCAL_ACTIONS="${LOCAL_ACTIONS},prereconfigure,reconfigure"
LOCAL_ACTIONS="${LOCAL_ACTIONS},attach_disk,detach_disk,resize_disk"
LOCAL_ACTIONS="${LOCAL_ACTIONS},attach_disk,detach_disk,resize_disk,resize"

exec $MAD_LOCATION/one_vmm_exec -l $LOCAL_ACTIONS $*

0 comments on commit dcef24c

Please sign in to comment.