We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bae62 commit feb1e69Copy full SHA for feb1e69
monitoring/ceph-mixin/config.libsonnet
@@ -9,5 +9,15 @@
9
CephNodeNetworkPacketDropsPerSec: 10,
10
CephRBDMirrorImageTransferBandwidthThreshold: 0.8,
11
CephRBDMirrorImagesPerDaemonThreshold: 100,
12
+ NVMeoFMaxGatewaysPerGroup: 2,
13
+ NVMeoFMaxGatewaysPerCluster: 4,
14
+ NVMeoFHighGatewayCPU: 80,
15
+ NVMeoFMaxSubsystemsPerGateway: 16,
16
+ NVMeoFHighClientCount: 32,
17
+ NVMeoFHighHostCPU: 80,
18
+ //
19
+ // Read/Write latency is defined in ms
20
+ NVMeoFHighClientReadLatency: 10,
21
+ NVMeoFHighClientWriteLatency: 20,
22
},
23
}
0 commit comments