summaryrefslogtreecommitdiff
path: root/ctdb/config
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2018-03-29 10:45:19 +1100
committerMartin Schwenke <martins@samba.org>2018-03-31 08:34:00 +0200
commit6b75d2c650aa9ee632122fa87ea8a2a98f1fa613 (patch)
treee67f3ccdc97885f84251f4d6254ed645d3306f2a /ctdb/config
parente8dba1908b34831944c1788de54abff1a5cf510d (diff)
downloadsamba-6b75d2c650aa9ee632122fa87ea8a2a98f1fa613.tar.gz
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 <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Sat Mar 31 08:34:00 CEST 2018 on sn-devel-144
Diffstat (limited to 'ctdb/config')
-rwxr-xr-xctdb/config/events.d/50.samba2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba
index 784d62cd2ab..f65f53a15db 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