has_dependent_backup of backup is false, but the backup has a child backup that its status is available
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Incomplete
|
Low
|
Tushar Trambak Gite |
Bug Description
After backup A created a snapshot, backup A created a error incremental backup C, has_dependent_
After error incremental backup C deleted, backup A and available incremental backup B as follows:
+------
| Property | Value |
+------
| availability_zone | nova1 |
| container | 77/b0/77b05a77-
| created_at | 2021-01-
| data_timestamp | 2021-01-
| description | None |
| fail_reason | None |
| has_dependent_
| id | 77b05a77-
| is_incremental | False |
| name | fjkA |
| object_count | 214 |
| size | 10 |
| snapshot_id | None |
| status | available |
| updated_at | 2021-01-
| volume_id | b6e4b83e-
+------
+------
| Property | Value |
+------
| availability_zone | nova1 |
| container | a2/31/a23155f3-
| created_at | 2021-01-
| data_timestamp | 2021-01-
| description | None |
| fail_reason | None |
| has_dependent_
| id | a23155f3-
| is_incremental | True |
| name | fjkB |
| object_count | 0 |
| size | 10 |
| snapshot_id | 87b032ec-
| status | available |
| updated_at | 2021-01-
| volume_id | b6e4b83e-
+------
Try to delete backup A, as follows:
openstack volume backup delete 77b05a77-
Failed to delete backup with name or ID '77b05a77-
1 of 1 backups failed to delete.
Changed in cinder: | |
assignee: | nobody → Tushar Trambak Gite (tushargite96) |
Hi,
Can you please provide clear steps to reproduce this issue, the provided summary is not clear enough.
Ideally please provide steps in 1, 2, 3 order with any associated CLI commands used.
Thanks