Change in vdsm[master]: Qos feature: Adds bandwidth definition at configuration leve...

asegurap at redhat.com asegurap at redhat.com
Fri Jun 21 11:57:42 UTC 2013


Antoni Segura Puimedon has posted comments on this change.

Change subject: Qos feature: Adds bandwidth definition at configuration level.
......................................................................


Patch Set 11: Verified; Looks good to me, but someone else must approve

Doing:
    from vdsm import vdscli
    connection = vdscli.connect()
    connection.addNetwork('toni', '', '', ['p1p4'], {'qosInbound':{'average': '1024', 'burst': '2048'}, 'qosOutbound':{'average': '2400'}})

results in:

    <network>
      <name>vdsm-toni</name>
      <uuid>515e2c51-226a-4db9-4957-fe9a75e49fd7</uuid>
      <forward mode='bridge'/>
      <bridge name='toni' />
      <bandwidth>
        <inbound average='1024' burst='2048'/>
        <outbound average='2400'/>
      </bandwidth>
    </network>

Good for me

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

Gerrit-MessageType: comment
Gerrit-Change-Id: If0c3b4b9a6fd5eb53579fb2e157b5325caa88d04
Gerrit-PatchSet: 11
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Vallarelli <gvallare at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Giuseppe Vallarelli <gvallare at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list