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

luminous: mon/pgmap: add objects prefix for unfound type #17264

Merged
merged 2 commits into from Aug 28, 2017

Commits on Aug 25, 2017

  1. mon/pgmap: add objects prefix for unfound type

    the objects prefix display indicates the scope of the "unfound",
    like objects "misplaced" err.
    
    Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
    (cherry picked from commit fe81b7e)
    renhwztetecs authored and liewegas committed Aug 25, 2017
    Copy the full SHA
    9b53b36 View commit details
    Browse the repository at this point in the history
  2. qa/standalone/scrub/osd-scrub-repair: fix grep pattern

    PGMap shows
    
        ss << pg_sum.stats.sum.num_objects_unfound
           << "/" << pg_sum.stats.sum.num_objects << " objects unfound (" << b << "%)";
    
    but we were grepping for "1/1 unfound" instead of "1/1 objects
    unfound".
    
    Introduced by fe81b7e.
    
    Fixes: http://tracker.ceph.com/issues/21127
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 84465bf)
    liewegas committed Aug 25, 2017
    Copy the full SHA
    18ec2b7 View commit details
    Browse the repository at this point in the history