1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

M #-: Add disk resize for vCenter Wild VMs

This commit is contained in:
Tino Vazquez 2022-05-12 15:34:17 +02:00
parent 16eae7254a
commit 8c481beb6b

View File

@ -604,9 +604,9 @@ VM_MAD = [
LIVE_RESIZE = "yes",
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, snapshot-revert, migrate, live-migrate,
resize, updateconf, update, recover"
poweroff-hard, disk-attach, disk-detach, disk-resize, nic-attach,
nic-detach, snapshot-create, snapshot-delete, snapshot-revert, migrate,
live-migrate, resize, updateconf, update, recover"
]
#-------------------------------------------------------------------------------