From: Miki Patel Date: Tue, 1 Jul 2025 11:58:45 +0000 (+0530) Subject: qa/workunits/rbd: remove build dependency on ceph-mds X-Git-Tag: v21.0.0~256^2~287^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a4925d1853e34cb3c752db3e753a8dd36f6e67e;p=ceph.git qa/workunits/rbd: remove build dependency on ceph-mds Avoiding ceph-mds build when cephfs is not enabled by setting MDS=0 in test scripts Signed-off-by: Miki Patel --- diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index b94317d75d3..46c83748290 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='' ${CEPH_SRC}/mstart.sh ${cluster} -n ${RBD_MIRROR_VARGS} + CEPH_ARGS='' MDS=0 ${CEPH_SRC}/mstart.sh ${cluster} -n ${RBD_MIRROR_VARGS} cd ${CEPH_ROOT} rm -f ${TEMPDIR}/${cluster}.conf