regression: availability_zone ignored in backup creation
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Cinder |
Fix Released
|
Medium
|
Tushar Trambak Gite | ||
Bug Description
This was reported against victoria, but looks like the regression was introduced in ussuri by Change-Id: Ie2afb57c4861c4
Step1 : create a backup A of a volume, value of availability_zone is nova1 in request
step2: availability_zone of backup A does not belong to nova1.
code in cinder/
kwargs = {
}
backup = objects.
availability_zone is not in kwargs.
| tags: | added: backup-service |
| tags: | added: az |
| tags: |
added: availability-zone removed: az |
| Changed in cinder: | |
| importance: | Undecided → Wishlist |
| Changed in cinder: | |
| importance: | Wishlist → Medium |
| tags: | added: victoria |
| Changed in cinder: | |
| assignee: | nobody → STASON (tsv1991) |
| assignee: | STASON (tsv1991) → nobody |
| Changed in cinder: | |
| assignee: | nobody → Tushar Trambak Gite (tushargite96) |
| description: | updated |
| summary: |
- The v version of cinder does not support create a backup with specified - available_zone + regression: availability_zone ignored in backup creation |

Addressed by https:/ /review. opendev. org/c/openstack /cinder/ +/785099