]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/MgrClient: fix 'tell mgr.x ...' 31989/head
authorSage Weil <sage@redhat.com>
Tue, 3 Dec 2019 23:56:46 +0000 (17:56 -0600)
committerSage Weil <sage@redhat.com>
Tue, 3 Dec 2019 23:56:46 +0000 (17:56 -0600)
commitdd23fb4be3c31227aef6afb0afa611b101bb2cbe
tree542ba5b5bc9390d02d33c8881d99f555b9a4f321
parente58515227af1dbb9bfa4faa21a624643f280e292
mgr/MgrClient: fix 'tell mgr.x ...'

If we start the command before we get the mgrmap at the client, we
will send MCommand via a different code path; make sure it behaves
correctly too.

Missed this in 6f35d2835268eade059535b62378d6d407ef9e87

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