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=3e4c2638f211376d4b4b40bd261062268431b0e5;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 46c83748290..2c2b0c7d6bc 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