]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix `fs ls` on peons 3150/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:00:57 +0000 (14:00 +0000)
commit5559e6aea9e9374ecdac0351777dfd6f5f5d1e67
tree509b5ea1dfc457addd29506b59a48b77c88190c0
parent44a4f9578fae4805e36216819ef246ae42f76d64
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>
src/mon/MDSMonitor.cc