Change in vdsm[master]: vm: Update LUN size when starting a vm

nsoffer at redhat.com nsoffer at redhat.com
Sun Feb 9 19:20:52 UTC 2014


Nir Soffer has posted comments on this change.

Change subject: vm: Update LUN size when starting a vm
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/24235/1/vdsm/vm.py
File vdsm/vm.py:

Line 630:                 dStats = {'truesize': str(vmDrive.truesize),
Line 631:                           'apparentsize': str(vmDrive.apparentsize)}
Line 632:                 if isVdsmImage(vmDrive):
Line 633:                     dStats['imageID'] = vmDrive.imageID
Line 634:                 else:
> Currently, we have either of them. I.e. we have an imageID or a GUID. I can
What about CD ROM and floppy? - they are in the disk devices list.
Line 635:                     dStats['lunGUID'] = vmDrive.GUID
Line 636:                 dStats['readRate'] = ((eInfo[dName][1] - sInfo[dName][1]) /
Line 637:                                       sampleInterval)
Line 638:                 dStats['writeRate'] = ((eInfo[dName][3] - sInfo[dName][3]) /


-- 
To view, visit http://gerrit.ovirt.org/24235
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4988212f7f96078e774d2a4e7b5cd1681383cb0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list