Adam Litke has posted comments on this change. Change subject: Live Merge: Proactively extend merge target volume ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/35614/1/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 871: For internal volumes it is discovered by calling irs.getVolumeSize(). Line 872: """ Line 873: nextSize = (self.volExtensionChunk + Line 874: ((curSize + constants.MEGAB - 1) / constants.MEGAB)) Line 875: return min(nextSize, self.truesize) > This seems generally true, regardless of live-merge scenarios. IIUC, any ca Done Line 876: Line 877: @property Line 878: def networkDev(self): Line 879: try: -- To view, visit http://gerrit.ovirt.org/35614 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3d483f9dfe6e19a9f9fec84950bf2ea0c7ed7946 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Tal Nisan <[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
