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

Remove usage of emptyDir for datafeeder upload #80

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

edevosc2c
Copy link
Member

Doesn't make sense to use an emptyDir for that because the ephemeral filesystem of the container is already enough.

It's also using precious emptyDir disk space.

In the future, maybe useful to allow this to be configured in order to for example use a PVC so that it doesn't use the local disk space. Not sure if this directory is just for "temporary" files and these files are immediately deleted once the import is done.

@edevosc2c
Copy link
Member Author

Confirmed by @pmauduit on slack that it's not worth to keep.

Not sure if this directory is just for "temporary" files and these files are immediately deleted once the import is done.

I created a separate issue here: georchestra/georchestra#4140

@edevosc2c edevosc2c merged commit 3e66d81 into main Jan 9, 2024
1 check passed
@edevosc2c edevosc2c deleted the remove-emptydir-datafeeder-uploads branch January 9, 2024 16:45
@edevosc2c edevosc2c added the enhancement New feature or request label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant