]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/mon: set entity_name before trying to connect to mon
authorKefu Chai <kchai@redhat.com>
Thu, 25 Apr 2019 12:19:03 +0000 (20:19 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 28 Apr 2019 16:12:57 +0000 (00:12 +0800)
commit1d30bb4e79705f1efe2e9017b015b242da2802c7
treec842922b88b81c07a0ababebec7f2a72fecd7fdb
parentad5fe6a70d11c308c4b7b0c3b84e9bd2bd9747ab
crimson/mon: set entity_name before trying to connect to mon

otherwise Monitor.cc or AuthMonitor.cc won't be able to find it in the
keyring.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc