From: Nathan Cutler Date: Tue, 13 Nov 2018 18:46:24 +0000 (+0100) Subject: tests: make ceph-admin-commands.sh log what it does X-Git-Tag: v14.1.0~932^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0185abfeb448ea569439ec9e06f3625f4fa6cc86;p=ceph-ci.git tests: make ceph-admin-commands.sh log what it does Fixes: http://tracker.ceph.com/issues/37089 Signed-off-by: Nathan Cutler --- diff --git a/qa/workunits/ceph-tests/ceph-admin-commands.sh b/qa/workunits/ceph-tests/ceph-admin-commands.sh index 30e74cce5b5..4a9f0a66f32 100755 --- a/qa/workunits/ceph-tests/ceph-admin-commands.sh +++ b/qa/workunits/ceph-tests/ceph-admin-commands.sh @@ -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