]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/MgrClient: assume missing MgrMap means no acces to mgr at all
authorSage Weil <sage@redhat.com>
Wed, 22 Mar 2017 16:36:01 +0000 (11:36 -0500)
committerSage Weil <sage@redhat.com>
Wed, 29 Mar 2017 15:39:27 +0000 (11:39 -0400)
commit3015f304db4c1d4fef47ac1c10b8e995de9401ae
treeaac929f75b305d067daf23fc7aec519381db2392
parent24b53524d2149a3295e046a781fbfd9bed261929
mgr/MgrClient: assume missing MgrMap means no acces to mgr at all

If we get as far as authenticating and have no MgrMap that implies the
mon didn't provide us one (despite our request) and we have no access to
the mgr at all.

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