Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

fix(charts): add zram to excludePaths of ndm #304

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vchrisb
Copy link

@vchrisb vchrisb commented Jun 22, 2022

Why is this change required?

In some systems a zram device is used for e.g. compressed in-memory swap.
Similar to a ram device, zram should also be excluded for usage by ndm.

A misconfigured list may lead to extensive CPU usage: openebs-archive/node-disk-manager#673

What is changed?

Added /dev/zram to ndm.filters.excludePaths

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md

vchrisb added 2 commits June 22, 2022 09:48
zram device is an alternative to ram which does compression. It should als be excluded for usage of ndm.
Signed-off-by: Christopher Banck <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant