influxdata / influxdata-docker

Official docker images for the influxdata stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MatteoBrentegani opened this issue · comments

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:

  • /var/lib/influxdb2
  • /etc/influxdb2

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