]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb-server: Avoid removing connections for released IP master
authorMartin Schwenke <mschwenke@ddn.com>
Wed, 4 Feb 2026 03:53:54 +0000 (14:53 +1100)
committerMartin Schwenke <martins@samba.org>
Wed, 29 Apr 2026 02:58:12 +0000 (02:58 +0000)
commit9351c9f3b5a57239a7fbdd818e8ab72ecc469d9d
treecedfe37040a0e4ebcd64bcafb821b17594a2ac3e
parentb4e612725f9fe11f1791bd170cef8b0dade45ba6
ctdb-server: Avoid removing connections for released IP

Commit c6602b686b4e50d93272667ef86d3904181fb1ab causes TCP connections
to be cleared whenever an associated client goes away.  This shouldn't
happen when the associated public IP is being released, since the
takeover node will need the connection details to send tickle ACKs.

Sorry, I missed this when reviewing that commit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15994

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Apr 29 02:58:12 UTC 2026 on atb-devel-224
ctdb/server/ctdb_takeover.c