Skip to content

Instantly share code, notes, and snippets.

@zhanghui9700
Last active February 21, 2017 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhanghui9700/b1f181f8410f9f117c621c6064407124 to your computer and use it in GitHub Desktop.
Save zhanghui9700/b1f181f8410f9f117c621c6064407124 to your computer and use it in GitHub Desktop.
QOS of cpu/memory/network/disk

openstack QOS

fuel 9.0 openstack mitaka

  1. disk qos
  2. network qos
  3. cpu qos
  4. memory qos
  5. ...
@zhanghui9700
Copy link
Author

disk QOS

root@node-6:~# nova flavor-create cpu.micro auto 4096 10 4

+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
| ID                                   | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
| 33a9af41-f722-4446-a358-690ebccff4c7 | cpu.micro | 4096      | 10   | 0         |      | 4     | 1.0         | True      |
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+

root@node-6:~# nova flavor-key cpu.micro set quota:disk_write_bytes_sec=10485760

References

  1. openstack admin guide compute flavors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment