Nir Soffer has uploaded a new change for review. Change subject: multipath: Remove unused constant ......................................................................
multipath: Remove unused constant We don't rotate files for couple of month now, so there is no need to keep this constant. Change-Id: I08bd8ae2f860fcbdf3be45cb372ae44f9bd4b589 Signed-off-by: Nir Soffer <[email protected]> --- M lib/vdsm/tool/configurators/multipath.py 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/60/44860/1 diff --git a/lib/vdsm/tool/configurators/multipath.py b/lib/vdsm/tool/configurators/multipath.py index bced531..5ad0840 100644 --- a/lib/vdsm/tool/configurators/multipath.py +++ b/lib/vdsm/tool/configurators/multipath.py @@ -88,8 +88,6 @@ """ % {"current_tag": _MPATH_CONF_TAG} -_MAX_CONF_COPIES = 5 - # conf file configured by vdsm should contain a tag # in form of "RHEV REVISION X.Y" _OLD_TAGS = ["# RHAT REVISION 0.2", "# RHEV REVISION 0.3", -- To view, visit https://gerrit.ovirt.org/44860 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I08bd8ae2f860fcbdf3be45cb372ae44f9bd4b589 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
