Skip to content

Commit 15c2847

Browse files
authored
Update csi-debug.md
1 parent 25a7347 commit 15c2847

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/csi-debug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ csi-smb-node-dr4s4 3/3 Running 0 7m4s 1
2727
```console
2828
$ kubectl logs csi-smb-node-cvgbs -c smb -n kube-system > csi-smb-node.log
2929
```
30+
31+
### troubleshooting connection failure on agent node
32+
```console
33+
mkdir /tmp/test
34+
sudo mount -v -t cifs //smb-server/fileshare /tmp/test -o ...
35+
```

0 commit comments

Comments
 (0)