Skip to content

Commit ee4dad1

Browse files
spuiukmergify[bot]
authored andcommitted
images/server: add libcephfs-proxy2 to server image
The libcephfs-proxy2 package is required to enable proxy support for the vfs_ceph_new samba vfs module. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent bd28817 commit ee4dad1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

images/server/install-packages.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@ case "${package_selection}-${OS_BASE}" in
132132
*-fedora|allvfs-*)
133133
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
134134
;;
135-
nightly-centos|devbuilds-centos|forcedevbuilds-*)
135+
devbuilds-centos|forcedevbuilds-*)
136+
# Enable libcephfs proxy for dev builds
137+
support_packages+=(libcephfs-proxy2)
138+
# Fall through to next case
139+
;&
140+
nightly-centos)
136141
dnf_cmd+=(--enablerepo=epel)
137142
samba_packages+=(samba-vfs-cephfs ctdb-ceph-mutex)
138143
# these packages should be installed as deps. of sambacc extras

0 commit comments

Comments
 (0)