1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Revert "M #-: Add disk resize for vCenter Wild VMs"

This reverts commit 8c481beb6b79d9a0deec2fe5aafce5e833d294fc.
This commit is contained in:
Tino Vazquez 2022-05-12 15:35:55 +02:00
parent 91487987a2
commit 64368b739e

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, disk-resize, nic-attach,
nic-detach, snapshot-create, snapshot-delete, snapshot-revert, migrate,
live-migrate, resize, updateconf, update, recover"
poweroff-hard, disk-attach, disk-detach, nic-attach, nic-detach,
snapshot-create, snapshot-delete, snapshot-revert, migrate, live-migrate,
resize, updateconf, update, recover"
]
#-------------------------------------------------------------------------------