We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3a142 commit 0dc8798Copy full SHA for 0dc8798
docs/csi-debug.md
@@ -102,6 +102,12 @@ mount | grep blobfuse | uniq
102
>
103
> You can find more detailed information about blobfuse environment variables at https://github.com/Azure/azure-storage-fuse#environment-variables.
104
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
+
111
- blobfuse mount with account key authentication
112
```console
113
mkdir test
0 commit comments