]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix hiding mdsmonitor informative strings 14573/head
authorJohn Spray <john.spray@redhat.com>
Thu, 9 Mar 2017 13:15:46 +0000 (13:15 +0000)
committerNathan Cutler <ncutler@suse.com>
Fri, 14 Apr 2017 21:56:52 +0000 (23:56 +0200)
commit93efc1e9484ea41f3eb831dcb3d19d63b044ef70
tree4277e410a6320563ad76fccbbc93399372167d09
parenteb84959bac369dbb86674f9e4225ba1c836c104c
mon: fix hiding mdsmonitor informative strings

Local `stringstream ss` declarations were hiding
the real variable used to feed back to the user.

Fixes: http://tracker.ceph.com/issues/16709
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 00404ae9bd4cce0518a44d36d2d6a5612f4f9d04)
src/mon/MDSMonitor.cc