Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MatteoBrentegani opened this issue Mar 19, 2024 · 0 comments
Open

Comments

@MatteoBrentegani
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant