]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: include advisory `path` field in damage 14104/head
authorJohn Spray <john.spray@redhat.com>
Thu, 23 Mar 2017 13:07:32 +0000 (09:07 -0400)
committerJohn Spray <john.spray@redhat.com>
Thu, 13 Apr 2017 16:41:11 +0000 (12:41 -0400)
commitc0bff51ef409eb6e4b2fc248e06e5a7e43faf51e
tree2a0e5066a1d6c9a59c68e1c7734be279b5a11d20
parent8442cbb521df22704efe07b008cc703527b64171
mds: include advisory `path` field in damage

This will just be whatever path we were looking
at at the point that damage was notified -- no
intention whatsoever of providing any up to date
path or resolution when there are multiple paths
to an inode.

Fixes: http://tracker.ceph.com/issues/18509
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/CDir.cc
src/mds/DamageTable.cc
src/mds/DamageTable.h
src/mds/MDCache.cc
src/mds/ScrubStack.cc