wearefrank / charts

Popular applications, and Franks! build on top of the Frank!Framework, ready to launch on Kubernetes using Helm.
https://wearefrank.github.io/charts/
Apache License 2.0
6 stars 1 forks source link

drill ERROR: Log directory does not exist or is not writable: /var/lib/drill/log #22

Open clement-igonet opened 2 months ago

clement-igonet commented 2 months ago

When using default latest, or explicit 1.3.4, 1.3.0 or 1.2.13 versions, and when starting with these helm values (1), I got a blocking message (2):

1

persistence:
  enabled: true

2

drill ERROR: Log directory does not exist or is not writable: /var/lib/drill/log 

An idea about how to deal with this issue ???

philipsens commented 2 months ago

Thank you for reporting an issue. We will try to replicate and fix it. In the mean time, could you tell us if you used a dynamic provisioner or an existing claim?

Some issues (like this one) slip trough and are fixed over time, so I allways recomment using the latest one.

clement-igonet commented 2 months ago

Thank you for reporting an issue. We will try to replicate and fix it. In the mean time, could you tell us if you used a dynamic provisioner or an existing claim?

Some issues (like this one) slip trough and are fixed over time, so I allways recomment using the latest one.

Dynamic provisioner (OVH)

alisihab commented 3 hours ago

this was fixed by https://github.com/wearefrank/charts/pull/28