Page 1 of 1

V6 to V8.0.6180 Upgrade: Sync Channel Issues

Posted: Sun Jan 05, 2014 1:29 pm
by microfoundry
Greetings - I noticed when I upgraded from 6.0.5569 to 8.0.6180 that my Sync Channels did not convert correctly.
In my environment I utilize 2x 10GB interfaces for sync channels and 1x 1GB for control:
192.168.32.xxx - Sync
192.168.33.xxx - Sync
192.168.10.xxx - Control

Issues observed
1. After the upgrade all HA devices (28) had interface 192.168.33.xxx listed twice in the *.swdsk files
2. Link ids did not sequence correctly
3. Utilizing the GUI to modify/remove one of the two dupe interfaces would actually remove both from the *.swdsk file. And re-adding the correct interfaces would NOT update the file with the new data.
4. Restarting the service after modifying the interfaces from the GUI (with the failure to actually update the *.swdsk file) would cause a failure when the service tried to mount the HA device.
5. Manually modifying he *swdsk files (IP and ids) corrected the interface issue

Code: Select all

          <transport type="iSCSI" id="1">
            <links>
              <link id="1" type="data" priority="1" connections="4">
                <peer ip="192.168.33.35" port="3260"/>
              </link>
              <link id="2" type="data" priority="1" connections="4">
                <peer ip="192.168.33.35" port="3260"/>
              </link>
              <link id="2" type="control" priority="1" connections="1">
                <peer ip="192.168.10.35" port="3260"/>
              </link>
            </links>
          </transport>

Re: V6 to V8.0.6180 Upgrade: Sync Channel Issues

Posted: Mon Jan 20, 2014 11:39 am
by Anatoly (staff)
Hello and thank you for your interest in StarWind product.

I just want to let you know that currently we are investigating your issue, and we successfully reproduced it in our test lab. One of my colleague will post our official answer as soon as we will have the solution or at least work around for you.

Thank you

Re: V6 to V8.0.6180 Upgrade: Sync Channel Issues

Posted: Mon Jan 20, 2014 3:27 pm
by Bohdan (staff)
Please re-download the beta build, check it and let us know if the issue persists.