Skip to content

Commit 29a07ac

Browse files
authored
Update csi-debug.md
1 parent db4e92d commit 29a07ac

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
@@ -26,6 +26,11 @@ csi-smb-node-dr4s4 3/3 Running 0 7m4s 1
2626
- get csi driver logs
2727
```console
2828
$ kubectl logs csi-smb-node-cvgbs -c smb -n kube-system > csi-smb-node.log
29+
```
30+
31+
- check cifs mount inside driver
32+
```console
33+
kubectl exec -it csi-smb-node-cvgbs -n kube-system -c smb -- mount | grep cifs
2934
```
3035

3136
#### Update driver version quickly by editing driver deployment directly

0 commit comments

Comments
 (0)