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

cstor-operator doesn't have an option to enable core dump for cStor pools and target #363

Open
mittachaitu opened this issue Jul 21, 2021 · 0 comments

Comments

@mittachaitu
Copy link
Contributor

Description

cStor operator is responsible for maintaining the life cycle of
cStor-pool pods and CStorPoolInstance resource it has to
provide a mechanism to enable core dump for cStor pools and target.
Here is a link to the issue card.

Context

If there is a crash in the pool/target process core dump is much essential
to dig deeper into the problem. As of now, to enable core dump ENABLE_COREDUMP
env should be set to true in the pool and target deployments.

Possible Solution

  • Enabling core dump in the pool can be achieved by adding a field under PoolConfig.
    cStor-operator will set ENABLE_COREDUMP env on deployment if enableCoreDump
    field is configured on CStorPoolCluster.
  • Enabling core dump in the target can be achieved by adding a field under targetSpec. CVC-Operator will set ENABLE_COREDUMP env
    on deployment, if the field is configured on policy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant