1
0
mirror of https://github.com/ceph/ceph synced 2025-03-30 15:31:01 +00:00
ceph/monitoring/ceph-mixin/config.libsonnet
Adam King c6871bbaf5 monitoring/ceph-mixin: set NVMeoFMaxGatewaysPerGroup to 4
Recommendation from the nvmeof team

Signed-off-by: Adam King <adking@redhat.com>
2024-04-22 08:48:15 -04:00

24 lines
634 B
Plaintext

{
_config+:: {
dashboardTags: ['ceph-mixin'],
clusterLabel: 'cluster',
showMultiCluster: false,
CephNodeNetworkPacketDropsThreshold: 0.005,
CephNodeNetworkPacketDropsPerSec: 10,
CephRBDMirrorImageTransferBandwidthThreshold: 0.8,
CephRBDMirrorImagesPerDaemonThreshold: 100,
NVMeoFMaxGatewaysPerGroup: 4,
NVMeoFMaxGatewaysPerCluster: 4,
NVMeoFHighGatewayCPU: 80,
NVMeoFMaxSubsystemsPerGateway: 16,
NVMeoFHighClientCount: 32,
NVMeoFHighHostCPU: 80,
//
// Read/Write latency is defined in ms
NVMeoFHighClientReadLatency: 10,
NVMeoFHighClientWriteLatency: 20,
},
}