NFS doesn't remove snapshots in error status
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Cinder |
Fix Released
|
Medium
|
Sofia Enriquez | ||
Bug Description
Description of problem:
While testing NFS snapshot support, on one of the cases snapshot support was set to false. As such a snapshot was created in error state due to lack of backend snapshot support - expected.
When I tried to delete that snapshot it failed (even when using the --force option). Because of that, I can't remove source volume due to the snapshot.
How reproducible:
One quick way to reproduce is to set 'nfs_snapshot_
Steps to Reproduce:
Inside the cinder.conf: set 'nfs_snapshot_
1. cinder create 1 --name v1
2. cinder snapshot-create v1 --name snap1
The snap should be in 'error' status.
3. cinder snapshot-delete snap1
Actual results:
Snapshot status is 'error_deleting'.
Expected results:
Snapshot delete successfully.
Additional info:
I'm facing this problem in Stein too.
| Changed in cinder: | |
| assignee: | nobody → Sofia Enriquez (lsofia-enriquez) |
| Changed in cinder: | |
| status: | New → In Progress |
| tags: | added: generic-nfs |
| tags: |
added: nfs snapshot removed: generic-nfs |
| Changed in cinder: | |
| importance: | Undecided → Medium |

https:/ /review. opendev. org/#/c/ 679138/