Starwind SAN device SyncStatus is null on one node
Posted: Wed Apr 10, 2019 6:25 pm
Hi - I'm running the free version, started from scratch on windows 2016 (2 node cluster) and created 3 devices per node. All three were created and synched according to the CreateHA powershell script. When I run a script that enumerates all the targets/devices on node 2 everything looks ok, all devices show as synched. When I run the same script against node 1 one of the devices has SynchStatus equal to null. If I look at the witness_HA.swdsk file directly it shows 0 as the sync_status in the xml for node 1 and "1" as the value for node 2. I tried the following:
calling $device.SyncStatus = 1 and then $device.Refresh(), this gives "Error HRESULT E_FAIL has been returned from a call to a COM component."
I also tried $device.MarkAsSynchronized() which returns "101 Failed: operation cannot be completed.."
calling $device.SyncStatus = 1 and then $device.Refresh(), this gives "Error HRESULT E_FAIL has been returned from a call to a COM component."
I also tried $device.MarkAsSynchronized() which returns "101 Failed: operation cannot be completed.."