-
Notifications
You must be signed in to change notification settings - Fork 4
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
quota problem on min-io? #77
Comments
Hi, Re-running the notebook wrote the On the other hand, I have also used this other example to test MinIO. Could you please give it a try and let me know how it goes? |
Thank you @sebastian-luna-valero The other example works if I keep the file size small.
Change 50 to, for example, 500. As seen in this image, I cannot change or know the quota of my space. Do you know:
|
Hi Tina, Before troubleshooting further, these cells in your notebook: Create a local folder in JupyterHub instead of MinIO: Do you get the same? |
Yes I get the same thing. Sometime I can write sometime I can't. And I can't change the quota. |
Hi Tina, This is the problem, then. Your code is not writing to MinIO, and that's why you get the issue. Could you please double check why your code is not writing to MinIO? In case it helps, this other example does write to MinIO. |
#76
I can create 50MiB of zarr file but I can't if it is 70MiB. This is the notebook which shows the problem.
https://github.com/pangeo-data/pangeo-eosc/blob/tinaok-patch-1/users/how-to/quota_pb_minio.ipynb
I would like to have a space
todaka-histogen, where I can write file, and other people can use my data.
How can I increase the quota?
How can I set bucket for doing this?
Thank you for your help.
The text was updated successfully, but these errors were encountered: