[node-patches] Change in ovirt-node[ovirt-3.5]: setup: Hide SCSI ALUA

fabiand at redhat.com fabiand at redhat.com
Mon Nov 23 11:23:17 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>
(cherry picked from commit 57a332f17f498a885b1e50589b5239c47a6263b3)
---
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/75/48975/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/48975
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.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list