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

suggestion: K8s operator should put files in subdirectory #305

Open
shribe opened this issue Jul 1, 2021 · 1 comment
Open

suggestion: K8s operator should put files in subdirectory #305

shribe opened this issue Jul 1, 2021 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@shribe
Copy link

shribe commented Jul 1, 2021

Not every PVC mounted is going to be dynamically-created by a CSI. Sometimes we need to look at backing disk to see what's there. Sometimes multiple pods will have access to the same volume, for instance local storage (of course this can be managed by the user, by creating the subdirectory and pointing the PV to it, but it would be nicer to not have to worry about it).

I suggest creating a directory named , or redpanda-, or redpanda-- if there's an appropriate identifier available.

Just as 2 data points: the CrunchData operator does this, and it is quite nice for managing storage (snapshots, moving old data aside temporarily, copying backup into place for restoration), on the other hand CockroachDB spews data files all over the top level. (At least you only put a few files there and put data in a subdirectory.)

JIRA Link: CORE-667

@emaxerrno
Copy link

@shribe I love these issues! thanks for helping us make redpanda better.

This is a great idea too

@emaxerrno emaxerrno added the good first issue Good for newcomers label Jul 1, 2021
@david-yu david-yu transferred this issue from redpanda-data/redpanda Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

5 participants