Yeela Kaplan has uploaded a new change for review. Change subject: Override compellent device defaults in multipath.conf ......................................................................
Override compellent device defaults in multipath.conf Change-Id: Ice1d3c1845746384794e724a064ba05c56bf2a42 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=865673 Signed-off-by: Yeela Kaplan <[email protected]> --- M vdsm/constants.py.in M vdsm/storage/multipath.py 2 files changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/92/10192/1 diff --git a/vdsm/constants.py.in b/vdsm/constants.py.in index 8034b8e..78e2176 100644 --- a/vdsm/constants.py.in +++ b/vdsm/constants.py.in @@ -178,5 +178,10 @@ " getuid_callout \"@SCSI_ID_PATH@ --whitelisted " "--replace-whitespace --device=/dev/%n\"\n" "}\n" + "device {\n" + " vendor \"COMPELNT\"\n" + " product \"Compellent Vol\"\n" + " no_path_retry fail\n" + "}\n" "}" ) diff --git a/vdsm/storage/multipath.py b/vdsm/storage/multipath.py index 741f1a1..ecb644e 100644 --- a/vdsm/storage/multipath.py +++ b/vdsm/storage/multipath.py @@ -49,8 +49,9 @@ OLD_TAGS = ["# RHAT REVISION 0.2", "# RHEV REVISION 0.3", "# RHEV REVISION 0.4", "# RHEV REVISION 0.5", - "# RHEV REVISION 0.6", "# RHEV REVISION 0.7"] -MPATH_CONF_TAG = "# RHEV REVISION 0.8" + "# RHEV REVISION 0.6", "# RHEV REVISION 0.7", + "# RHEV REVISION 0.8"] +MPATH_CONF_TAG = "# RHEV REVISION 0.9" MPATH_CONF_PRIVATE_TAG = "# RHEV PRIVATE" MPATH_CONF_TEMPLATE = MPATH_CONF_TAG + constants.STRG_MPATH_CONF -- To view, visit http://gerrit.ovirt.org/10192 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice1d3c1845746384794e724a064ba05c56bf2a42 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
