File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
docker/manila/manila-share Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
22
22
{% set manila_share_packages = [
23
23
'manila-share' ,
24
24
'ceph-common' ,
25
+ 'glusterfs-client' ,
25
26
'python3-cephfs' ,
26
27
'python3-rados' ,
27
28
'python3-rbd' ,
@@ -42,6 +43,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
42
43
{% elif base_package_type == 'deb' %}
43
44
{% set manila_share_packages = [
44
45
'ceph-common' ,
46
+ 'glusterfs-client' ,
45
47
'python3-cephfs' ,
46
48
'python3-rados' ,
47
49
'python3-rbd' ,
Original file line number Diff line number Diff line change
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>`__
You can’t perform that action at this time.
0 commit comments