Created
January 25, 2022 18:50
-
-
Save mdpuma/2ea5b21d0a42ef1f756e571f27ef198f to your computer and use it in GitHub Desktop.
solusvm limit iops virsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<blkiotune> | |
<device> | |
<path>/dev/vg/kvm980_img</path> | |
<read_iops_sec>100</read_iops_sec> | |
<write_iops_sec>100</write_iops_sec> | |
</device> | |
</blkiotune> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blkiotune --device-read-iops-sec /dev/vg/kvm980_img,100 --domain kvm980 --live | |
blkiotune --device-write-iops-sec /dev/vg/kvm980_img,100 --domain kvm980 --live |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment