Feature #3045
Network qos support
Status: | Closed | Start date: | 07/15/2014 | |
---|---|---|---|---|
Priority: | Sponsored | Due date: | ||
Assignee: | Carlos Martín | % Done: | 100% | |
Category: | Core & System | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: |
Description
since 0.9.4, libvirt allows setting quality of service for a particular network, would opennebula support this feature?
this is the xml example:
<devices>
<interface type='network'>
<source network='default'/>
<target dev='vnet0'/>
<bandwidth>
<inbound average='1000' peak='5000' floor='200' burst='1024'/>
<outbound average='128' peak='256' burst='256'/>
</bandwidth>
</interface>
</devices>
Related issues
Associated revisions
F #3045: Support for limiting average and peak bw per VM interface.
Default values can be defined in VNET or AR.
F #3045: vCenter support for limiting VM traffic
rbvmomi updated to v1.9.3
F #3045: BW attributes set as restricted
F #3045: Add QoS attributes in sunstone
History
#1 Updated by Ruben S. Montero almost 7 years ago
- Tracker changed from Feature to Backlog
- Category set to Core & System
- Priority changed from Normal to High
This should be address together with #665
#2 Updated by Ruben S. Montero almost 7 years ago
- Related to Backlog #665: Allow rate limiting of a VIF. added
#3 Updated by Ruben S. Montero over 6 years ago
- Target version set to Release 4.14
#4 Updated by Ruben S. Montero over 6 years ago
- Tracker changed from Backlog to Feature
#5 Updated by Ruben S. Montero over 6 years ago
- Status changed from Pending to New
#6 Updated by Ruben S. Montero almost 6 years ago
- Tracker changed from Feature to Backlog
- Target version deleted (
Release 4.14)
#7 Updated by Ruben S. Montero over 5 years ago
- Tracker changed from Backlog to Feature
- Priority changed from High to Sponsored
- Target version set to Release 5.0
#8 Updated by Ruben S. Montero about 5 years ago
- Tracker changed from Feature to Backlog
#9 Updated by Tino Vázquez about 5 years ago
- Target version changed from Release 5.0 to Release 5.2
#10 Updated by Ruben S. Montero almost 5 years ago
- Tracker changed from Backlog to Feature
- Target version changed from Release 5.2 to Release 5.4
#11 Updated by Ruben S. Montero almost 5 years ago
- Assignee set to Ruben S. Montero
- Target version changed from Release 5.4 to Release 5.2
#12 Updated by Ruben S. Montero almost 5 years ago
- Assignee changed from Ruben S. Montero to Carlos Martín
Code is ready in oned. This needs to be exposed in Sunstone for NICs and VNETs
#13 Updated by OpenNebula Systems Support Team almost 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to fixed
code and documentation added for vCenter