Adding thin provision tools to cinder volume for Ubuntu
Adding thin provision tools to cinder volume for Ubuntu Change-Id: I91ac2818c72d96b58b7df3fbdf06dd3c42b36cf7
This commit is contained in:
parent
7b05e8dbcc
commit
de753f706f
@ -23,6 +23,7 @@ RUN sed -i '1 i include /var/lib/cinder/volumes/*' /etc/tgt/tgtd.conf
|
|||||||
'nfs-common',
|
'nfs-common',
|
||||||
'python-rtslib',
|
'python-rtslib',
|
||||||
'targetcli',
|
'targetcli',
|
||||||
|
'thin-provisioning-tools',
|
||||||
'tgt'
|
'tgt'
|
||||||
] %}
|
] %}
|
||||||
{{ macros.install_packages(cinder_volume_packages | customizable("packages")) }}
|
{{ macros.install_packages(cinder_volume_packages | customizable("packages")) }}
|
||||||
@ -38,7 +39,8 @@ RUN sed -i '1 i include /var/lib/cinder/volumes/*' /etc/tgt/targets.conf
|
|||||||
{% set cinder_volume_packages = [
|
{% set cinder_volume_packages = [
|
||||||
'cinder-volume',
|
'cinder-volume',
|
||||||
'python-rtslib',
|
'python-rtslib',
|
||||||
'targetcli'
|
'targetcli',
|
||||||
|
'thin-provisioning-tools'
|
||||||
] %}
|
] %}
|
||||||
{{ macros.install_packages(cinder_volume_packages | customizable("packages")) }}
|
{{ macros.install_packages(cinder_volume_packages | customizable("packages")) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user