mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
There is no reason to fence any connection that hasn't sent a valid greeting, since they haven't progressed far enough for it to make sense. We remove the connection from the list of accepted clients, which then removes the need for fencing, and the server won't need to restart. Adds a test script that makes sure that we didn't actually restart the server while this was happening. Signed-off-by: Auke Kok <auke.kok@versity.com>