diff options
author | Martin Schwenke <martin@meltin.net> | 2015-10-21 14:18:22 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2015-10-28 09:44:37 +0100 |
commit | 86111fcdce48dc25c46177b63ca12f55afee5f04 (patch) | |
tree | a58178e82c0eb0e2fc8b0a1490272fb23cac9fb6 /ctdb/config | |
parent | b9903d72d3d53376ddca7e2f2f902195307b395c (diff) | |
download | samba-86111fcdce48dc25c46177b63ca12f55afee5f04.tar.gz |
ctdb-scripts: Fix an incorrect comment
Since commit 84f5528d9b526b1e9cb02c245e816c0c5e54c3bc, CTDB will not
remove an existing socket if it can connect to the existing one.
Instead it will fail to start.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Wed Oct 28 09:44:37 CET 2015 on sn-devel-104
Diffstat (limited to 'ctdb/config')
-rwxr-xr-x | ctdb/config/ctdbd_wrapper | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/config/ctdbd_wrapper b/ctdb/config/ctdbd_wrapper index 0218393ff63..c98c1906eb9 100755 --- a/ctdb/config/ctdbd_wrapper +++ b/ctdb/config/ctdbd_wrapper @@ -163,9 +163,6 @@ start() # About to start new $ctdbd. The main daemon is not running but # there may still be other processes around, so do some cleanup. - # Note that starting ctdbd below will destroy the Unix domain - # socket, so any processes that aren't yet completely useless soon - # will be, so this can really do no harm. kill_ctdbd "$_session" build_ctdb_options |