*Is this your first time deploying Airbyte*: No *O...
# troubleshooting
m
Is this your first time deploying Airbyte: No OS Version / Instance: GKE Deployment: Docker Airbyte Version: 0.35.27-alpha Source name/version: airbyte/source-monday 0.1.3 Description: I see messages such as these in the
airbyte minio deployment
pod
Copy code
API: SYSTEM()
Time: 04:47:08 UTC 02/23/2022
DeploymentID: f45f4b84-d973-46b6-9ff6-ae5fbd4d5c50
Error: Storage reached its minimum free disk threshold. (cmd.StorageFull)
1: cmd/data-usage.go:51:cmd.storeDataUsageInBackend()
s
however
df
in the pod minio pod show's the mounted pvc is only 29% full
Copy code
kubectl -n airbyte exec pod/airbyte-minio-6f64554f87-4pzvk  df
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.
Filesystem     1K-blocks     Used Available Use% Mounted on
overlay         98868448 10637020  88215044  11% /
tmpfs              65536        0     65536   0% /dev
tmpfs            8199540        0   8199540   0% /sys/fs/cgroup
/dev/sdb          996780   281220    699176  29% /storage
Hey, Did you try increasing it and check if the error is still there?
j
yes increasing the pvc still leads to the same error, and rebooting minio after the increase reveals
Copy code
ERROR Unable to initialize backend: mkdir /storage/.minio.sys/tmp/a04bcb09-995f-4df1-9473-183600038c3f: no space left on device