From 2c451a04f93a2a5ed1b0236162b1e9040a0c94d7 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 31 May 2018 19:17:52 -0400 Subject: [PATCH] qa/workunits/rbd: dump long image directory upon rbd-mirror test failure Signed-off-by: Jason Dillaman --- qa/workunits/rbd/rbd_mirror_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index e019de5a12f..ab4f04d4753 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -443,7 +443,7 @@ status() for image_pool in ${POOL} ${PARENT_POOL} do echo "${cluster} ${image_pool} images" - rbd --cluster ${cluster} -p ${image_pool} ls + rbd --cluster ${cluster} -p ${image_pool} ls -l echo echo "${cluster} ${image_pool} mirror pool status" -- 2.39.5