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:40:08 +0200
commiteb9085b3ef8610970a4168566f73395fd3c900d5 (patch)
treeb000bbdb353c84ba30c9c9da89eaa1b21177db28 /ctdb
parent365569dfc70a45ff9ba4b3baf9e3ea7de66eff4e (diff)
downloadsamba-eb9085b3ef8610970a4168566f73395fd3c900d5.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