Change in vdsm[master]: bugfix: UpdateVmDevice QoS

psebek at redhat.com psebek at redhat.com
Thu Oct 10 10:05:55 UTC 2013


Petr Šebek has posted comments on this change.

Change subject: bugfix: UpdateVmDevice QoS
......................................................................


Patch Set 6: Verified+1

Verified with ovirt-engine webadmin. Before update nic's bandwidth looks like this:

<bandwidth>
   <inbound average='25600' peak='51200' burst='20480'/>
   <outbound average='12800' peak='25600' burst='10240'/>
</bandwidth>

After update with values 256,512,50,256,512,50 (in Mbps) nic's bandwidth becomes this (values in KBps):

<bandwidth>
    <inbound average='32768' peak='65536' burst='51200'/>
    <outbound average='32768' peak='65536' burst='51200'/>
</bandwidth>

In webadmin everything ends without exception.Also vdsm logs looks right.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I43a383b2a9cf96366927beebf63f1344027169fb
Gerrit-PatchSet: 6
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Šebek <psebek at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Assaf Muller <amuller at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Petr Šebek <psebek at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No


More information about the vdsm-patches mailing list