Documentation Index
Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
Use this file to discover all available pages before exploring further.
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
Navigate to
Storage > Volume Types (admin view). The Volume Quotas section shows the global
default limits applied to all new projects.
Update Project Quotas
- Dashboard
- CLI
Modify quotas
Click Edit Quota. Adjust the volume, gigabytes, snapshot, and backup
limits as required. Click Confirm.
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:Review projects approaching 80% of their
List all project quotas
gigabytes or volumes quota — either clean up unused resources or increase the quota 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