From b8e368b6eafbbc4cd7faebf5d7403972814130f6 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 12 May 2022 08:59:09 +0800 Subject: [PATCH] Update csi-debug.md --- docs/csi-debug.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/csi-debug.md b/docs/csi-debug.md index bb7f72a77..40ddfec8a 100644 --- a/docs/csi-debug.md +++ b/docs/csi-debug.md @@ -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