2022-05-12 15:24:35 +00:00
|
|
|
{
|
|
|
|
_config+:: {
|
|
|
|
dashboardTags: ['ceph-mixin'],
|
|
|
|
|
|
|
|
clusterLabel: 'cluster',
|
2024-01-26 14:05:52 +00:00
|
|
|
showMultiCluster: true,
|
2022-08-23 08:30:12 +00:00
|
|
|
|
|
|
|
CephNodeNetworkPacketDropsThreshold: 0.005,
|
|
|
|
CephNodeNetworkPacketDropsPerSec: 10,
|
2023-02-15 18:13:08 +00:00
|
|
|
CephRBDMirrorImageTransferBandwidthThreshold: 0.8,
|
|
|
|
CephRBDMirrorImagesPerDaemonThreshold: 100,
|
2024-04-22 12:48:15 +00:00
|
|
|
NVMeoFMaxGatewaysPerGroup: 4,
|
2024-02-09 03:56:58 +00:00
|
|
|
NVMeoFMaxGatewaysPerCluster: 4,
|
|
|
|
NVMeoFHighGatewayCPU: 80,
|
|
|
|
NVMeoFMaxSubsystemsPerGateway: 16,
|
|
|
|
NVMeoFHighClientCount: 32,
|
|
|
|
NVMeoFHighHostCPU: 80,
|
|
|
|
//
|
|
|
|
// Read/Write latency is defined in ms
|
|
|
|
NVMeoFHighClientReadLatency: 10,
|
|
|
|
NVMeoFHighClientWriteLatency: 20,
|
2022-05-12 15:24:35 +00:00
|
|
|
},
|
|
|
|
}
|