From: Amitay Isaacs Date: Wed, 28 Mar 2018 23:45:19 +0000 (+1100) Subject: ctdb-scripts: Drop "net serverid wipe" from 50.samba event script X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6b75d2c650aa9ee632122fa87ea8a2a98f1fa613;p=metze%2Fsamba%2Fwip.git 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 Reviewed-by: Volker Lendecke Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Sat Mar 31 08:34:00 CEST 2018 on sn-devel-144 --- diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba index 784d62cd2ab4..f65f53a15db8 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