From: Jason Dillaman Date: Thu, 31 May 2018 23:17:52 +0000 (-0400) Subject: qa/workunits/rbd: dump long image directory upon rbd-mirror test failure X-Git-Tag: v14.0.1~1210^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c451a04f93a2a5ed1b0236162b1e9040a0c94d7;p=ceph.git qa/workunits/rbd: dump long image directory upon rbd-mirror test failure Signed-off-by: Jason Dillaman --- 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"