cinder/releasenotes/notes/fix-cross-az-migration-ce97eff61280e1c7.yaml
Gorka Eguileor fb8085894b Fix AZ not matching backend after migration
When we migrate, or retype with migration, a volume between availability
zones we are setting the AZ of the migrated volume to the same AZ as the
source volume, so we end up with a volume where the AZ does not match
the backend's AZ.

This patch fixes this issue for the generic migration code as well as
the optimized driver migration.

Change-Id: Ia1bf3ae0b7cd6d209354024848aef6029179d8e4
Closes-Bug: #1747949
2018-02-08 15:59:41 +01:00

7 lines
222 B
YAML

---
fixes:
- |
Resolve issue with cross AZ migrations and retypes where the destination
volume kept the source volume's AZ, so we ended up with a volume where the
AZ does not match the backend. (bug 1747949)