Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jewel: fs: Log path as well as ino when detecting metadata damage #11418

Merged
2 commits merged into from Oct 17, 2016
Merged

jewel: fs: Log path as well as ino when detecting metadata damage #11418

2 commits merged into from Oct 17, 2016

Commits on Oct 11, 2016

  1. mds: s/used_ions/used_inos/

    Signed-off-by: John Spray <john.spray@redhat.com>
    (cherry picked from commit bd3645f)
    John Spray authored and ldachary committed Oct 11, 2016
    Copy the full SHA
    d52f190 View commit details
    Browse the repository at this point in the history
  2. mds: log path with CDir damage messages

    Previously you just got the inode number, which
    wasn't terribly useful for e.g. a missing fragment
    object, as you couldn't readily resolve the parent
    path.
    
    Fixes: http://tracker.ceph.com/issues/16973
    Signed-off-by: John Spray <john.spray@redhat.com>
    (cherry picked from commit 439cd5e)
    
    Conflicts:
    	src/mds/CDir.cc: the go_bad() prototype which is part of the
            context of the patch has changed.
    John Spray authored and ldachary committed Oct 11, 2016
    Copy the full SHA
    2c4e1c1 View commit details
    Browse the repository at this point in the history