Skip to content

Commit 3819c16

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Install glusterfs-client in Debuntu" into stable/victoria
2 parents ca49527 + 1ea5c73 commit 3819c16

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)