Update csi-debug.md

This commit is contained in:
Andy Zhang 2022-05-12 08:59:09 +08:00 committed by GitHub
parent 3ca42a3c52
commit b8e368b6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ change below deployment config, e.g.
### troubleshooting connection failure on agent node
- On Linux node
> get `/var/log/messages` and `dmesg` output when there is mount failure on Linux node
```console
mkdir /tmp/test
sudo mount -v -t cifs //smb-server/fileshare /tmp/test -o vers=3.0,username=accountname,password=accountkey,dir_mode=0777,file_mode=0777,cache=strict,actimeo=30