forked from xapi-project/sm
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "CA-379329: check for missing iSCSI sessions and reconnect" (#65)
This reverts commit d28dcc1. Prevent bad disconnection of ISCSi targets 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 change is a workaround, we don't have a better solution at this time. Signed-off-by: Benjamin Reis <[email protected]>
- Loading branch information
1 parent
db0a6cb
commit d2d42c1
Showing
8 changed files
with
227 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,6 @@ SM_LIBS += pluginutil | |
SM_LIBS += fcoelib | ||
SM_LIBS += constants | ||
SM_LIBS += cbtutil | ||
SM_LIBS += sr_health_check | ||
|
||
UDEV_RULES = 65-multipath 55-xs-mpath-scsidev 57-usb 58-xapi | ||
MPATH_DAEMON = sm-multipath | ||
|
@@ -184,10 +183,6 @@ install: precheck | |
$(SM_STAGING)/$(SYSTEMD_SERVICE_DIR) | ||
install -m 644 systemd/storage-init.service \ | ||
$(SM_STAGING)/$(SYSTEMD_SERVICE_DIR) | ||
install -m 644 systemd/sr_health_check.service \ | ||
$(SM_STAGING)/$(SYSTEMD_SERVICE_DIR) | ||
install -m 644 systemd/sr_health_check.timer \ | ||
$(SM_STAGING)/$(SYSTEMD_SERVICE_DIR) | ||
install -m 644 systemd/[email protected] \ | ||
$(SM_STAGING)/$(SYSTEMD_SERVICE_DIR) | ||
install -m 644 systemd/linstor-monitor.service \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.