Skip to content

Commit 0dc8798

Browse files
authored
Update csi-debug.md
1 parent fe3a142 commit 0dc8798

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/csi-debug.md

+6
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ mount | grep blobfuse | uniq
102102
>
103103
> You can find more detailed information about blobfuse environment variables at https://github.com/Azure/azure-storage-fuse#environment-variables.
104104
105+
- check whether blob storage account is accessible on the node
106+
```console
107+
nslookup accountname.blob.core.windows.net
108+
nc -v -w 2 accountname.blob.core.windows.net 443
109+
```
110+
105111
- blobfuse mount with account key authentication
106112
```console
107113
mkdir test

0 commit comments

Comments
 (0)