Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Volume Snapshot Deletion Fail After Upgrade
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- Deleting a snapshot of an existing volume ends in deleting state perpetually and never completes.
# openstack snapshot list --all+--------------------------------------+------------------------+----------------------+-----------+---+| ID | Name | Description | Status | Size |+--------------------------------------+------------------------+----------------------+-----------+-----+| 14b44a0d-25c9-4bc9-ac46-aec84e889f5a | btutil1-data-snapshot1 | | deleting | 50 || 41af6331-091f-4d60-a623-4f5986836bed | btutil1-data-snapshot1 | foo snapshot | deleting | 50 || 6085eeaf-ce7c-4e79-b207-3f2b4bcd2b64 | volume_snapshot | None | available | 10 |+--------------------------------------+------------------------+----------------------+-----------+-----+|- No activity can be seen in the Cinder volume logs /var/log/pf9/cindervolume-base.log.
Environment
- Platform9 Managed OpenStack - v3.6.0
Cause
- With PMO v3.6, the Cinder code base was upgraded to Pike. Since Ocata, the
[DEFAULT]section with the driver-related options has no effect. Now all driver options are listed in[backend_defaults]section, that indicates that those options are effective only in this section and[[backend_name]]sections listed inenabled_backends - As a result, the backend names get renamed after the upgrade. However, the new backend names are not updated for the existing volumes
Resolution
- Update the existing volumes to point to the new backend.
xxxxxxxxxx# cinder-manage volume update_host --currenthost [old backend name] --newhost [new backend name]- Forcefully delete the snapshot
xxxxxxxxxx# openstack volume snapshot delete --force [snapshot UUID]Additional Information
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Next to read:
Glance: Failed to Upload Image Data Due to HTTP ErrorDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message