From: Adam King Date: Mon, 22 Apr 2024 12:48:15 +0000 (-0400) Subject: monitoring/ceph-mixin: set NVMeoFMaxGatewaysPerGroup to 4 X-Git-Tag: v20.0.0~2100^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F57038%2Fhead;p=ceph.git monitoring/ceph-mixin: set NVMeoFMaxGatewaysPerGroup to 4 Recommendation from the nvmeof team Signed-off-by: Adam King --- diff --git a/monitoring/ceph-mixin/config.libsonnet b/monitoring/ceph-mixin/config.libsonnet index 41916efdfdfc..b35e98957f04 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,