Skip to content

Commit 23f962f

Browse files
committed
qa/workunits/rbd: minor fixes
Corrected paths and added missing spaces. Signed-off-by: N Balachandran <[email protected]>
1 parent 1272408 commit 23f962f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qa/workunits/rbd/rbd_mirror_helpers.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#
5454
# cd $CEPH_SRC_PATH
5555
# RBD_MIRROR_TEMDIR=/tmp/tmp.rbd_mirror \
56-
# ../qa/workunits/rbd_mirror_helpers.sh setup
56+
# ../qa/workunits/rbd/rbd_mirror_helpers.sh setup
5757
#
5858
# Also you can execute commands (functions) from the script:
5959
#
@@ -69,7 +69,7 @@
6969
#
7070
# cd $CEPH_SRC_PATH
7171
# RBD_MIRROR_TEMDIR=/tmp/tmp.rbd_mirror \
72-
# ../qa/workunits/rbd_mirror_helpers.sh cleanup
72+
# ../qa/workunits/rbd/rbd_mirror_helpers.sh cleanup
7373
#
7474

7575
if type xmlstarlet > /dev/null 2>&1; then
@@ -535,11 +535,11 @@ status()
535535
rbd --cluster ${cluster} -p ${image_pool} --namespace "${image_ns}" ls -l
536536
echo
537537

538-
echo "${cluster} ${image_pool}${image_ns} mirror pool info"
538+
echo "${cluster} ${image_pool} ${image_ns} mirror pool info"
539539
rbd --cluster ${cluster} -p ${image_pool} --namespace "${image_ns}" mirror pool info
540540
echo
541541

542-
echo "${cluster} ${image_pool}${image_ns} mirror pool status"
542+
echo "${cluster} ${image_pool} ${image_ns} mirror pool status"
543543
CEPH_ARGS='' rbd --cluster ${cluster} -p ${image_pool} --namespace "${image_ns}" mirror pool status --verbose
544544
echo
545545

0 commit comments

Comments
 (0)