File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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#
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
7575if 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
You can’t perform that action at this time.
0 commit comments