Daniel Erez has posted comments on this change. Change subject: vdsm: update size of LUN volume in prepareVolume ......................................................................
Patch Set 2: (1 comment) .................................................... File vdsm/storage/hsm.py Line 3018: :type volUUID: UUID Line 3019: :param options: ? Line 3020: Line 3021: :returns: a dict with the size of the volume. Line 3022: :rtype: dict/usr/share/vdsm Oops, done. Line 3023: """ Line 3024: # Return string because xmlrpc's "int" is very limited Line 3025: dom = sdCache.produce(sdUUID=sdUUID) Line 3026: apparentsize = str(dom.getVSize(imgUUID, volUUID)) -- To view, visit http://gerrit.ovirt.org/22976 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I48b4343c6519fed366beec415c47226d4e3c8fef Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[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
