The branch, master has been updated
via 6b75d2c ctdb-scripts: Drop "net serverid wipe" from 50.samba event
script
from e8dba19 ctdb-server: Only set destructor if required
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 6b75d2c650aa9ee632122fa87ea8a2a98f1fa613
Author: Amitay Isaacs <[email protected]>
Date: Thu Mar 29 10:45:19 2018 +1100
ctdb-scripts: Drop "net serverid wipe" from 50.samba event script
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13359
There is no serverid database anymore.
Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
Autobuild-User(master): Martin Schwenke <[email protected]>
Autobuild-Date(master): Sat Mar 31 08:34:00 CEST 2018 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
ctdb/config/events.d/50.samba | 2 --
1 file changed, 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba
index 784d62c..f65f53a 100755
--- a/ctdb/config/events.d/50.samba
+++ b/ctdb/config/events.d/50.samba
@@ -51,8 +51,6 @@ service_start ()
# start Samba service. Start it reniced, as under very heavy load
# the number of smbd processes will mean that it leaves few cycles
# for anything else
- net serverid wipe
-
if [ -n "$CTDB_SERVICE_NMB" ] ; then
nice_service "$CTDB_SERVICE_NMB" start || die "Failed to start nmbd"
fi
--
Samba Shared Repository