Forum Discussion
node server down failover cluster fail to move VM to other node
Does the virtual machine ever move after a period of time? In Windows 2016 Failover Clustering, we added Compute and VM Resiliency. It was for those cases where a node or storage may have a transient error and have no connectivity for a very quick brief period of time. Prior to Windows 2016, if the node went down, all would move over (powered off and on). This would cause issues if it was only down for say 30 seconds. Once the node was back and joined, the VM would start again. The VM would either continue running during this time if the physical disk was still accessible or would go into a paused-critical state until the drive came back up as long as it did within the time period allowed. The setting for this is ResiliencyPeriod and the default period is 240 seconds (4 minutes). So it would be 4 minutes before the VM would be moved to another node.
To see what this is set for would be the commands:
Cluster property:
(Get-Cluster).ResiliencyDefaultPeriod
Group common property for granular control:
(Get-ClusterGroup “My VM”).ResiliencyPeriod