]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix `fs ls` on peons 3151/head
authorJohn Spray <john.spray@redhat.com>
Thu, 11 Dec 2014 14:00:57 +0000 (14:00 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 11 Dec 2014 14:02:40 +0000 (14:02 +0000)
commit994dcbbef4bea532aea4143c3ac1372ca14d2aea
tree5e8b3df5ea9a0798228a18588983974dae6cc90e
parenta8e56380f08cd5940def4cc47cadba699a8ba45d
mon: fix `fs ls` on peons

This was incorrectly using pending_mdsmap instead
of mdsmap.  We didn't notice in test because of
single-mon configurations.

Fixes: #10288
Backport: giant

Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 5559e6aea9e9374ecdac0351777dfd6f5f5d1e67)
src/mon/MDSMonitor.cc