From: Rishabh Dave Date: Thu, 21 Sep 2023 12:41:41 +0000 (+0530) Subject: qa/cephfs: add "set -x" in mdtest.yaml X-Git-Tag: v18.2.1~85^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=309e090145259304b8da5f4de419f07c77d109be;p=ceph.git qa/cephfs: add "set -x" in mdtest.yaml Set the flag for printing the commands that will be executed so that it's easier to go through teuthology.log Signed-off-by: Rishabh Dave (cherry picked from commit 8b62329195596b1ad6fefc6e149d1a7f221a63bd) --- diff --git a/qa/suites/fs/multiclient/tasks/mdtest.yaml b/qa/suites/fs/multiclient/tasks/mdtest.yaml index 797211ef5e179..32720e488d4f5 100644 --- a/qa/suites/fs/multiclient/tasks/mdtest.yaml +++ b/qa/suites/fs/multiclient/tasks/mdtest.yaml @@ -2,6 +2,7 @@ tasks: - pexec: clients: + - set -x - cd $TESTDIR - sudo apt purge -y mpich - sudo apt install -y mpich