You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have noticed bad behavior for several months because of this commit: xcp-ng@d28dcc1
In practice the commit that we revert is useful in the case where ISCSI connections are no longer valid, but sometimes even without any config change or bad connections, a disconnect/connect is launched preventing the correct use of the SR.
This means that it can interrupt backup tasks, for example.
Wouldn't this piece of code be a little too violent to restart the ISCSI service while the SR is still functional?
Wouldn't the code be a little too sensitive to a particular trigger, when there is no reason to restart the service?
Thanks!
The text was updated successfully, but these errors were encountered:
The code should not restart the iSCSI service while the SR is functional, the only expected outcome is to establish additional iSCSI sessions which could not be made when the SR was attached (e.g. if a path is down at startup) so that full multipath resilience is provided. If you have logs showing that the iSCSI service is restated or that existing live sessions are impacted by this code please attach them here.
Hello,
We have noticed bad behavior for several months because of this commit:
xcp-ng@d28dcc1
In practice the commit that we revert is useful in the case where ISCSI connections are no longer valid, but sometimes even without any config change or bad connections, a disconnect/connect is launched preventing the correct use of the SR.
This means that it can interrupt backup tasks, for example.
Wouldn't this piece of code be a little too violent to restart the ISCSI service while the SR is still functional?
Wouldn't the code be a little too sensitive to a particular trigger, when there is no reason to restart the service?
Thanks!
The text was updated successfully, but these errors were encountered: