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: v13.2.3~49^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=675f8ef35e7069aa7ac6e85caa4ff7028cae5185;p=ceph.git tests: make ceph-admin-commands.sh log what it does Fixes: http://tracker.ceph.com/issues/37089 Signed-off-by: Nathan Cutler (cherry picked from commit 0185abfeb448ea569439ec9e06f3625f4fa6cc86) --- 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