Ayal Baron has posted comments on this change.
Change subject: vm: increase the volume extension on storage migration ......................................................................
Patch Set 1: (1 inline comment)
.................................................... File vdsm/vm.py Line 799: return Line 800: Line 801: if newSize is None: Line 802: # newSize is always in megabytes Line 803: newSize = (vmDrive.volExtensionChunk + moving it to nextVolumeSize could be the way to go, but currently it seems wrong to compute next size in extend. Line 804: ((vmDrive.apparentsize + constants.MEGAB - 1) / Line 805: constants.MEGAB)) Line 806: Line 807: if getattr(vmDrive, 'diskReplicate', None):
-- To view, visit http://gerrit.ovirt.org/9200 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: Ib61375613712feb7118a80c50b73e678d257f251 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli fsimonce@redhat.com Gerrit-Reviewer: Ayal Baron abaron@redhat.com Gerrit-Reviewer: Federico Simoncelli fsimonce@redhat.com