]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tests: make ceph-admin-commands.sh log what it does
authorNathan Cutler <ncutler@suse.com>
Tue, 13 Nov 2018 18:46:24 +0000 (19:46 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 13 Nov 2018 18:46:24 +0000 (19:46 +0100)
Fixes: http://tracker.ceph.com/issues/37089
Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/workunits/ceph-tests/ceph-admin-commands.sh

index 30e74cce5b56da7c2ce6e355501521edfc558140..4a9f0a66f32e5db419aaac18a11ebcaf6225e44f 100755 (executable)
@@ -1,12 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh -ex
 
-#check ceph health
 ceph -s
-#list pools
 rados lspools
-#lisr rbd images
 rbd ls
-#check that the monitors work
+# check that the monitors work
 ceph osd set nodown
 ceph osd unset nodown