]> 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, 26 Jan 2026 15:27:05 +0000 (10:27 -0500)
commit509dc0d84fbce229f5ccd272e5565f71e9e3a9e5
treeaa3aea9c99e52c0698b22e7e50dd3236b4300675
parentc84e142a5ee7d10506cf2d787f7d0349fd02ecf6
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