Yeela Kaplan has posted comments on this change. Change subject: lvm: Add an option to replace locking type 4 ......................................................................
Patch Set 7: (1 comment) http://gerrit.ovirt.org/#/c/23645/7/vdsm/storage/lvm.py File vdsm/storage/lvm.py: Line 256: else: Line 257: conf = self._getCachedExtraCfg() Line 258: Line 259: if rw: Line 260: conf = conf.replace("locking_type=4", "locking_type=1") > It seems that you rebased on top of "Towards a more (block) secure HSM" whi Actually it is rebased on purpose on top of Edu's patch. Both are required. This is an extension in order to use locking type 1 for clustersafe commands. as for the proposed change it was considered as the solution at first, but we also obtain cached configuration from '_getCachedExtraCfg', so the best solution to avoid any misconfigurations has been moved here. Line 261: newcmd += ["--config", conf] Line 262: Line 263: if len(cmd) > 1: Line 264: newcmd += cmd[1:] -- To view, visit http://gerrit.ovirt.org/23645 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9a67a7fa20145763d8ab5cdbf293a9c3eb070067 Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
