Adding multipath-tools package for nova hosts
This fix adds the multipath-tools package to all nova nodes in order to support iscsi-multipath inside nova. In order to enable this feature in nova the following override needs to be configured: nova_nova_conf_overrides: libvirt: iscsi_use_multipath: true DocImpact Closes-Bug: #1524957 Change-Id: I36da282043ce864c8a1fb69a1ee02e3a273c14e4
This commit is contained in:
parent
167fba0f58
commit
232048e385
@ -290,6 +290,7 @@ nova_compute_kvm_apt_packages:
|
|||||||
- nfs-common
|
- nfs-common
|
||||||
- dosfstools
|
- dosfstools
|
||||||
- dosfstools-dbg
|
- dosfstools-dbg
|
||||||
|
- multipath-tools
|
||||||
|
|
||||||
# nova packages that must be installed before anything else
|
# nova packages that must be installed before anything else
|
||||||
nova_requires_pip_packages:
|
nova_requires_pip_packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user