From 606a24b80c0ed1cc9f4119b67c491537c5845dd5 Mon Sep 17 00:00:00 2001 From: Adam King Date: Mon, 22 Apr 2024 08:48:15 -0400 Subject: [PATCH] monitoring/ceph-mixin: set NVMeoFMaxGatewaysPerGroup to 4 Recommendation from the nvmeof team Signed-off-by: Adam King (cherry picked from commit c6871bbaf5eef1d855ec4ca269ab24adb4c00d73) --- monitoring/ceph-mixin/config.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/ceph-mixin/config.libsonnet b/monitoring/ceph-mixin/config.libsonnet index 41916efdfdf..b35e98957f0 100644 --- a/monitoring/ceph-mixin/config.libsonnet +++ b/monitoring/ceph-mixin/config.libsonnet @@ -9,7 +9,7 @@ CephNodeNetworkPacketDropsPerSec: 10, CephRBDMirrorImageTransferBandwidthThreshold: 0.8, CephRBDMirrorImagesPerDaemonThreshold: 100, - NVMeoFMaxGatewaysPerGroup: 2, + NVMeoFMaxGatewaysPerGroup: 4, NVMeoFMaxGatewaysPerCluster: 4, NVMeoFHighGatewayCPU: 80, NVMeoFMaxSubsystemsPerGateway: 16,