magnum/releasenotes/notes/k8s-volumes-az-fix-85ad48998d2c12aa.yaml
Feilong Wang a0e62df093 [k8s] Fix volumes availability zone issue
For a multi AZ env, if Nova doesn't support cross AZ volume mount,
then the cluster creation may fail because of block device mapping
error. The patch fixes this issue by passing in the AZ information
when creating volumes for etcd, docker and the node root disk.

Task: 38131
Story: 2007097

Change-Id: I39c99259abc84cbbee50ac1a827e9349ede6593c
2020-01-16 12:41:26 +13:00

10 lines
355 B
YAML

---
fixes:
- |
In a multi availability zone (AZ) environment, if Nova doesn't support
cross AZ volume mount, then the cluster creation may fail because Nova can
not mount volume in different AZ. This issue only impact Fedora Atomic and
Fedora CoreOS drivers. Now this issue is fixed by passing in the AZ info
when creating volumes.