Skip to content

Commit 7d925ae

Browse files
authored
Update csi-debug.md
1 parent ff89c25 commit 7d925ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/csi-debug.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ kubectl logs csi-blob-node-cvgbs -c blob -n kube-system > csi-blob-node.log
3737
> note: to watch logs in realtime from multiple `csi-blob-node` DaemonSet pods simultaneously, run the command:
3838
> ```console
3939
> kubectl logs daemonset/csi-blob-node -c blob -n kube-system -f
40+
> ```
41+
> get blobfuse-proxy logs on the node
42+
> ```console
43+
> journalctl -u blobfuse-proxy -l
4044
> ```
4145
4246
- check blobfuse mount inside driver

0 commit comments

Comments
 (0)