]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: defer initial connection auth attempts until initial quorum is formed
authorSage Weil <sage@redhat.com>
Thu, 31 Jan 2019 15:29:45 +0000 (09:29 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 18:10:34 +0000 (12:10 -0600)
commitf1b917c2cc189209d33487299b92d92eb4a654bc
tree57652751844f24a1c921e9dcaa22b6a30f52f928
parentd532e1ef1a5b8170af253ecff921500c3d093599
mon: defer initial connection auth attempts until initial quorum is formed

Otherwise e.g. a client.admin connectin will fail because the mon doesn't
have the key in the database yet.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/Monitor.cc