Skip to content

Commit d50ad3e

Browse files
authored
Update csi-debug.md
1 parent 7084b29 commit d50ad3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/csi-debug.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mount | grep blobfuse | uniq
9696
### troubleshooting connection failure on agent node
9797
- blobfuse
9898

99-
Blobfuse mount will fail due to incorrect storage account name, key or container name, run below commands to check whether blobfuse mount would work on agent node:
99+
To check if blobfuse mount would work on the agent node, run the following commands to verify that the storage account name, key, and container name are correct. If any of these are incorrect, the blobfuse mount will fail:
100100
```console
101101
mkdir test
102102
export AZURE_STORAGE_ACCOUNT=
@@ -105,6 +105,7 @@ export AZURE_STORAGE_ACCESS_KEY=
105105
# export AZURE_STORAGE_BLOB_ENDPOINT=accountname.blob.core.chinacloudapi.cn
106106
blobfuse test --container-name=CONTAINER-NAME --tmp-path=/tmp/blobfuse -o allow_other --file-cache-timeout-in-seconds=120
107107
```
108+
> You can find more detailed information about environment variables at https://github.com/Azure/azure-storage-fuse#environment-variables.
108109
109110
- NFSv3
110111

0 commit comments

Comments
 (0)