We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a7347 commit 15c2847Copy full SHA for 15c2847
docs/csi-debug.md
@@ -27,3 +27,9 @@ csi-smb-node-dr4s4 3/3 Running 0 7m4s 1
27
```console
28
$ kubectl logs csi-smb-node-cvgbs -c smb -n kube-system > csi-smb-node.log
29
```
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