Hi,
whenever I set disk limits using
If I set the parameters directly in the web UI, they are immediately applied with no reboot needed.
I know they use the very same PVE API, so I really can't understand why this happens. Can you help me?
I'm using this command as an example:
The command itself is successful, but the new settings are not applied in real time. I even replaced
Edit: running PVE 7.2
Any clue?
Thank you!
whenever I set disk limits using
pvesh
or qm
command line tools, the setting is not applied immediately. Instead, the new setting turns orange in the web UI meaning that it will be applied at the next reboot.If I set the parameters directly in the web UI, they are immediately applied with no reboot needed.
I know they use the very same PVE API, so I really can't understand why this happens. Can you help me?
I'm using this command as an example:
Code:
# pvesh set /nodes/proxnode08/qemu/130/config --virtio0 file=ceph_storage:vm-130-disk-0,iops_wr=256,iops_wr_max=512,mbps_rd=50,mbps_wr=50
update VM 130: -virtio0 file=ceph_storage:vm-130-disk-0,iops_wr=256,iops_wr_max=512,mbps_rd=50,mbps_wr=50
The command itself is successful, but the new settings are not applied in real time. I even replaced
set
with create
out of despair, but the final result is the same.Edit: running PVE 7.2
Any clue?
Thank you!
Last edited: