a0e62df093
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
10 lines
355 B
YAML
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.
|
|
|