Alon Bar-Lev has posted comments on this change. Change subject: packaging: setup: On upgrade use existing NFS export ACL ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/23736/1/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/exportfs.py File packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/exportfs.py: Line 64: if matcher and matcher.group('path') == path: Line 65: index = i Line 66: acl = matcher.group('acl') Line 67: break Line 68: return content, index, acl > Let me explain in other words: once again... I will repeat... there are two SEPARATE tasks we do here, which are totally unrelated. I do not care what written in this file... I want it to demonstrait these two independent tasks. 1. unconditionally move a line 2. re-write line if ACL is not none. these are trivial, and sequential. what is the problem? Line 69: Line 70: def __init__(self, context): Line 71: super(Plugin, self).__init__(context=context) Line 72: self._enabled = True -- To view, visit http://gerrit.ovirt.org/23736 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia2672e1caed04d2b6b0c894eaa106949b2df83c3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
