Andreas Vöst
1 month
Marc Dierig
3 months
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
6 years
Claus-Theodor Riegg
4 years
Andreas Vöst
8 months

Change bwlimit for Proxmox storages

Posted 6 months ago. 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
6 months ago
Kim Klotz
License
Source code in this card is licensed under the MIT License.