]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: update peer failure response to account for damaged
authorJohn Spray <john.spray@redhat.com>
Thu, 26 Mar 2015 12:52:36 +0000 (12:52 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 26 Mar 2015 13:11:44 +0000 (13:11 +0000)
commit3b2a0917e8e18f8132145c460636705130ef57a6
tree23303cfa0b9e6b70b71fbb32ecc455d28e8f4aae
parentf311bb77e37ead1315969ef08bd9f35ea1e74a45
mds: update peer failure response to account for damaged

...by calling get_down_mds_set instead of get_failed_mds_set.

Also remove a redundant if(true) around this region.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDS.cc