From 4fc9083a668eaf5dc392f3c1e20a04daf70a993d Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 22 Jun 2020 20:37:43 +0200 Subject: [PATCH] Fix missing nfs-ganesha-rados-urls package for CentOS Change-Id: I0c872bc404b3df96b9da58b8efe3b64c174d9c48 Closes-Bug: #1884203 --- docker/ceph/ceph-nfs/Dockerfile.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/ceph/ceph-nfs/Dockerfile.j2 b/docker/ceph/ceph-nfs/Dockerfile.j2 index 79d5e78ca7..40bbc03cb5 100644 --- a/docker/ceph/ceph-nfs/Dockerfile.j2 +++ b/docker/ceph/ceph-nfs/Dockerfile.j2 @@ -9,7 +9,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build {% set ceph_nfs_packages = [ 'nfs-ganesha', - 'nfs-ganesha-ceph' + 'nfs-ganesha-ceph', + 'nfs-ganesha-rados-urls' ] %} {% elif base_package_type == 'deb' %} {% set ceph_nfs_packages = [