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

os/bluestore: clean up Allocator::dump #12282

Merged
merged 3 commits into from Dec 3, 2016

Commits on Dec 2, 2016

  1. os/bluestore: drop unused ostream arg to Allocator::dump

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 2, 2016
    Copy the full SHA
    9911f9f View commit details
    Browse the repository at this point in the history
  2. os/bluestore: dump allocator state at lowest debug level

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 2, 2016
    Copy the full SHA
    3121892 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: dump allocator state on allocation failure

    This is probably noisy for an *actual* ENOSPC, but the OSD should
    actually prevent those from happening in general, and we are
    very interested in fixing spurious allocation failures due to
    allocator problems.  See http://tracker.ceph.com/issues/18054
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 2, 2016
    Copy the full SHA
    462110a View commit details
    Browse the repository at this point in the history