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 4f9369f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/server/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ case "${package_selection}-${OS_BASE}" in
support_packages+=(python3-pyyaml python3-tomli python3-rados)
;;
esac
case "${install_packages_from}" in
devbuilds|custom-devbuilds)
samba_packages+=(libcephfs-proxy2)
;;
esac

# Assign version suffix to samba packages
samba_versioned_packages=()
Expand Down

0 comments on commit 4f9369f

Please sign in to comment.