Selaa lähdekoodia

adding check before writing to core file

pull/114/head
Kalynovskyi 7 vuotta sitten
vanhempi
commit
0a91ebe68f
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      linux/system/cpu.sls

+ 4
- 1
linux/system/cpu.sls Näytä tiedosto



{% for cpu_core in range(salt['grains.get']('num_cpus', 1)) %} {% for cpu_core in range(salt['grains.get']('num_cpus', 1)) %}


{% set core_key = 'devices/system/cpu/cpu' + cpu_core|string + '/cpufreq/scaling_governor' %}
{% if salt['file.file_exists']('/sys/'+ core_key) %}
governor_write_sysfs_cpu_core_{{ cpu_core }}: governor_write_sysfs_cpu_core_{{ cpu_core }}:
module.run: module.run:
- name: sysfs.write - name: sysfs.write
- key: devices/system/cpu/cpu{{ cpu_core }}/cpufreq/scaling_governor
- key: {{ core_key }}
- value: {{ system.cpu.governor }} - value: {{ system.cpu.governor }}
{% endif %}


{%- endfor %} {%- endfor %}



Loading…
Peruuta
Tallenna