Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] redis_disable_transparent_huge_pages runs on every highstate and reports a change #89

Open
iaingeorgeson opened this issue Jan 19, 2021 · 1 comment
Labels

Comments

@iaingeorgeson
Copy link

Your setup

Formula commit hash / release tag

v0.26.2

Versions reports (master & minion)

3002.2

Pillar / config used

In salt code:
include:
- redis.server

In pillar:
redis:
disable_transparent_huge_pages: true


Bug details

Describe the bug

When redis:disable_transparent_huge_pages is set, the redis_disable_transparent_huge_pages cmd.run state runs and reports a change on every highstate.

Steps to reproduce the bug

Set aforementioned configuration. Run highstate,

Expected behaviour

Only report a change on the first run, when the configuration actually changes.

Attempts to fix the bug

Additional context

@noelmcloughlin
Copy link
Member

Thanks, I raised #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants