]> 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>
Tue, 10 Feb 2026 17:59:42 +0000 (12:59 -0500)
commit515e61446b6fe71ea95bde30cc56b7ae860a8cd9
tree8adef619ce25a56b4f22d3e653abc43d97430f1c
parentddc75d7e7306eda5cef8d1cffd95da50df2f7c1c
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