Overview
Storage quotas limit the total volumes, snapshots, backups, and capacity that each project can consume. Quotas prevent runaway resource consumption in multi-tenant deployments and ensure fair capacity distribution. Default limits apply to all new projects; per-project overrides allow specific projects to receive higher or lower limits.Prerequisites
- Administrator credentials with the
adminrole - Project IDs for per-project quota adjustments
Default Quota Values
| Quota | Default | Description |
|---|---|---|
volumes | 10 | Maximum number of volumes per project |
gigabytes | 1,000 | Maximum total volume capacity (GiB) per project |
snapshots | 10 | Maximum number of snapshots per project |
backups | 10 | Maximum number of backups per project |
backup_gigabytes | 1,000 | Maximum backup storage capacity (GiB) per project |
per_volume_gigabytes | -1 | Maximum size of a single volume (-1 = unlimited) |
View Quota Usage
- Dashboard
- CLI
View global defaults
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Admin → System → Defaults. The Volume Quotas section shows the global
default limits applied to all new projects.Update Project Quotas
- Dashboard
- CLI
Modify quotas
Click Modify Quotas. Adjust the volume, gigabytes, snapshot, and backup
limits as required. Click Save.
Update Global Default Quotas
Global defaults apply to all new projects. Updating them does not affect projects that already have explicit quota overrides.Set global default quotas
Remove Per-Project Quota Override
To revert a project to the global defaults, delete its quota override:Delete project quota override
Quota Planning Guidelines
Calculating appropriate gigabyte quotas
Calculating appropriate gigabyte quotas
To size quotas appropriately, estimate:
- Average volume size per instance (typically 50–200 GiB for boot + data)
- Number of instances expected in the project
- Snapshot overhead (typically 10–30% of volume data for active snapshots)
- Growth buffer (20–50% headroom)
(10 × 100) + (1000 × 0.20) + (1200 × 0.30) = 1000 + 200 + 360 = 1,560 GiBMonitoring quota consumption across projects
Monitoring quota consumption across projects
Regularly audit quota usage to identify projects approaching their limits:Projects approaching 80% of their
List all project quotas
gigabytes or volumes quota should be
reviewed — either clean up unused resources, or increase the quota
be increased proactively.Next Steps
Volume Types & QoS
Control per-volume IOPS and throughput with QoS policies
Security Hardening
Restrict volume type access and enforce security policies
Admin Guide
Return to the Block Storage administration overview
Troubleshooting (Admin)
Diagnose and resolve service-level Block Storage issues