From 91487987a2c287e62b4c112dbb7686d68f222014 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Thu, 12 May 2022 15:34:17 +0200 Subject: [PATCH] M #-: Add disk resize for vCenter Wild VMs (cherry picked from commit 8c481beb6b79d9a0deec2fe5aafce5e833d294fc) --- share/etc/oned.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index 7a5499d1f2..75cac1d618 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -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" ] #-------------------------------------------------------------------------------