Skip to content

Commit 56b349a

Browse files
committed
images/server: Generalize samba installation on CentOS
Signed-off-by: Anoop C S <[email protected]>
1 parent b37d7d8 commit 56b349a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

images/server/install-packages.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,8 @@ case "${package_selection}-${OS_BASE}" in
199199
*-fedora|allvfs-*)
200200
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
201201
;;
202-
*devbuilds-centos|forcedevbuilds-*|stable-*)
203-
# Enable libcephfs proxy for dev builds
202+
*-centos|forcedevbuilds-*)
204203
support_packages+=(libcephfs-proxy2)
205-
# Fall through to next case
206-
;&
207-
nightly-centos|default-centos)
208204
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
209205
# these packages should be installed as deps. of sambacc extras
210206
# however, the sambacc builds do not enable the extras on centos atm.

0 commit comments

Comments
 (0)