From: "Giuseppe Vallarelli" <gvallare(a)redhat.com>
To: "Livnat Peer" <lpeer(a)redhat.com>
Cc: "Doron Fediuck" <dfediuck(a)redhat.com>, engine-devel(a)ovirt.org,
"Dan Kenigsberg" <danken(a)redhat.com>
Sent: Tuesday, June 11, 2013 5:34:16 PM
Subject: Re: [Engine-devel] Add traffic shaping parameters for a network interface.
----- Original Message -----
| From: "Giuseppe Vallarelli" <gvallare(a)redhat.com>
| To: "Livnat Peer" <lpeer(a)redhat.com>
| Cc: "Doron Fediuck" <dfediuck(a)redhat.com>, engine-devel(a)ovirt.org,
"Dan
| Kenigsberg" <danken(a)redhat.com>
| Sent: Tuesday, June 11, 2013 3:07:32 PM
| Subject: Re: [Engine-devel] Add traffic shaping parameters for a network
| interface.
|
| Related to QoS parameters reporting to the engine. Looks like they're
| already
| available, I tried to use vdsClient with list verb and I've got the devices
| list where a 'specParams' is defined (it's empty because I didn't try
it
| with
| my last patch).
|
| devices = [... {'nicModel': 'pv', 'macAddr':
'00:1a:4a:22:3f:04',
| 'network':
| 'ovirtmgmt', 'alias': 'net0', 'specParams': {},
| 'deviceId': '76173ffc-603a-496f-8ffc-31dc4d41cef6', 'address':
{'slot':
| '0x03', 'bus': '0x00', 'domain': '0x0000',
| 'type': 'pci', 'function': '0x0'}, 'device':
'bridge', 'type': 'interface'}
| ...]
|
| Perhaps I'm missing something, any ideas/hints ?
| Thanks Giuseppe
A few pastes:
creating the vm:
http://paste.fedoraproject.org/17953/37096041/
dumping vm xml:
http://paste.fedoraproject.org/17951/37096009/
I've tried this out thanks to Toni, losing sanity with vdsClient..
Giuseppe