Skip to content

Commit 832483c

Browse files
authored
Update csi-debug.md
1 parent 94dab43 commit 832483c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/csi-debug.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CSI driver troubleshooting guide
22
### Case#1: volume create/delete issue
3-
> This step is not applicable if you are using [managed CSI driver on AKS](https://docs.microsoft.com/en-us/azure/aks/azure-csi-blob-storage-dynamic).
3+
> If you are using [managed CSI driver on AKS](https://docs.microsoft.com/en-us/azure/aks/azure-csi-blob-storage-dynamic), this step does not apply since the driver controller is not visible.
44
- find csi driver controller pod
55
> There could be multiple controller pods (only one pod is the leader), if there are no helpful logs, try to get logs from the leader controller pod.
66
```console
@@ -85,6 +85,10 @@ blobfuse2 -v
8585
blobfuse2 version 2.3.0
8686
</pre>
8787

88+
### get os version on the node
89+
```console
90+
uname -a
91+
```
8892
### check blobfuse mount on the agent node
8993
```console
9094
mount | grep blobfuse | uniq

0 commit comments

Comments
 (0)