summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2018-03-29 10:45:19 +1100
committerKarolin Seeger <kseeger@samba.org>2018-04-10 09:38:07 +0200
commit4de5e3bb09a62eae2e2f8f27d84251a5695ecf92 (patch)
treec4c8670de025829417327d6ed8db83ae3f4eb3f2 /ctdb
parent8ac2ffaa0060cff4df92e1c90ff4b648a301d74d (diff)
downloadsamba-4de5e3bb09a62eae2e2f8f27d84251a5695ecf92.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 (cherry picked from commit 6b75d2c650aa9ee632122fa87ea8a2a98f1fa613)
Diffstat (limited to 'ctdb')
-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 4c32e4ee002..f0d8e84c5f9 100755
--- a/ctdb/config/events.d/50.samba
+++ b/ctdb/config/events.d/50.samba
@@ -53,8 +53,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