[node-patches] Change in ovirt-node[master]: setup: Hide SCSI ALUA
fabiand at redhat.com
fabiand at redhat.com
Tue Nov 3 07:23:08 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, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/47988/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..e79f190 100644
--- a/src/ovirt/node/setup/core/remote_storage_page.py
+++ b/src/ovirt/node/setup/core/remote_storage_page.py
@@ -55,7 +55,8 @@
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/show_bug.cgi?id=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/47988
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fd07b0296645723a434b1d039d2ded5c3c5b892
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list