
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
3.5 KiB
3.5 KiB
vim.cluster.DasVmSettings.IsolationResponse
- The ClusterDasVmSettingsIsolationResponse enum defines values that indicate whether or not the virtual machine should be powered off if a host determines that it is isolated from the rest of the cluster.Host network isolation occurs when a host is still running but it can no longer communicate with other hosts in the cluster and it cannot ping the configured isolation address(es). When the HA agent on a host loses contact with the other hosts, it will ping the isolation addresses. If the pings fail, the host will declare itself isolated.Once the HA agent declares the host isolated, it will initiate the isolation response workflow after a 30 second delay. You can use the FDM advanced option fdm.isolationPolicyDelaySec to increase the delay. For each virtual machine, the HA agent attempts to determine if a master is responsible for restarting the virtual machine. If it cannot make the determination, or there is a master that is responsible, the agent will apply the configured isolation response. This workflow will continue until the configuration policy, has been applied to all virtual machines, the agent reconnects to another HA agent in the cluster, or the isolation address pings start succeeding. If there is a master agent in the cluster, it will attempt to restart the virtual machines that were powered off during isolation.By default, the isolated host leaves its virtual machines powered on. You can override the isolation response default with a cluster-wide setting ( defaultVmSettings ) or a virtual machine setting ( isolationResponse ).
- All isolation response values are valid for the
- isolationResponse
- property specified in a single virtual machine HA configuration.
- All values except for
- clusterIsolationResponse
- are valid for the cluster-wide default HA configuration for virtual machines (
- defaultVmSettings
- ).
- If you ensure that your network infrastructure is sufficiently redundant and that at least one network path is available at all times, host network isolation should be a rare occurrence.
- contained by
- type
- name
clusterIsolationResponse
values:
- none
-
Do not power off the virtual machine in the event of a host network isolation.
- clusterIsolationResponse
-
Use the default isolation reponse defined for the cluster that contains this virtual machine.
- powerOff
-
Power off the virtual machine in the event of a host network isolation.
- shutdown
-
Shut down the virtual machine guest operating system in the event of a host network isolation. If the guest operating system fails to shutdown within five minutes, HA will initiate a forced power off.When you use the shutdown isolation response, failover can take longer (compared to the powerOff response) because the virtual machine cannot fail over until it is shutdown.