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: optional debug mode to identify aio stalls #11818

Merged
merged 3 commits into from Nov 8, 2016

Commits on Nov 7, 2016

  1. os/fs: uninline aio methods

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Nov 7, 2016
    Copy the full SHA
    9cb879a View commit details
    Browse the repository at this point in the history
  2. os/fs: add aio_list_t type

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Nov 7, 2016
    Copy the full SHA
    3bbfcf1 View commit details
    Browse the repository at this point in the history
  3. os/bluestore/KernelDevice: debug support to detect stalled aios

    This is additional bookkeeping to track the oldest aio in flight, so we
    make it optional, and disabled by default.  It is useful for identifying
    buggy kernel aio or bad devices.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Nov 7, 2016
    Copy the full SHA
    3b1b5a9 View commit details
    Browse the repository at this point in the history