]> git.apps.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>
Wed, 1 Oct 2025 18:47:09 +0000 (14:47 -0400)
commit5110fade2c238d86e9e004ef1f7361f4a99c3e05
tree71fc1a804b509320b6fc8afbdf2d21d60eb4ce63
parent0ce81ffc4ee393e6ea82f00fbb1a8af24f4ee0f2
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