We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37d7d8 commit 56b349aCopy full SHA for 56b349a
images/server/install-packages.sh
@@ -199,12 +199,8 @@ case "${package_selection}-${OS_BASE}" in
199
*-fedora|allvfs-*)
200
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
201
;;
202
- *devbuilds-centos|forcedevbuilds-*|stable-*)
203
- # Enable libcephfs proxy for dev builds
+ *-centos|forcedevbuilds-*)
204
support_packages+=(libcephfs-proxy2)
205
- # Fall through to next case
206
- ;&
207
- nightly-centos|default-centos)
208
209
# these packages should be installed as deps. of sambacc extras
210
# however, the sambacc builds do not enable the extras on centos atm.
0 commit comments