Skip to content

Commit 1ea5c73

Browse files
committed
Install glusterfs-client in Debuntu
Closes-Bug: #1964140 Change-Id: I4658a06b077d096ab9f2cb5070e39c98b5a27254 (cherry picked from commit da33e18)
1 parent 61f1705 commit 1ea5c73

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/manila/manila-share/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2222
{% set manila_share_packages = [
2323
'manila-share',
2424
'ceph-common',
25+
'glusterfs-client',
2526
'python3-cephfs',
2627
'python3-rados',
2728
'python3-rbd',
@@ -42,6 +43,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
4243
{% elif base_package_type == 'deb' %}
4344
{% set manila_share_packages = [
4445
'ceph-common',
46+
'glusterfs-client',
4547
'python3-cephfs',
4648
'python3-rados',
4749
'python3-rbd',
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Installs ``glusterfs-client`` in Debian and Ubuntu ``manila-share`` images
5+
to support GlusterFS across supported distributions.
6+
`LP#1964140 <https://launchpad.net/bugs/1964140>`__

0 commit comments

Comments
 (0)