mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
parent
297dab3510
commit
701cfdb774
@ -425,8 +425,20 @@ IM_MAD = [
|
||||
# disk-detach
|
||||
# nic-attach
|
||||
# nic-detach
|
||||
# snap-create
|
||||
# snap-delete
|
||||
# disk-snapshot-create
|
||||
# disk-snapshot-delete
|
||||
# disk-snapshot-rename
|
||||
# disk-snapshot-revert
|
||||
# disk-resize
|
||||
# disk-saveas
|
||||
# resize
|
||||
# update
|
||||
# updateconf
|
||||
# snapshot-create
|
||||
# snapshot-delete
|
||||
# snapshot-revert
|
||||
# recover
|
||||
# retry
|
||||
#*******************************************************************************
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
@ -458,7 +470,8 @@ VM_MAD = [
|
||||
SUPPORT_SHAREABLE = "yes",
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, hold, release, suspend,
|
||||
resume, delete, reboot, reboot-hard, resched, unresched, disk-attach,
|
||||
disk-detach, nic-attach, nic-detach, snapshot-create, snapshot-delete"
|
||||
disk-detach, nic-attach, nic-detach, snapshot-create, snapshot-delete,
|
||||
resize, updateconf, update"
|
||||
]
|
||||
|
||||
# This variant should be used for nested virtualization
|
||||
@ -474,7 +487,8 @@ VM_MAD = [
|
||||
SUPPORT_SHAREABLE = "yes",
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, hold, release, suspend,
|
||||
resume, delete, reboot, reboot-hard, resched, unresched, disk-attach,
|
||||
disk-detach, nic-attach, nic-detach, snapshot-create, snapshot-delete"
|
||||
disk-detach, nic-attach, nic-detach, snapshot-create, snapshot-delete,
|
||||
resize, updateconf, update"
|
||||
]
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
@ -501,7 +515,9 @@ VM_MAD = [
|
||||
# DEFAULT = "vmm_exec/vmm_exec_lxd.conf",
|
||||
TYPE = "xml",
|
||||
KEEP_SNAPSHOTS = "no",
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, reboot, reboot-hard, poweroff, poweroff-hard, suspend, resume, stop, delete, nic-attach, nic-detach"
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, reboot, reboot-hard,
|
||||
poweroff, poweroff-hard, suspend, resume, stop, delete, nic-attach,
|
||||
nic-detach, resize, updateconf, update"
|
||||
]
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
@ -529,7 +545,9 @@ VM_MAD = [
|
||||
# DEFAULT = "vmm_exec/vmm_exec_lxc.conf",
|
||||
TYPE = "xml",
|
||||
KEEP_SNAPSHOTS = "no",
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, reboot, reboot-hard, poweroff, poweroff-hard, suspend, resume, stop, delete, nic-attach, nic-detach"
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, reboot, reboot-hard,
|
||||
poweroff, poweroff-hard, suspend, resume, stop, delete, nic-attach,
|
||||
nic-detach, resize, updateconf, update"
|
||||
]
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
@ -580,7 +598,8 @@ VM_MAD = [
|
||||
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, hold, release, suspend,
|
||||
resume, delete, reboot, reboot-hard, resched, unresched, poweroff,
|
||||
poweroff-hard, disk-attach, disk-detach, nic-attach, nic-detach,
|
||||
snapshot-create, snapshot-delete, migrate, live-migrate"
|
||||
snapshot-create, snapshot-delete, migrate, live-migrate
|
||||
resize, updateconf, update"
|
||||
]
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user