]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring/ceph-mixin: set NVMeoFMaxGatewaysPerGroup to 4 57038/head
authorAdam King <adking@redhat.com>
Mon, 22 Apr 2024 12:48:15 +0000 (08:48 -0400)
committerAdam King <adking@redhat.com>
Mon, 22 Apr 2024 12:48:15 +0000 (08:48 -0400)
Recommendation from the nvmeof team

Signed-off-by: Adam King <adking@redhat.com>
monitoring/ceph-mixin/config.libsonnet

index 41916efdfdfcfe49a2ae56a8f7f0f8d988d9276d..b35e98957f04f41aca480eccb4c0d59ae2de7285 100644 (file)
@@ -9,7 +9,7 @@
     CephNodeNetworkPacketDropsPerSec: 10,
     CephRBDMirrorImageTransferBandwidthThreshold: 0.8,
     CephRBDMirrorImagesPerDaemonThreshold: 100,
-    NVMeoFMaxGatewaysPerGroup: 2,
+    NVMeoFMaxGatewaysPerGroup: 4,
     NVMeoFMaxGatewaysPerCluster: 4,
     NVMeoFHighGatewayCPU: 80,
     NVMeoFMaxSubsystemsPerGateway: 16,