Cinder volume type creation race condition
If multiple cinder volume drivers on different HA hosts are configured OSA deploy fails due to race condition while creating volume types. In such cases voluem type creation should be only run once. Change-Id: Ifcadde08de66f87a35754d6e4b2c6004888d49aa Closes-Bug: #1588777
This commit is contained in:
parent
868a6d3a49
commit
27a895cbd5
@ -43,7 +43,7 @@
|
||||
|
||||
- include: cinder_backends.yml
|
||||
when: >
|
||||
inventory_hostname in groups['cinder_volume']
|
||||
inventory_hostname in groups['cinder_volume'][0]
|
||||
|
||||
- include: cinder_lvm_config.yml
|
||||
when: >
|
||||
|
Loading…
Reference in New Issue
Block a user