We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7952b0b commit 3465228Copy full SHA for 3465228
docs/csi-debug.md
@@ -102,7 +102,7 @@ export AZURE_STORAGE_ACCOUNT=
102
export AZURE_STORAGE_ACCESS_KEY=
103
# only for sovereign cloud
104
# export AZURE_STORAGE_BLOB_ENDPOINT=accountname.blob.core.chinacloudapi.cn
105
-blobfuse test --container-name=CONTAINER-NAME --tmp-path=/tmp/blobfuse -o allow_other --file-cache-timeout-in-seconds=120
+blobfuse2 test --container-name=CONTAINER-NAME --tmp-path=/tmp/blobfuse -o allow_other --file-cache-timeout-in-seconds=120
106
```
107
> You can find more detailed information about environment variables at https://github.com/Azure/azure-storage-fuse#environment-variables.
108
0 commit comments