Skip to content

Commit

Permalink
images/server: add libcephfs-proxy2 to server image
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
spuiuk committed Jan 15, 2025
1 parent bd28817 commit e776345
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion images/server/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ case "${package_selection}-${OS_BASE}" in
*-fedora|allvfs-*)
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
;;
nightly-centos|devbuilds-centos|forcedevbuilds-*)
devbuilds-centos|forcedevbuilds-*)
# Enable libcephfs proxy for dev builds
support_packages+=(libcephfs-proxy2)
# Fall through to next case
;&
nightly-centos)
dnf_cmd+=(--enablerepo=epel)
samba_packages+=(samba-vfs-cephfs ctdb-ceph-mutex)
# these packages should be installed as deps. of sambacc extras
Expand Down

0 comments on commit e776345

Please sign in to comment.