diff options
author | Yaguang Tang <yaguang.tang@canonical.com> | 2013-02-15 23:41:02 +0800 |
---|---|---|
committer | Yaguang Tang <yaguang.tang@canonical.com> | 2013-02-19 15:18:56 +0800 |
commit | 86e6f34eca14b8271a974f06bff7be179449c90b (patch) | |
tree | a13e4c2b202d49bc3d38d01f1f1337ec6ad83ee3 /nova/utils.py | |
parent | 90ac3270a8bfe4b94e49cd4c2504b6c85dca14a5 (diff) | |
download | nova-86e6f34eca14b8271a974f06bff7be179449c90b.tar.gz nova-86e6f34eca14b8271a974f06bff7be179449c90b.tar.xz nova-86e6f34eca14b8271a974f06bff7be179449c90b.zip |
Add support for instance disk IO control.
Part 3 for blueprint quota-instance-resource, by setting exposed params
"disk_read_bytes_sec, disk_read_iops_sec, disk_write_bytes_sec,
disk_write_iops_sec, disk_total_bytes_sec, disk_total_iops_sec"
through nova flavor-set, user can implement instance disk IO control
policy.
for example:
nova flavor-set m1.medium set disk_write_bytes_sec=10240000,
then the max disk write IO is 10MB/s for VM user.
partly implement blueprint quota-instance-resource
original reviews https://review.openstack.org/#/c/14151/
DocImpact
Change-Id: I8605acf61d7ddbfdaf6eee3ab135898df2449484
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions