Advertisement
Guest User

virsh_domiftune

a guest
Jul 31st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [root@labz ~]# virsh domiftune one-22 vnet4
  2. inbound.average: 0
  3. inbound.peak : 0
  4. inbound.burst : 0
  5. outbound.average: 0
  6. outbound.peak : 0
  7. outbound.burst : 0
  8.  
  9. [root@labz ~]# virsh domiftune one-22 vnet4 --live --inbound 1000,1000,1000
  10.  
  11. [root@labz ~]# virsh domiftune one-22 vnet4
  12. inbound.average: 1000
  13. inbound.peak : 1000
  14. inbound.burst : 1000
  15. outbound.average: 0
  16. outbound.peak : 0
  17. outbound.burst : 0
  18.  
  19. # trying to revert back values result in error...
  20.  
  21. [root@labz ~]# virsh domiftune one-22 vnet4 --live --inbound 0,0,0
  22. error: inbound average is mandatory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement