You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"blobfuse2 mount all /mnt/azstorage"
Mount all needs a config file containing the azure storage account configuration. If it's not provided, then you shall have correct environment variables exported for the same.
Also, in your mount command you do not have tmp-path set. Kindly use correct command syntax. We will look into doing a graceful termination in case required inputs are not provided.
Which version of blobfuse was used?
2
Which OS distribution and version are you using?
NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.5 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
running through WSL
If relevant, please share your mount command.
blobfuse2 mount all /mnt/azstorage
What was the issue encountered?
runtime error
Have you found a mitigation/solution?
I looked at the code and it seems that the logic is expecting there to be 5 cli parms when there is only 4 in my command here...
https://github.com/Azure/azure-storage-fuse/blob/main/cmd/mount_all.go#L321
So I added an innocuous param (for me at least)
--disable-version-check=true
and it seems to work now.I would expect an error message of some kind if it is missing a required parm rather than a runtime error
Please share logs if available.
The text was updated successfully, but these errors were encountered: