influxdata / influxdata-docker

Official docker images for the influxdata stack
327 stars 248 forks source link

InfluxDB won't load data after restart - Azure Blob storage #732

Open MatteoBrentegani opened 8 months ago

MatteoBrentegani commented 8 months ago

Do you have any idea of why InfluxDB is not able to load data correctly from an Azure Blob storage?

I deployed InfluxDB on an AKS Cluster with Azure Blob storage. The blob is used to store the content of:

After rebooting, the data are no longer visible from InfluxDB. If I add new data, the older data comes back along with the new data. I checked the disk and everything was there. With the use of a persistent volume this problem does not occur.

Informations

Docker image: influxdb:2.7.5-alpine
Kubernetes version: 1.27.9

AzureBlobStorage
  mountOptions:
    - -o allow_other
    - --file-cache-timeout-in-seconds=120
  protocol: fuse