From 0185abfeb448ea569439ec9e06f3625f4fa6cc86 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 13 Nov 2018 19:46:24 +0100 Subject: [PATCH] tests: make ceph-admin-commands.sh log what it does Fixes: http://tracker.ceph.com/issues/37089 Signed-off-by: Nathan Cutler --- qa/workunits/ceph-tests/ceph-admin-commands.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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