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 <[email protected]> --- 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 <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
