-
Notifications
You must be signed in to change notification settings - Fork 27
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
No free space #25
Comments
Using rawfile_remaining_capacity_bytes metric in grafana, it also shows that i have around 100G free space |
If you look at the logs you'll find https://cloud.google.com/kubernetes-engine/docs/deprecations/apis-1-27#csistoragecapacity-127 I'm not going to call this abandonware quite yet, but I guess I'm forking it now and will start hacking away on keeping it working... |
654f178 this works |
Hi @jaredkipe as you noticed, we are in the process of a major restructuring of the openEBS project. The main goal is to focus on the most popular, active & deployed Storage Engines.... and archive/migrate all legacy repos/projects out to the openebs-at hive org. We're doing this with the help of CNCF. Local PV Rawfile is one of the projects where the decision was difficult. We decided to keep it (Me and @tiagolobocastro were the champions supporting this) as we're think Rawfile provides some key value to users. I'll contact the author @semekh to discuss involving him in the restructuring work that is under way for the past 5 months. Is there any specific thing you'd like to discuss about Rawfile. note: As part of the major restructuring, we're tidying up the names of all the Storage Engines so that it's consistent across all 5 Engines. (previously it was confusing for users).
Anyway, I'm happy to discuss this Storage Engine with you and support it as part of OpenEBS. It's great that you are shining a light on it. thx. |
I am new to k8s and deployed rawfile-localpv on k8s 1.28 and all the relevant pods are running. when i make the storage class and use that in my pod i get the following in pod describe:
"1 node(s) did not have enough free storage"
but my node has plenty of free space (around 100G, my request is 10G) and has no DiskPressure in the node describe
can you please guide me
The text was updated successfully, but these errors were encountered: