Overview
This guide covers the most common issues encountered when working with Xloud Block Storage volumes, snapshots, backups, and attachments. Each section identifies the symptom, explains the most likely cause, and provides step-by-step resolution commands.- Authenticate with a valid project token:
source openrc.sh - For persistent or recurring issues, contact Xloud Support with the volume ID and the error message
Volume Issues
Volume stuck in 'creating' status
Volume stuck in 'creating' status
creating status for more than
5 minutes.Cause: The storage backend did not respond within the expected timeout, or
the scheduler could not find a suitable backend for the requested volume type.Resolution:- No backend available — the requested volume type has no active backend. Try a different volume type or availability zone.
- Capacity exhausted — the backend has no free capacity. Check with your administrator.
- Backend unreachable — contact your administrator to verify storage service health.
Volume in 'error' status after creation
Volume in 'error' status after creation
error.Cause: The backend driver encountered an error allocating the volume. Common
causes include pool capacity exhaustion, backend authentication failure, or
configuration issues.Resolution:Cannot delete volume — 'volume is in use'
Cannot delete volume — 'volume is in use'
openstack volume delete fails with “volume is in use” or similar error.Cause: The volume is still attached to an instance, or a snapshot was taken
while the volume was in a non-available state.Resolution:Quota exceeded when creating volume
Quota exceeded when creating volume
volumes, gigabytes, and per_volume_gigabytes limits. Either:- Delete unused volumes and snapshots to free quota
- Contact your administrator to request a quota increase
Attachment Issues
Cannot attach volume — availability zone mismatch
Cannot attach volume — availability zone mismatch
Volume shows 'In-use' but is not attached
Volume shows 'In-use' but is not attached
in-use but the attachments field is empty, or
the instance it was attached to no longer exists.Cause: The compute instance was force-deleted without detaching the volume,
leaving the volume in a stale in-use state.Resolution (admin only):Block device not visible inside instance after attach
Block device not visible inside instance after attach
in-use in the Dashboard/CLI, but lsblk inside
the instance does not show the new device.Cause: The guest OS did not detect the hot-plug event.Resolution: Rescan the SCSI bus inside the instance:Snapshot Issues
Snapshot failed or stuck in 'error' status
Snapshot failed or stuck in 'error' status
deleting state, contact your administrator — the backend
may require manual cleanup.Snapshot stuck in 'deleting' state
Snapshot stuck in 'deleting' state
Backup Issues
Backup creation fails with 'backup service unavailable'
Backup creation fails with 'backup service unavailable'
Restore takes longer than expected
Restore takes longer than expected
restoring-backup → availableExtension Issues
Filesystem does not reflect new capacity after extension
Filesystem does not reflect new capacity after extension