]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #37720 from ifed01/wip-ifed-alloc-tool-fixes
authorKefu Chai <kchai@redhat.com>
Mon, 10 May 2021 13:26:17 +0000 (21:26 +0800)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 13:26:17 +0000 (21:26 +0800)
os/bluestore: some minor fixes/improvements for allocator's stats inquiries

Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
1  2 
src/os/bluestore/bluestore_tool.cc

index e3470385b8ba698c0e7fb467a4384e4b18ea99d3,d9c211d29bd266735258814f1585a1dad966ef40..967e3beca038e73aec778787e860848942d931ca
@@@ -326,9 -274,9 +326,10 @@@ int main(int argc, char **argv
          "bluefs-log-dump, "
          "free-dump, "
          "free-score, "
+         "free-fragmentation, "
          "bluefs-stats, "
 -        "reshard")
 +        "reshard, "
 +        "show-sharding")
      ;
    po::options_description po_all("All options");
    po_all.add(po_options).add(po_positional);