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 <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to