diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index c5895afa6e45f..8a438def10ee6 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -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