From 23f962f94364a2b2e0165c90d07a56f3d1812880 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Wed, 3 Jul 2024 16:16:13 +0530 Subject: [PATCH] qa/workunits/rbd: minor fixes Corrected paths and added missing spaces. Signed-off-by: N Balachandran --- qa/workunits/rbd/rbd_mirror_helpers.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index ad114682be4be..abb1d17c8df50 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -53,7 +53,7 @@ # # cd $CEPH_SRC_PATH # RBD_MIRROR_TEMDIR=/tmp/tmp.rbd_mirror \ -# ../qa/workunits/rbd_mirror_helpers.sh setup +# ../qa/workunits/rbd/rbd_mirror_helpers.sh setup # # Also you can execute commands (functions) from the script: # @@ -69,7 +69,7 @@ # # cd $CEPH_SRC_PATH # RBD_MIRROR_TEMDIR=/tmp/tmp.rbd_mirror \ -# ../qa/workunits/rbd_mirror_helpers.sh cleanup +# ../qa/workunits/rbd/rbd_mirror_helpers.sh cleanup # if type xmlstarlet > /dev/null 2>&1; then @@ -535,11 +535,11 @@ status() rbd --cluster ${cluster} -p ${image_pool} --namespace "${image_ns}" ls -l echo - echo "${cluster} ${image_pool}${image_ns} mirror pool info" + echo "${cluster} ${image_pool} ${image_ns} mirror pool info" rbd --cluster ${cluster} -p ${image_pool} --namespace "${image_ns}" mirror pool info echo - echo "${cluster} ${image_pool}${image_ns} mirror pool status" + echo "${cluster} ${image_pool} ${image_ns} mirror pool status" CEPH_ARGS='' rbd --cluster ${cluster} -p ${image_pool} --namespace "${image_ns}" mirror pool status --verbose echo -- 2.39.5