Reading this thread made me wonder if the same was happening with our storage. We have 2 sets of 2 servers running in HA, recently updated to v5.8.
On HA SAN A, both nodes have the following in their config, and no connections showing in MS iSCSI initiator in Windows:
<plugin module="HAImage.dll">
<symlink value="HAImage"/>
<type value="HA Image"/>
<imagedir path="*" flags="cmdfv" alias="My Computer" extensions="img"/>
<transport value="system"/>
</plugin>
On HA SAN B, both nodes have the following in their config, and lots of connections showing in MS iSCSI initiator in Windows:
<plugin module="HAImage.dll">
<symlink value="HAImage"/>
<type value="HA Image"/>
<imagedir path="*" flags="cmdfv" alias="My Computer" extensions="img"/>
</plugin>
I'm quite confused - both sets are running fine, all in sync etc, but obviously we'd like to be using the new internal sync method for both. So it looks like for HA SAN B, it is still using MS iSCSI for transport.
The thing that is even more confusing is the setting on HA SAN A where transport value="system". In the config file, it says that the values can only be:
"msinitiator" - system transport,
"internal" - plugin internal transport
"auto" - automatic transport selection
What does system mean, and how did it get there?
