From: Miki Patel Date: Tue, 8 Jul 2025 08:12:24 +0000 (+0530) Subject: qa/workunits/rbd: remove build dependency on dashboard X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F64263%2Fhead;p=ceph.git qa/workunits/rbd: remove build dependency on dashboard Removed build dependency on dashboard for unit test rbd_mirror Signed-off-by: Miki Patel --- diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index 46c83748290f..2c2b0c7d6bcd 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -213,7 +213,7 @@ setup_cluster() { local cluster=$1 - CEPH_ARGS='' MDS=0 ${CEPH_SRC}/mstart.sh ${cluster} -n ${RBD_MIRROR_VARGS} + CEPH_ARGS='' MDS=0 ${CEPH_SRC}/mstart.sh ${cluster} -n ${RBD_MIRROR_VARGS} --without-dashboard cd ${CEPH_ROOT} rm -f ${TEMPDIR}/${cluster}.conf