-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Bug]: milvus-backup failed for Azure Blob Storage Account #446
Comments
Hey gifi-siby did you get any resolution for this? |
It works if you enable anonymous access to the storage container |
No, I didn't get the resolution. |
Yes, enabling anonymous blob access may not be the best approach. Need a more concrete solution. |
Yeah, that is the problem. Need to figure out a robust solution. |
|
@gifi-siby |
I believe Hierarchical Namespace is enabled, as I can see a folder-like structure in the Azure Storage Explorer. |
Honestly, I’m not very familiar with Azure’s Hierarchical Namespace or its compatibility with flat namespaces. Most of our tests and users are based on MinIO or S3 General Purpose buckets, which seem similar to Azure’s flat namespace. Could you confirm if these issues occur when using Azure’s flat namespace? |
Current Behavior
When I try to backup using azure, I am getting the below error.
Using same azure bucket for milvus storage and backup storage.
["CopyFromURL err"] [error="PUT https://<container-name>.blob.core.windows.net:443/<bucket-name>/devfilesBackup/Backk/binlogs/insert_log/453399115307976339/453399115307976340/453399115308176349/453399115308176349/0\n--------------------------------------------------------------------------------\nRESPONSE 401: 401 Server failed to authenticate the request. Please refer to the information in the www-authenticate header.\nERROR CODE: CannotVerifyCopySource\n--------------------------------------------------------------------------------\n<?xml version="1.0" encoding="utf-8"?><Error><Code>CannotVerifyCopySource</Code><Message>Server failed to authenticate the request. Please refer to the information in the www-authenticate header.\nRequestId:89115e49-f01e-0058-1310-259a52000000\nTime:2024-10-23T05:54:21.2939119Z</Message></Error>\n--------------------------------------------------------------------------------\n"]
Expected Behavior
No response
Steps To Reproduce
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: