Hello, I'm trying out StarWind VSAN Free. Done a bunch of reading but want to get clear on a point. I am building a Windows Failover Cluster that will use StarWind VSAN as the storage system. I want to start with a single node, to try it out. Then I want to bring a second node online later. It seems there isn't a way to "add a node" (that I can see) available to free version? But I think I can accomplish this as follows:
- Create image file
- Use Add-ImageDevice to attach the drive to the single node
- Later on use Remove-Device to detach the image file from the single node
- Create Failover Cluster with two nodes
- Use Add-HADevice to bring the existing image on both nodes with data preserved with Node 1 CreateImage = $false and Node 2 CreateImage = $true
is this is a correct path? Or am I way off base?
