[SCM] Samba Shared Repository - branch master updated

Martin Schwenke martins at samba.org
Sat Mar 31 06:35:02 UTC 2018


The branch, master has been updated
       via  6b75d2c ctdb-scripts: Drop "net serverid wipe" from 50.samba event script
      from  e8dba19 ctdb-server: Only set destructor if required

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6b75d2c650aa9ee632122fa87ea8a2a98f1fa613
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Thu Mar 29 10:45:19 2018 +1100

    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 at gmail.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Martin Schwenke <martins at samba.org>
    Autobuild-Date(master): Sat Mar 31 08:34:00 CEST 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 ctdb/config/events.d/50.samba | 2 --
 1 file changed, 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba
index 784d62c..f65f53a 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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list