This plugin handles SCSI hosts. On Linux these are also used for SATA. Currently it only supports ALPM setting, e.g.: [scsi_host] devices=host0 alpm=medium_power ALPM is set per SATA/SCSI host. If SCSI host doesn't support ALPM (it is SATA/AHCI specific), it is skipped and message is logged into Tuned log with 'info' loglevel. Concurrently the ALPM settings were removed from the 'disk' plugin. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
36 lines
460 B
Text
36 lines
460 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[cpu]
|
|
governor=ondemand
|
|
energy_perf_bias=powersave
|
|
|
|
[eeepc_she]
|
|
|
|
[vm]
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=auto
|
|
|
|
[disk]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=sda
|
|
|
|
[net]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=eth0
|
|
|
|
[scsi_host]
|
|
alpm=min_power
|
|
|
|
[sysctl]
|
|
vm.laptop_mode=5
|
|
vm.dirty_writeback_centisecs=1500
|
|
kernel.nmi_watchdog=0
|
|
|
|
[script]
|
|
script=script.sh
|