Skip to content

Commit

Permalink
Adding multipath-tools package for nova hosts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BjoernT committed Dec 10, 2015
1 parent 9dc9579 commit e9fd86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Expand Up @@ -290,6 +290,7 @@ nova_compute_kvm_apt_packages:
- nfs-common
- dosfstools
- dosfstools-dbg
- multipath-tools

# nova packages that must be installed before anything else
nova_requires_pip_packages:
Expand Down

0 comments on commit e9fd86e

Please sign in to comment.