Feature #2530
Add support for kvm disk iotune
Status: | Closed | Start date: | 12/03/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 100% | |
Category: | Core & System | |||
Target version: | Release 4.8 | |||
Resolution: | fixed | Pull request: |
Description
From this thread in the mailing list:
http://lists.opennebula.org/pipermail/users-opennebula.org/2013-November/025376.html
Associated revisions
feature #2530: iotune support for kvm block devices
feature #2530: add defaults for io throttling
feature #2530: Better management of defaults
feature #2530: make io throttling attributes restricted
(cherry picked from commit bc612df553873af05b204e56eb33ad45c4faa9fb)
Conflicts:
share/etc/oned.conf
History
#1 Updated by Vladislav Gorbunov over 7 years ago
- File iotune.diff added
I write the patch for opennebula 4.4.
total_bytes_sec
The optional total_bytes_sec element is the total throughput limit in bytes per second. This cannot appear with read_bytes_sec or write_bytes_sec.
read_bytes_sec
The optional read_bytes_sec element is the read throughput limit in bytes per second.
write_bytes_sec
The optional write_bytes_sec element is the write throughput limit in bytes per second.
total_iops_sec
The optional total_iops_sec element is the total I/O operations per second. This cannot appear with read_iops_sec or write_iops_sec.
read_iops_sec
The optional read_iops_sec element is the read I/O operations per second.
write_iops_sec
The optional write_iops_sec element is the write I/O operations per second.
#2 Updated by Ruben S. Montero over 7 years ago
- Target version set to Release 4.6
#3 Updated by Jaime Melis over 7 years ago
- Target version changed from Release 4.6 to Release 4.8
#4 Updated by Ruben S. Montero about 7 years ago
- Assignee set to Javi Fontan
#5 Updated by Javi Fontan about 7 years ago
- % Done changed from 0 to 50
Defaults should be added to KVM configuration and these parameters may be forbidden to end users.
#6 Updated by Ruben S. Montero almost 7 years ago
- Target version changed from Release 4.8 to Release 4.8 - Beta 1
#7 Updated by Javi Fontan almost 7 years ago
- Status changed from New to Closed
- % Done changed from 50 to 100
- Resolution set to fixed
#8 Updated by Javi Fontan almost 7 years ago
- Target version changed from Release 4.8 - Beta 1 to Release 4.8