Platform Administration

Configure Storage Profiles

Define storage tiers with zone mappings and I/O limits.

Storage profiles define named storage tiers that users select when creating VMs. Each profile maps to specific storage pools in each zone and can enforce read/write I/O limits. This lets you offer different performance tiers (fast NVMe for production, slower HDD for archives) without exposing the underlying Proxmox storage topology to users.

Manage storage profiles from the Settings page in the portal. The Storage Profiles section shows all configured profiles with their zone mappings and bandwidth limits.

The Storage Profiles section displays each profile's name, bandwidth limits, and zone-to-storage-pool mappings.

Add a profile

A storage profile requires:

ParameterDescription
nameA descriptive name for the tier (e.g., "NVMe Fast", "Standard").
mappingsOne mapping per zone, linking the profile to a Proxmox storage pool.
readLimitMaximum read throughput in MB/s. Set to 0 for unlimited.
writeLimitMaximum write throughput in MB/s. Set to 0 for unlimited.

In the portal:

  1. Navigate to Settings.
  2. In the Storage Profiles section, click New profile.
  3. Enter the profile name.
  4. For each zone, select the storage pool to map to.
  5. Set the read and write I/O limits.
  6. Click Save.
Each zone in a mapping must reference a valid storage pool that exists in that Proxmox cluster. Use the storage pool queries to see what is available in each zone.

A typical setup with two tiers:

ProfilePoolsReadWrite
NVMe Fastlocal-nvme / ceph-ssd500 MB/s250 MB/s
Standardlocal-hdd / ceph-hdd100 MB/s50 MB/s
If you have a single zone, you still need to provide a mapping for it. The zone-to-pool mapping exists so the same profile name resolves to the correct pool regardless of which zone a VM lands in.

Remove a profile

To remove a profile, click Remove next to it in the Storage Profiles section. Removing a profile does not affect VMs already using that storage tier. It only prevents the profile from being selected for new VMs.