Try not map CTDB volatile to the smbd container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -96,8 +96,12 @@ else
|
||||
NETBIOS_NAME=$CLUSTER_NAME
|
||||
|
||||
# HACK: Make volatile accessible from the CTDB container
|
||||
rm -rf /var/lib/ctdb/volatile
|
||||
ln -s "$CLUSTER_SYSDIR_LOCAL/ctdb-volatile" /var/lib/ctdb/volatile
|
||||
#rm -rf /var/lib/ctdb/volatile
|
||||
#ln -s "$CLUSTER_SYSDIR_LOCAL/ctdb-volatile" /var/lib/ctdb/volatile
|
||||
|
||||
# Allow easy use of ctdb command
|
||||
mkdir /run/ctdb
|
||||
ln -s $CLUSTER_SYSDIR_LOCAL/ctdb-run/ctdbd.socket /run/ctdb/ctdbd.socket
|
||||
fi
|
||||
|
||||
if [ ! -f "$ETC_DIR/krb5.keytab" ]; then
|
||||
|
||||
Reference in New Issue
Block a user