Skip to content

Commit

Permalink
mon/PGMap: GLOBAL -> RAW STORAGE in 'df' output
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Dec 7, 2018
1 parent 34eb7b8 commit 738789b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qa/workunits/cephtool/test.sh
Expand Up @@ -721,7 +721,7 @@ function test_mon_misc()

# df
ceph df > $TMPFILE
grep GLOBAL $TMPFILE
grep RAW $TMPFILE
grep -v DIRTY $TMPFILE
ceph df detail > $TMPFILE
grep DIRTY $TMPFILE
Expand Down
2 changes: 1 addition & 1 deletion src/mon/PGMap.cc
Expand Up @@ -873,7 +873,7 @@ void PGMapDigest::dump_cluster_stats(stringstream *ss,
}
tbl << TextTable::endrow;

*ss << "GLOBAL:\n";
*ss << "RAW STORAGE:\n";
tbl.set_indent(4);
*ss << tbl;
}
Expand Down

0 comments on commit 738789b

Please sign in to comment.