1
0
Fork 0
tuned/recommend.conf
Jaroslav Škarvada 3d95e77f78 implemented recommend profile functionality
resolves: rhbz#848935
2012-11-29 10:25:05 +01:00

17 lines
511 B
Text

# Tuned rules for recommend_profile.
#
# The 'virt' RE matches virt-what output.
# The 'system' RE matches /etc/system-release-cpe.
# Both 'virt' and 'system' needs to match for profile to match.
# If 'virt' or 'system' is not specified, it matches for every string.
# If 'virt' or 'system' is empty, i.e. 'virt=', it matches only empty string (alias for '^$').
# If several profiles matched, the first match is taken.
[throughput-performance]
virt=
system=.*computenode.*
[virtual-guest]
virt=.+
[balanced]