From 730488ca530bfc3afb1bd8bd09d5bb0a07e119b7 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Wed, 29 Nov 2023 15:47:20 -0600 Subject: [PATCH] Disable metrics gathering for Rook Ceph cluster We don't need this for tests and it is better to keep the test env minimal since the test hardware is limited. Change-Id: I0b3f663408c1ef57ad25a4d031b706cb6abc87a9 --- tools/deployment/ceph/ceph-rook.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/deployment/ceph/ceph-rook.sh b/tools/deployment/ceph/ceph-rook.sh index e519643e5..059a944b6 100755 --- a/tools/deployment/ceph/ceph-rook.sh +++ b/tools/deployment/ceph/ceph-rook.sh @@ -430,6 +430,9 @@ cephClusterSpec: dataSource: zero iteration: 1 allowUninstallWithVolumes: false + monitoring: + enabled: false + metricsDisabled: true resources: mgr: limits: