Skip to content

Commit

Permalink
Merge pull request #757 from digvijay-ukirde/perf_nfs
Browse files Browse the repository at this point in the history
NFS perform conf changes
  • Loading branch information
mamuthiah authored Dec 8, 2023
2 parents f4e5bd4 + 23e9116 commit 1bb76a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/nfs_configure/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- name: configure | Configuring NFS performance monitoring sensors
shell:
cmd: "{{ scale_command_path }}mmperfmon config add --sensors=/opt/IBM/zimon/defaults/GaneshaProxy.conf"
delegate_to: "{{ scale_nfs_nodes_list.0 }}"
run_once: true
when:
- scale_config_file_status.stat.exists
- " 'mmperfmon: There is no performance monitoring configuration data.' not in scale_zimon_conf_sensors.stderr"

0 comments on commit 1bb76a8

Please sign in to comment.