Cinder backup fails due to absent multipath tools
Closes-Bug: #2012508 Change-Id: I7d9c53297db1a9bd14e3e69b58867293014af69b (cherry picked from commit d98b48092571e2e7730d259cbd638f67ab3e19df)
This commit is contained in:
parent
9516d00f3b
commit
169178c87e
@ -10,11 +10,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set cinder_backup_packages = [
|
||||
'device-mapper-multipath',
|
||||
'nfs-utils'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set cinder_backup_packages = [
|
||||
'cinder-backup',
|
||||
'multipath-tools',
|
||||
'nfs-common'
|
||||
] %}
|
||||
{% endif %}
|
||||
@ -22,10 +24,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set cinder_backup_packages = [
|
||||
'device-mapper-multipath',
|
||||
'nfs-utils'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set cinder_backup_packages = [
|
||||
'multipath-tools',
|
||||
'nfs-common'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user