Skip to content

Commit

Permalink
cephtool/test.sh: add test for --verbose and --concise
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mick committed May 22, 2013
1 parent 28a6761 commit bec630f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qa/workunits/cephtool/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ diff authfile authfile2
rm authfile authfile2
ceph auth del client.xx

# with and without verbosity
ceph osd dump | grep '^epoch'
ceph --concise osd dump | grep '^epoch'
ceph --verbose osd dump | grep '^epoch'

# df
ceph df | grep GLOBAL
ceph df detail | grep CATEGORY
Expand Down

0 comments on commit bec630f

Please sign in to comment.