IO settings

Maher Khalil

Active Member
Jul 11, 2021
232
10
38
44
Hello
I am trying to adjust io of VM to be 0.5 M/S but cannot accept less than 1
How can I achieve that?
 
should work on the cli:

Code:
qm config ID # get disk settings
qm set ID -scsi0 <your-other-disk-settings>,mbps_rd=0.1

e.g.

Code:
# qm config 122
...
scsi0: lvmthin:vm-122-disk-0,size=32G
...

# qm set 122 -scsi0 lvmthin:vm-122-disk-0,size=32G,mbps_rd=0.1