]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
auth,mon: add _exit config when auth fails
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 26 Mar 2025 02:02:26 +0000 (22:02 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 29 Dec 2025 22:30:02 +0000 (17:30 -0500)
commit806524080ed4c1bab0a41b9681415b6723f8303e
tree57e6995fdf0f82245b0866d49a0118332cd56840
parent10c5e12c6a6994e160712b36e1c749e5d2d50cfd
auth,mon: add _exit config when auth fails

This is largely for testing: we want a client to exit immediately if auth
failures occur. Presently, those clients will try to reconnect forever.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/common/options/global.yaml.in
src/mon/MonClient.cc