Stefan Langenmaier
1 year
Andreas Vöst
1 year
Moritz Kraus
1 year
Stefan Xenopol
1 year
Emma Heinle
2 years
Andreas Vöst
4 years

Change bwlimit for Proxmox storages

Posted . Visible to the public.

It's not possible to change the bwlimit of Proxmox storages via the Web-UI (at least in Proxmox 7.x).

To change the bwlimit you need to use the pvesm command and specify the limit for the desired category.

For example to increase the bwlimit for migrations:

pvesm set $NAME_OF_STORAGE --bwlimit migration=$INTEGER_LIMIT
# example
pvesm set ssd --bwlimit migration=500000

These are the different categories:

  • default
  • clone
  • migration
  • move
  • restore
Last edit
Kim Klotz
License
Source code in this card is licensed under the MIT License.