Ingester - write to WAL: no space left on device #4808
-
Hi, I keep getting this error,
That obviously means my ingesters are out of disk space. When I try to increase the disk space it doesn't allow me,
If the size increase is forbidden, how can I solve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I am using helm chart version 3.0.0 |
Beta Was this translation helpful? Give feedback.
-
This is a Kubernetes specific issue and not really Mimir related, i.e. that you can't directly patch a StatefulSet apart from the fields 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds'. I don't know the procedure for increasing the size of persistent volumes off the top of my head, maybe someone else will chime in? |
Beta Was this translation helpful? Give feedback.
-
I solved by directly editing the pvc using kubectl. Thanks. |
Beta Was this translation helpful? Give feedback.
I solved by directly editing the pvc using kubectl. Thanks.