Install glusterfs-client in Debuntu

Closes-Bug: #1964140
Change-Id: I4658a06b077d096ab9f2cb5070e39c98b5a27254
(cherry picked from commit da33e18ac8)
This commit is contained in:
Radosław Piliszek 2022-03-08 16:23:26 +01:00
parent 85f512847c
commit c805222743
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set manila_share_packages = [
'manila-share',
'ceph-common',
'glusterfs-client',
'python3-cephfs',
'python3-rados',
'python3-rbd',
@ -42,6 +43,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_package_type == 'deb' %}
{% set manila_share_packages = [
'ceph-common',
'glusterfs-client',
'python3-cephfs',
'python3-rados',
'python3-rbd',

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Installs ``glusterfs-client`` in Debian and Ubuntu ``manila-share`` images
to support GlusterFS across supported distributions.
`LP#1964140 <https://launchpad.net/bugs/1964140>`__