Hi there,
I am currently setting up a lab to test out cluster sets in Server 2019 by following https://docs.microsoft.com/en-us/windows-server/storage/storage-spaces/Cluster-Sets
Right now I am stuck on the step for testing out live migrate between cluster sets by running the command Move-ClusterSetVM. The example command shown was -
Move-ClusterSetVM -CimSession CSMASTER
-VMName CSVM1 -ClusterName CLUSTER3
But -ClusterName is not even a valid parameter. There is another parameter called -Node, but when I tried to specify a node on a different cluster set, all I got was an error saying the move encountered a terminal failure.
So has anyone managed to get live migration working for cluster sets?