disable tuned in performance and spindown profiles
Not providing tuned.conf caused, that default or previous tuned configuration was used instead of disabling tuned.
This commit is contained in:
parent
c53cf2a2ee
commit
f6d80577d3
4 changed files with 64 additions and 37 deletions
21
tune-profiles/enterprise-storage/tuned.conf
Normal file
21
tune-profiles/enterprise-storage/tuned.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# disable tuned
|
||||
|
||||
[main]
|
||||
|
||||
[DiskMonitor]
|
||||
enabled=False
|
||||
|
||||
[DiskTuning]
|
||||
enabled=False
|
||||
|
||||
[NetMonitor]
|
||||
enabled=False
|
||||
|
||||
[NetTuning]
|
||||
enabled=False
|
||||
|
||||
[CPUMonitor]
|
||||
enabled=False
|
||||
|
||||
[CPUTuning]
|
||||
enabled=False
|
||||
21
tune-profiles/latency-performance/tuned.conf
Normal file
21
tune-profiles/latency-performance/tuned.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# disable tuned
|
||||
|
||||
[main]
|
||||
|
||||
[DiskMonitor]
|
||||
enabled=False
|
||||
|
||||
[DiskTuning]
|
||||
enabled=False
|
||||
|
||||
[NetMonitor]
|
||||
enabled=False
|
||||
|
||||
[NetTuning]
|
||||
enabled=False
|
||||
|
||||
[CPUMonitor]
|
||||
enabled=False
|
||||
|
||||
[CPUTuning]
|
||||
enabled=False
|
||||
|
|
@ -1,57 +1,21 @@
|
|||
#
|
||||
# tuned configuration main service
|
||||
#
|
||||
# disable tuned
|
||||
|
||||
[main]
|
||||
# Interval for monitoring and tuning. Default is 10s.
|
||||
# interval=10
|
||||
|
||||
#
|
||||
# Disk monitoring section
|
||||
#
|
||||
[DiskMonitor]
|
||||
# Enabled or disable the plugin. Default is True. Any other value
|
||||
# disables it.
|
||||
enabled=False
|
||||
|
||||
#
|
||||
# Disk tuning section
|
||||
#
|
||||
[DiskTuning]
|
||||
# Enabled or disable the plugin. Default is True. Any other value
|
||||
# disables it.
|
||||
enabled=False
|
||||
hdparm=False
|
||||
alpm=False
|
||||
|
||||
#
|
||||
# Net monitoring section
|
||||
#
|
||||
[NetMonitor]
|
||||
# Enabled or disable the plugin. Default is True. Any other value
|
||||
# disables it.
|
||||
enabled=False
|
||||
|
||||
#
|
||||
# Net tuning section
|
||||
#
|
||||
[NetTuning]
|
||||
# Enabled or disable the plugin. Default is True. Any other value
|
||||
# disables it.
|
||||
enabled=False
|
||||
|
||||
#
|
||||
# CPU monitoring section
|
||||
#
|
||||
[CPUMonitor]
|
||||
# Enabled or disable the plugin. Default is True. Any other value
|
||||
# disables it.
|
||||
enabled=False
|
||||
|
||||
#
|
||||
# CPU tuning section
|
||||
#
|
||||
[CPUTuning]
|
||||
# Enabled or disable the plugin. Default is True. Any other value
|
||||
# disables it.
|
||||
enabled=False
|
||||
|
|
|
|||
21
tune-profiles/throughput-performance/tuned.conf
Normal file
21
tune-profiles/throughput-performance/tuned.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# disable tuned
|
||||
|
||||
[main]
|
||||
|
||||
[DiskMonitor]
|
||||
enabled=False
|
||||
|
||||
[DiskTuning]
|
||||
enabled=False
|
||||
|
||||
[NetMonitor]
|
||||
enabled=False
|
||||
|
||||
[NetTuning]
|
||||
enabled=False
|
||||
|
||||
[CPUMonitor]
|
||||
enabled=False
|
||||
|
||||
[CPUTuning]
|
||||
enabled=False
|
||||
Loading…
Reference in a new issue