[SOLVED] Correct way to disable disk throttle?

cbx

Active Member
Mar 2, 2012
45
1
28
Hello

I am seeing that with the GUI, there is no way to disable disk throttle if we have put some valor...
I have seen that with that we can disable it :

BEFORE
qm config 109 -current
....
virtio0: local-lvm:vm-109-disk-1,mbps_rd=30,size=25G
....

qm set 109 -skiplock 1 -virtio0 local-lvm:vm-109-disk-1,size=25G
update VM 109: -skiplock 1 -virtio0 local-lvm:vm-109-disk-1,size=25

AFTER
qm config 109 -current
....
virtio0: local-lvm:vm-109-disk-1,size=25G
....

it's the correct way? why it can't possible to do it online from gui? it safe to do it with online KVM?
 
Hi,

You can set this on the GUI at run time.
Just erase the values and click ok.

Or is there a problem with it?
 
  • Like
Reactions: cbx
Hi,

You can set this on the GUI at run time.
Just erase the values and click ok.

Or is there a problem with it?
Ohh,,, I'm very sorry, it's work perfectly, I just don't try it and search the default value in the listbox... I change state of this thread to solve, thanks a lot!