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 f23bc19 commit a08a938Copy full SHA for a08a938
images/server/install-packages.sh
@@ -198,12 +198,8 @@ case "${package_selection}-${OS_BASE}" in
198
*-fedora|allvfs-*)
199
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
200
;;
201
- *devbuilds-centos|forcedevbuilds-*|stable-*)
202
- # Enable libcephfs proxy for dev builds
+ *-centos|forcedevbuilds-*)
203
support_packages+=(libcephfs-proxy2)
204
- # Fall through to next case
205
- ;&
206
- nightly-centos|default-centos)
207
208
# these packages should be installed as deps. of sambacc extras
209
# however, the sambacc builds do not enable the extras on centos atm.
0 commit comments