From 64368b739ef44fa395539da7ca670511d6342e12 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Thu, 12 May 2022 15:35:55 +0200 Subject: [PATCH] Revert "M #-: Add disk resize for vCenter Wild VMs" This reverts 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 75cac1d618..7a5499d1f2 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, 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" ] #-------------------------------------------------------------------------------