[node-patches] Change in ovirt-node[ovirt-3.6]: setup: Hide SCSI ALUA
fabiand at redhat.com
fabiand at redhat.com
Tue Nov 3 15:36:26 UTC 2015
Fabian Deutsch has uploaded a new change for review.
Change subject: setup: Hide SCSI ALUA
......................................................................
setup: Hide SCSI ALUA
Change-Id: I1fd07b0296645723a434b1d039d2ded5c3c5b892
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1273715
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/core/remote_storage_page.py
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/25/48025/1
diff --git a/src/ovirt/node/setup/core/remote_storage_page.py b/src/ovirt/node/setup/core/remote_storage_page.py
index 9b86c1d..7ec9212 100644
--- a/src/ovirt/node/setup/core/remote_storage_page.py
+++ b/src/ovirt/node/setup/core/remote_storage_page.py
@@ -55,7 +55,9 @@
def ui_content(self):
ws = [ui.Header("header", _("Remote Storage")),
- ui.Checkbox("scsi.dh_alua", _("Enable SCSI DH_ALUA")),
+ # Deactivate SCSI ALUA
+ # Bug-Url: https://bugzilla.redhat.com/1273715
+ # ui.Checkbox("scsi.dh_alua", _("Enable SCSI DH_ALUA")),
ui.Entry("iscsi.initiator_name", _("iSCSI Initiator Name:"),
align_vertical=True),
ui.Divider("divider[0]"),
--
To view, visit https://gerrit.ovirt.org/48025
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fd07b0296645723a434b1d039d2ded5c3c5b892
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list