Fri Apr 09, 2021 2:13 pm
Here is what I found in the logs
4/9 12:37:43.667222 db Common: CStarWindStorageDevice::hangedTaskExist: Storage device hanged operation: location = C:\StarWind\storage\mnt\disk1\Infra\Infra.img, request = 0x00007F6A5FF1B880, cdb[0] = 0x8A, cdb[1] = 0x00, execution time (10337 msec) more than timeout (7000 msec)!
4/9 12:37:43.667227 db Common: CStarWindStorageDevice::hangedTaskExist: Storage device hanged operation: location = C:\StarWind\storage\mnt\disk1\Infra\Infra.img, request = 0x00007F6A62C012A0, cdb[0] = 0x8A, cdb[1] = 0x00, execution time (8480 msec) more than timeout (7000 msec)!
Tweak the following timeout values in the config files on each node.
<StorPerfDegTimeLimitMs value="15000"/>
<iScsiPingCmdSendCmdTimeoutInSec value="10"/>
<UnderlyingStorageTimeoutInSec value="15"/>
Here is the procedure
1. Make sure that the HA devices are synchronized.
2. Make sure that all HA devices have active sessions to them from both servers.
3. Stop StarWind VSAN service on one node with systemctl stop StarWindVSA
4. Go to /opt/StarWind/StarWindVSA/drive_c/StarWind/
5. Copy StarWind.cfg
6. Go to StarWind.cfg and set the values outlined above for 3 parameters.
7. Save and exit.
8. Start StarWind VSAN service with systemctl start StarWindVSA
9. Wait for the fast sync to be over.
10. Repeat for host 2.