-
Notifications
You must be signed in to change notification settings - Fork 66
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
K8SSAND-996 ⁃ Use an EmptyDir volume for /tmp #210
Comments
@jsanda @adejanovski should this be in a different state since #218 is in review? |
It's not actually in review. I got the PR to a point where it was ready for review and working based on initial testing. I held off on having anyone review due to changes in priorities. |
Just realized I didn't answer your question :) yes it should be in a different state. |
Hey team! Please add your planning poker estimate with ZenHub @jsanda @burmanm |
What is missing?
This is related to #199 and part of the effort to make the root file system read-only. A non-root volume should be used for
/tmp
. We should use an EmptyDir.Why do we need it?
Cassandra, management-api, and MCAC all write to
/tmp
. If we configure the root file system in thecassandra
to be read-only several things break as a result of the writes to/tmp
Environment
v1.8.0
┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: K8SSAND-996
┆priority: Medium
The text was updated successfully, but these errors were encountered: