Skip to content

Commit da80103

Browse files
anoopcs9mergify[bot]
authored andcommitted
images/server: Install ctdb-ceph-mutex for rados helper
`ctdb-rados-mutex` subcommand to `samba-container` expects the required rados helper binary to be present for execution. Therefore install the necessary ctdb-ceph-mutex package providing ctdb_mutex_ceph_rados_helper in various image flavours. Signed-off-by: Anoop C S <[email protected]>
1 parent 13f8f65 commit da80103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/server/install-packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ samba_packages=(\
9595
ctdb)
9696
case "${package_selection}-${OS_BASE}" in
9797
*-fedora|allvfs-*)
98-
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs)
98+
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
9999
;;
100100
nightly-centos|devbuilds-centos|forcedevbuilds-*)
101101
dnf_cmd+=(--enablerepo=epel)
102-
samba_packages+=(samba-vfs-cephfs)
102+
samba_packages+=(samba-vfs-cephfs ctdb-ceph-mutex)
103103
# these packages should be installed as deps. of sambacc extras
104104
# however, the sambacc builds do not enable the extras on centos atm.
105105
# Once this is fixed this line ought to be removed.

0 commit comments

Comments
 (0)