Overview
A is the fundamental storage unit in Xloud Block Storage. Volumes are created independently of compute instances, persist across reboots and instance deletions, and can be attached, detached, and reattached freely. Create volumes before launching instances that require persistent data storage, or create bootable volumes pre-populated with an operating system image.Prerequisites
- An active Xloud account with appropriate permissions
- Access to the Xloud Dashboard (
https://connect.<your-domain>) or CLI configured with credentials - API credentials sourced (
source admin-openrc.sh)
Additional requirements
- An active project with sufficient storage quota (check with
openstack quota show) - A volume type defined by your administrator — run
openstack volume type listto view available options - The target availability zone — must match the zone of the instance you plan to attach to
Volume Source Options
| Source | Description | Use Case |
|---|---|---|
| No source (blank) | Empty block device — no filesystem | Databases, raw storage, custom partitioning |
| Image | Pre-populated from an OS image | Bootable root disk, application appliances |
| Snapshot | Restored from a volume snapshot | Cloning existing data, test environments |
| Volume | Cloned from another volume | Duplicating data disks |
Create a Volume
- Dashboard
- CLI
Navigate to Volumes
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Project → Volumes → Volumes.Configure volume properties
Fill in the volume details:
| Field | Description |
|---|---|
| Volume Name | Unique display name for the volume |
| Description | Optional free-text label |
| Volume Source | No source, Image, Snapshot, or another Volume |
| Volume Type | Storage profile — determines performance tier and backend |
| Size (GiB) | Capacity in gibibytes — minimum 1 GiB |
| Availability Zone | Must match the zone of the instance you plan to attach to |
Volume Naming Conventions
Next Steps
Attach a Volume
Connect a volume to a compute instance and prepare the filesystem for use
Volume Types
Understand the storage tiers and performance profiles available in your environment
Volume Snapshots
Create point-in-time snapshots of your volumes for fast recovery
Extend a Volume
Increase the capacity of an existing volume without downtime