From 3e4c2638f211376d4b4b40bd261062268431b0e5 Mon Sep 17 00:00:00 2001 From: Miki Patel Date: Tue, 8 Jul 2025 13:42:24 +0530 Subject: [PATCH] qa/workunits/rbd: remove build dependency on dashboard Removed build dependency on dashboard for unit test rbd_mirror Signed-off-by: Miki Patel --- qa/workunits/rbd/rbd_mirror_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index 46c83748290fd..2c2b0c7d6bcd8 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 -- 2.39.5