Skip to content

Commit

Permalink
Install glusterfs-client in Debuntu
Browse files Browse the repository at this point in the history
Closes-Bug: #1964140
Change-Id: I4658a06b077d096ab9f2cb5070e39c98b5a27254
(cherry picked from commit da33e18)
  • Loading branch information
yoctozepto committed Mar 10, 2022
1 parent 85f5128 commit c805222
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/manila/manila-share/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/bug-1964140-57b433329bab067e.yaml
Original file line number Diff line number Diff line change
@@ -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>`__

0 comments on commit c805222

Please sign in to comment.