-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes for AFM #811
Changes for AFM #811
Conversation
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
Signed-off-by: Jayesh-Kumar3 <[email protected]>
scale_gateway_node: "{{ groups['scale_gateway_nodes'] | list }}" | ||
command: "{{ scale_command_path }}mmperfmon config update GPFSAFMFS.restrict={{ scale_gateway_node | join(',') }} GPFSAFMFS.period=10 GPFSAFMFSET.restrict={{ scale_gateway_node | join(',') }} GPFSAFMFS.period=10 GPFSAFMFSET.restrict={{ scale_gateway_node | join(',') }} GPFSAFMFSET.period=10 GPFSAFM.restrict={{ scale_gateway_node | join(',') }} GPFSAFM.period=10" | ||
when: groups['scale_gateway_nodes'] | list | length > 0 | ||
run_once: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add check if permon sensor file is exist then only it should be executed else it will fail.
- " 'mmperfmon: There is no performance monitoring configuration data.' not in scale_zimon_conf_sensors.stderr"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rajan-mis I have created an issue.
#812
- name: config | Creat a list of configuration parameter for configuration | ||
set_fact: | ||
config_list: > | ||
{%- set config_list = [] -%} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the inventory file .
@rajan-mis Request you to review the changes, please. Also please let me know before merging it. Thank you.