Skip to content

Commit 2fb2716

Browse files
authored
Merge pull request #815 from jayeshh123/jay_afm_sensor
Added Sample Inventory
2 parents 0ca09aa + 365be39 commit 2fb2716

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

roles/core_configure/defaults/main.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,44 @@ scale_node_update_check: true
8484

8585
## admin node flag
8686
scale_admin_node: false
87+
88+
## Example storage_cluster_config.yaml file for tunables based on Node Group
89+
# scale_cluster_config:
90+
# ephemeral_port_range: 60000-61000
91+
# scale_config:
92+
# - nodeclass: storagedescnodegrp
93+
# params:
94+
# - maxFilesToCache: 128K
95+
# maxMBpS: 4000
96+
# maxReceiverThreads: 8
97+
# maxStatCache: 128K
98+
# pagepool: 8G
99+
# - nodeclass: managementnodegrp
100+
# params:
101+
# - maxFilesToCache: 128K
102+
# maxMBpS: 4000
103+
# maxReceiverThreads: 8
104+
# maxStatCache: 128K
105+
# pagepool: 8G
106+
# - nodeclass: storagenodegrp
107+
# params:
108+
# - maxFilesToCache: 128K
109+
# maxMBpS: 4000
110+
# maxReceiverThreads: 8
111+
# maxStatCache: 128K
112+
# pagepool: 8G
113+
# - nodeclass: protocolnodegrp
114+
# params:
115+
# - maxFilesToCache: 3M
116+
# maxMBpS: 4000
117+
# maxReceiverThreads: 32
118+
# maxStatCache: 512K
119+
# pagepool: 16G
120+
# - nodeclass: afmgatewaygrp
121+
# params:
122+
# - afmHardMemThreshold: 40G
123+
# maxFilesToCache: 3M
124+
# maxMBpS: 16000
125+
# maxReceiverThreads: 32
126+
# maxStatCache: 512K
127+
# pagepool: 32G

0 commit comments

Comments
 (0)