saltstack-formulas / mongodb-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
31 stars 121 forks source link

Hugepages #99

Open ze42 opened 2 years ago

ze42 commented 2 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

Fix disable_transparent_hugepages

Pillar / config required to test the proposed changes

Could be tested with and without:

mongodb:
  wanted:
    disable_transparent_hugepages: false

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

noelmcloughlin commented 2 years ago

ping @ze42

myii commented 2 years ago

Hi @ze42 thanks for PR. Could you get CI working for Arch, probably by updating osfamillymap to avoid triggering the code?

This appears to be relevant:

daks commented 2 years ago

The THP feature is not specifically targeted at MongoDB but it's a kernel feature which can affect a lot of other things, shouldn't it be managed elsewhere, in another state or formula?

(we use it for Redis and manage it separately in a file.managed state)

ze42 commented 2 years ago

still some problem with rubocop, but I don't have any idea what it is about.