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

pacific: cephfs-top: include additional metrics reported by fs perf stats #40422

Merged
merged 2 commits into from Mar 26, 2021

Commits on Mar 26, 2021

  1. cephfs-top: include additional metrics reported by fs perf stats.

    Without this, `cephfs-top` hits an exception since the additional
    metrics keys were not configured.
    
    Also, include a validation suring selftest that checks if `ceph
    fs perf stats` metrics match what cephfs-top is configured to
    report.
    
    Fixes: http://tracker.ceph.com/issues/49974
    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    (cherry picked from commit 5a119dc)
    vshankar committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    cec0518 View commit details
    Browse the repository at this point in the history
  2. src/tools/cephfs-top: fix flake8 line too long error

    Fixes: https://tracker.ceph.com/issues/50005
    Signed-off-by: Varsha Rao <varao@redhat.com>
    (cherry picked from commit 51cf6c3)
    varshar16 authored and vshankar committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    4c0aca5 View commit details
    Browse the repository at this point in the history