salt.states.tuned

Interface to Red Hat tuned-adm module

maintainer

Syed Ali <alicsyed@gmail.com>

maturity

new

depends

cmd.run

platform

Linux

salt.states.tuned.off(name=None)

Turns 'tuned' off. Example tuned.sls file for turning tuned off:

tuned:

tuned.off: []

To see a valid list of states call execution module:

tuned.list

salt.states.tuned.profile(name)

This state module allows you to modify system tuned parameters

Example tuned.sls file to set profile to virtual-guest

tuned:
tuned:
  • profile

  • name: virtual-guest

name

tuned profile name to set the system to

To see a valid list of states call execution module:

tuned.list

© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.tuned.html