EsxStandaloneHostUpgradeOptionsSpec
Options for ESXi standalone host upgrade.
{
"esxUpgradeFailureAction": {
"retryDelay": 0,
"retryCount": 0,
"action": "FAIL, RETRY"
},
"enableQuickboot": false,
"preRemediationPowerAction": "POWER_OFF_VMS, SUSPEND_VMS, DO_NOT_CHANGE_VMS_POWER_STATE, SUSPEND_VMS_TO_MEMORY",
"skipReservedVibsCaching": false
}
Esx Upgrade failure actions to be taken if host entering maintenance mode failed during esx cluster upgrade
Flag for requesting Quick Boot
Flag for setting VM power state before entering maintenance mode.
Flag to skip caching of reserved VIBs on the host. During effective VIB computation, a VIB at a lower version can get replaced by the same VIB at a higher version coming from another release unit. vLCM caches the lower version VIB in ESX-OSData partition to support extraction of currently running image from the hosts. Setting this option means (a) remediation will not cache reserved VIBs, (b) extracting the currently running image from such hosts will not include the reserved VIBs. Hence, the image will not be complete and that might lead to remediation failures. NOTE: Use this option with caution.