Displaying 1 result from an estimated 1 matches for "domiftune".
2014 Mar 17
1
Undoing domiftune changes
If I apply some network limits with domiftune, how do I undo them
(without restarting the VM?)
So let's say I did:
# virsh domiftune SRVID8736 vnet0
inbound.average: 0
inbound.peak : 0
inbound.burst : 0
outbound.average: 0
outbound.peak : 0
outbound.burst : 0
# virsh domiftune SRVID8736 vnet0 --outbound 1000,1000,1000
How I do rev...