Skip to content

Commit 335ce9e

Browse files
authored
Update csi-debug.md
1 parent 3b9bb2d commit 335ce9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/csi-debug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ $ kubectl logs csi-blob-node-cvgbs -c blob -n kube-system > csi-blob-node.log
3434
blobfuse 1.2.4
3535
```
3636

37+
### check blobfuse mount on the agent node
38+
```console
39+
# mount | grep blobfuse | uniq
40+
```
41+
3742
### troubleshooting connection failure on agent node
3843
- blobfuse
3944

0 commit comments

Comments
 (0)