ctdb-scripts: Drop "net serverid wipe" from 50.samba event script
authorAmitay Isaacs <amitay@gmail.com>
Wed, 28 Mar 2018 23:45:19 +0000 (10:45 +1100)
committerMartin Schwenke <martins@samba.org>
Sat, 31 Mar 2018 06:34:00 +0000 (08:34 +0200)
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

ctdb/config/events.d/50.samba

index 784d62cd2ab44608ca9ac3edd32ca84ffb86b89c..f65f53a15db8924348be175b12c7638ae7ee2156 100755 (executable)
@@ -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