Problem using Azure Storage Blob backend #1901
-
Describe the bugFollowing the configuration I want to set up the backend to Azure Blob.
To ReproduceSteps to reproduce the behavior:
Expected behaviorShould save data to storage Environment
Additional Context |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
today i got new errors in clean environment
I no longer understand what Mimir needs to work with blobs in Azure. I went through all kinds of SKU, disabled all firewalls and gave all possible write permissions |
Beta Was this translation helpful? Give feedback.
-
I moved the issue to a discussion. We can open specific issue if it will turn out to be a Mimir bug. From you logs I can see the following errors:
This issue is not caused by a problem with your Azure blob storage configure, but an issue with the ingesters local disk. Which disk type are you using for ingesters? Which filesystem? Any special setup about it? The "function not implemented" makes me think there's something very wrong going with it. |
Beta Was this translation helpful? Give feedback.
-
I moved the issue to a discussion. We can open specific issue if it will turn out to be a Mimir bug. From you logs I can see the following errors:
This issue is not caused by a problem with your Azure blob storage configure, but an issue with the ingesters local disk. Which disk type are you using for ingesters? Which filesystem? Any special setup about it? The "function not implemented" makes me think there's something very wrong going with it. |
Beta Was this translation helpful? Give feedback.
-
I moved the issue to a discussion. We can open specific issue if it will turn out to be a Mimir bug. From you logs I can see the following errors:
This issue is not caused by a problem with your Azure blob storage configure, but an issue with the ingesters local disk. Which disk type are you using for ingesters? Which filesystem? Any special setup about it? The "function not implemented" makes me think there's something very wrong going with it. |
Beta Was this translation helpful? Give feedback.
-
For community members those who are facing problems configuring Azure Blob with Mimir , use the below config, it worked (edit by @dimitarvdimitrov: this works as values file for the mimir-distributed helm chart) mimir:
structuredConfig:
common:
storage:
backend: azure
azure:
account_key: "<YOUR KEY HERE>"
account_name: <ACKT_NAME>
endpoint_suffix: "blob.core.windows.net"
blocks_storage:
backend: azure ## This line is important here, official docs are missing this
azure:
container_name: mimir-dev-blocks
alertmanager_storage:
backend: azure ## This line is important here, official docs are missing this
azure:
container_name: mimir-dev-alertmanager
ruler_storage:
backend: azure ## This line is important here, official docs are missing this
azure:
container_name: mimir-dev-ruler |
Beta Was this translation helpful? Give feedback.
I moved the issue to a discussion. We can open specific issue if it will turn out to be a Mimir bug.
From you logs I can see the following errors: