Overview
This guide covers the most common issues encountered when working with Polystack Block Storage volumes, snapshots, backups, and attachments. Each section identifies the symptom, explains the most likely cause, and provides step-by-step resolution commands.Before troubleshooting
- Authenticate with a valid project token:
source openrc.sh - For persistent or recurring issues, contact Polystack Support with the volume ID and the error message
Volume Issues
Volume stuck in 'creating' status
Volume stuck in 'creating' status
Symptom: A newly created volume remains in Common causes and fixes:
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:Check volume status and error reason
- 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
Symptom: Volume creation completes but status shows Delete the failed volume and retry with a different type:If the error persists on all volume types, contact your administrator.
error.Cause: The backend driver encountered an error allocating the volume. Common
causes include pool capacity exhaustion, backend authentication failure, or
configuration issues.Resolution:Show volume details
Delete failed volume
Cannot delete volume — 'volume is in use'
Cannot delete volume — 'volume is in use'
Symptom: Detach the volume from the instance first,
then retry deletion.
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:Check volume attachments
Quota exceeded when creating volume
Quota exceeded when creating volume
Symptom: Volume creation fails with “Quota exceeded for volumes” or
“Quota exceeded for gigabytes”.Cause: The project has reached the storage quota limit.Resolution:Review
Check current quota usage
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
Symptom: Attachment fails with an error referencing availability zone.Cause: The volume and instance are in different availability zones. Volumes
can only be attached to instances in the same zone.Resolution:If the zones differ, create a new volume in the correct availability zone, or
restore a snapshot of the volume in the correct zone.
Check volume availability zone
Check instance availability zone
Volume shows 'In-use' but is not attached
Volume shows 'In-use' but is not attached
Symptom: Volume status is
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):Reset volume state
Block device not visible inside instance after attach
Block device not visible inside instance after attach
Symptom: The volume shows Verify the device is now visible:
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:Rescan SCSI bus
List block devices
Snapshot Issues
Snapshot failed or stuck in 'error' status
Snapshot failed or stuck in 'error' status
Cause: The volume was in an inconsistent state, or the backend encountered
an error during the snapshot operation.Resolution:For snapshots stuck in
List snapshots with status
Delete a failed snapshot
deleting state, contact your administrator — the backend
may require manual cleanup.Snapshot stuck in 'deleting' state
Snapshot stuck in 'deleting' state
Cause: The backend could not complete the deletion — common with distributed
storage when the cluster is degraded or the snapshot has dependent volumes.Resolution: Check for volumes created from the snapshot:Delete dependent volumes first, then retry snapshot deletion. If the snapshot
remains stuck, contact your administrator.
List volumes from snapshot
Backup Issues
Restore takes longer than expected
Restore takes longer than expected
Cause: Backup restoration is a full data copy operation. Duration depends on
the volume size, the backup target throughput, and current system load.For large volumes (100+ GiB), restores may take 15–60 minutes. Monitor progress:Status transitions:
Check restore status
restoring-backup → availableExtension Issues
Filesystem does not reflect new capacity after extension
Filesystem does not reflect new capacity after extension
Cause: The block device was extended but the filesystem was not resized.
The filesystem resize must be performed manually inside the instance.Resolution:Verify with:
Resize ext4 filesystem
Resize XFS filesystem
Check new capacity
Still Having Issues?
Contact Support
Open a support ticket with your volume ID and error message
Admin Troubleshooting
Administrators: service-level diagnostics and backend troubleshooting
User Guide
Return to the Block Storage user guide for operational procedures
Quota Management (Admin)
Request quota increases from your administrator
