1. It is *not* enough to mark one node as synchronized and other not synchronized (in xxx_HA.swdsk)
Code: Select all
<sync_status>1</sync_status>Code: Select all
<sync_status>0</sync_status>You also need to set
Code: Select all
... shut="true"... Code: Select all
<node id="1" name="HAImage" shut="true" active="true" flags="0">2. There seem to be 2 types of full sync - "Full" that copies everything across and "Full Hash" only for StorageSpaces disks that reads both nodes and compares hashes.
Can this "full hash" is be used for other devices, especially SSDs? It would help a lot with SSD wear not to just copy a whole SSD onto another when it could just have compared the hashes?
Especially since it copies entire image size even if file system inside is 20% used and image size close to SSD size. I assume when physical disk is HA'd it does not copy/hash the entire hard disk but just what's used.
3. Crash happened after I enabled "iSER" as these new cards have RoCE - I see the recommandation is to disable it as it did not take off?
But even if it were used by VSAN since that is both target and initiator iSER would still help internally even if external initiators don't use iSER?
4. Regarding [2], seems even trial licence does not enable HA for physical disks. Personally I'd rather have that and not .img support - especially when crashes, synchronization problems, etc. occur.
Worst-case you just want to access the data and dealing with .img on top of yet another file system - 3 file systems (host, img, vm).
I hope this helps.