]> 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, 5 Jan 2026 21:23:33 +0000 (16:23 -0500)
commit3ecb7cceb64ec9f050a9e07937db204cb66ec2bb
tree206e6cac7faff1c6a8a335ccee2abaf54e95269d
parent1144a9107d145131d21d4097ef21df8711daad82
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