Merge "Use iSCSI multipath for libvirt"
This commit is contained in:
commit
fa48cc7eaf
@ -24,3 +24,6 @@ virt_type = {{ nova_compute_virt_type }}
|
|||||||
{% if nova_libvirt_cpu_mode %}
|
{% if nova_libvirt_cpu_mode %}
|
||||||
cpu_mode = {{ nova_libvirt_cpu_mode }}
|
cpu_mode = {{ nova_libvirt_cpu_mode }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if enable_multipathd | bool %}
|
||||||
|
volume_use_multipath = True
|
||||||
|
{% endif %}
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Enabling multipathd will now configure Nova to use it.
|
Loading…
Reference in New Issue
Block a user