Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIFS Mount not performed despite logs indicating "mount succeeded" #443

Closed
NPellet opened this issue Apr 5, 2022 · 10 comments
Closed

CIFS Mount not performed despite logs indicating "mount succeeded" #443

NPellet opened this issue Apr 5, 2022 · 10 comments
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@NPellet
Copy link

NPellet commented Apr 5, 2022

EDIT:
Jump to this comment to understand the issue.

Basically I'm running microk8s and the mount points proposed in csi-smb-node.yaml need to be adjusted.


What happened:
I'm trying to mount a Samba share as a PV/PVC.
The logs of csi-smb-node (ctn smb) indicate that it should all be ok

I0405 12:52:39.254538       1 utils.go:83] GRPC response: {"node_id":"ce505ll.csem.local"}
I0405 12:56:29.536600       1 utils.go:76] GRPC call: /csi.v1.Node/NodeStageVolume
I0405 12:56:29.536646       1 utils.go:77] GRPC request: {"secrets":"***stripped***","staging_target_path":"/var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount","volume_capability":{"AccessType":{"Mount":{"mount_flags":["dir_mode=0777","file_mode=0777","vers=3.0","domain=XEM"]}},"access_mode":{"mode":3}},"volume_context":{"source":"//srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/"},"volume_id":"pv-emps-photos"}
I0405 12:56:29.538059       1 nodeserver.go:190] NodeStageVolume: targetPath(/var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount) volumeID(pv-emps-photos) context(map[source://srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/]) mountflags([dir_mode=0777 file_mode=0777 vers=3.0 domain=XEM]) mountOptions([dir_mode=0777 file_mode=0777 vers=3.0 domain=XEM])
I0405 12:56:29.538925       1 mount_linux.go:183] Mounting cmd (mount) with arguments (-t cifs -o dir_mode=0777,file_mode=0777,vers=3.0,domain=XEM,<masked> //srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/ /var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount)
I0405 12:56:29.577874       1 nodeserver.go:219] volume(pv-emps-photos) mount "//srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/" on "/var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount" succeeded
I0405 12:56:29.577919       1 utils.go:83] GRPC response: {}
I0405 12:56:29.594202       1 utils.go:76] GRPC call: /csi.v1.Node/NodePublishVolume
I0405 12:56:29.594220       1 utils.go:77] GRPC request: {"staging_target_path":"/var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount","target_path":"/var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount","volume_capability":{"AccessType":{"Mount":{"mount_flags":["dir_mode=0777","file_mode=0777","vers=3.0","domain=XEM"]}},"access_mode":{"mode":3}},"volume_context":{"csi.storage.k8s.io/ephemeral":"false","csi.storage.k8s.io/pod.name":"a-rpbl5","csi.storage.k8s.io/pod.namespace":"default","csi.storage.k8s.io/pod.uid":"8ef2c551-11f3-4055-b00b-b76d97b3de34","csi.storage.k8s.io/serviceAccount.name":"default","source":"//srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/"},"volume_id":"pv-emps-photos"}
I0405 12:56:29.594934       1 nodeserver.go:78] NodePublishVolume: mounting /var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount at /var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount with mountOptions: [bind] volumeID(pv-emps-photos)
I0405 12:56:29.594957       1 mount_linux.go:183] Mounting cmd (mount) with arguments ( -o bind /var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount /var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount)
I0405 12:56:29.596688       1 mount_linux.go:183] Mounting cmd (mount) with arguments ( -o bind,remount /var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount /var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount)
I0405 12:56:29.598363       1 nodeserver.go:85] NodePublishVolume: mount /var/snap/microk8s/common/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pv-emps-photos/globalmount at /var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount volumeID(pv-emps-photos) successfully
I0405 12:56:29.598383       1 utils.go:83] GRPC response: {}

However, the staging mount is not actually performed on the node:

$ df
[... many unrelated host mounts]
/dev/sdb3                                                                                                            460433800       73756   455655256   1% /mnt/tmp
overlay                                                                                                             2112727980   542794080  1548442692  26% /export/docker/overlay2/0d0856c2f065455a96c34e2e166eb847deb503730588050b4a90085e83d9a393/merged
overlay                                                                                                             2112727980   542794080  1548442692  26% /export/docker/overlay2/78ac256dce016b2330da145f37071e3955e29f42bebb1984ccf6510b1f8efbd5/merged
shm                                                                                                                      65536           0       65536   0% /export/docker/containers/83207696bee22cf1bf593bf9bc44190e0dcd21f43f97c41f20dce9f36f772382/mounts/shm
tmpfs                                                                                                                   614400          12      614388   1% /var/snap/microk8s/common/var/lib/kubelet/pods/997f7b50-6b4b-419a-a8d8-39eb5860e224/volumes/kubernetes.io~projected/kube-api-access-4cr2z
shm                                                                                                                      65536           0       65536   0% /var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9afe264a9e9c779af27bb74d0b2f0789ee769cc570ec2233d0c1531f07724feb/shm
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/9afe264a9e9c779af27bb74d0b2f0789ee769cc570ec2233d0c1531f07724feb/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/3971abde6906163c0f7e3eb7d564b20cfdd6fea8dc9770e0652855a1974d63f8/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/040a28aa5daa7ea7c1c2537bf03c6c43d84e9ad3921ffd0fd63dc5ae93dda785/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/3822ff9e662a8c44663891f7f72433b2f44ba5802e939ecb2379283b50abcad0/rootfs
tmpfs                                                                                                                   409600          12      409588   1% /var/snap/microk8s/common/var/lib/kubelet/pods/359ec9fd-c762-46ba-8f7a-cb591bdaa37b/volumes/kubernetes.io~projected/kube-api-access-k65h5
shm                                                                                                                      65536           0       65536   0% /var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a5863435b7a1c924a5dbfd21a49a9f7767e2728c388ea29e26f695f7c5d1c79/shm
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/2a5863435b7a1c924a5dbfd21a49a9f7767e2728c388ea29e26f695f7c5d1c79/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/28e4f4be53dd7fdb0b9c655340507dc9e8c9db290323a2b653365f864be3f7b0/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/df314e29dbe8f3f51e7ff7a88f02ab0e356a349fb1b777c262514cb7ba16ca9b/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/1916b26d69fa0564859c9480e059e142dbef645a106d134f2b871039c04d6ce7/rootfs
[Note here an NFS mount from another PV with another provider, but from the same pod/container]
ce508ll.csem.local:/export/scratch/replicated/k8s/default-pvc-avatars-nfs-pvc-fa3557b5-4ade-43de-ae88-5e3a74f00bad   702351360   355532800   311070720  54% /var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~nfs/pvc-fa3557b5-4ade-43de-ae88-5e3a74f00bad
tmpfs                                                                                                                 32723264          12    32723252   1% /var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~projected/kube-api-access-2dztc
shm                                                                                                                      65536           0       65536   0% /var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/69377a4f077583c4f4cfb50e9d0c7b769cd4a06a605ba23f26f10bd683771b14/shm
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/69377a4f077583c4f4cfb50e9d0c7b769cd4a06a605ba23f26f10bd683771b14/rootfs
overlay                                                                                                               26632252    21870220     3386136  87% /var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/7a83af717d087519275fc4b42912791408f4601f2f80ddaf2cd9ac720f7120d2/rootfs

(Note how the NFS volume mounted properly, for the same pod/container)
Also, mounting the share manually (with sudo mount -t cifs) using the options provided in the logs (+credentials) works fine and performs the mount.
The folder in the container is created but remains empty and points to /dev/sdb2 instead of a correct mount. My NFS mount works fine so I'd expect my config to be ok too.

What you expected to happen:
A mounted volume, or a failure trown from here https://github.com/kubernetes/mount-utils/blob/6e81bcc03fc8c22aa460c3c4bd32a7ad602abd6c/mount_linux.go#L144

How to reproduce it:
I'm assuming it's a problem with my system, given that the logs indicate correct mounting. But I just can't figure out why it's not actually mounting.

Anything else we need to know?:

Environment:

  • CSI Driver version: v1.6.0
  • Kubernetes version (use kubectl version): 1.23
  • OS (e.g. from /etc/os-release): Ubuntu 18.04
  • Kernel (e.g. uname -a): 5.4.0-42-generic
  • Install tools: ?
  • Others: Go 1.17.8
@andyzhangx
Copy link
Member

so finally the volume is mounted on the directory on the agent node instead of a smb mount?
could you check the dmesg and /var/log/messages logs whether the smb mount failed?

@NPellet
Copy link
Author

NPellet commented Apr 5, 2022

I enabled the crazy-level CIFS logging and compared with a manual mount. The two are awfully similar, and no error is thrown The dmesg for the csi mount:

[1060002.992000] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: In echo request
[1060002.992048] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=72
[1060002.992337] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x44
[1060002.992341] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 68
[1060002.992343] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 1 credits total=512
root@ce505ll://var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount# dmesg -c
root@ce505ll://var/snap/microk8s/common/var/lib/kubelet/pods/8ef2c551-11f3-4055-b00b-b76d97b3de34/volumes/kubernetes.io~csi/pv-emps-photos/mount# dmesg
[1060034.414178] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: Devname: //srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/ flags: 0
[1060034.414233] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Domain name set
[1060034.414245] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Username: npt
[1060034.414250] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: file mode: 0777  dir mode: 0777
[1060034.414253] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: in mount_get_conns as Xid: 311 with uid: 0
[1060034.414255] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: UNC: \\srvne124.CSEM.LOCAL\media
[1060034.414269] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Socket created
[1060034.414271] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: sndbuf 16384 rcvbuf 131072 rcvtimeo 0x6d6
[1060034.414815] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/fscache.c: cifs_fscache_get_client_cookie: (0x00000000a937a04d/0x000000005488f10c)
[1060034.414820] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: in cifs_get_smb_ses as Xid: 312 with uid: 0
[1060034.414822] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Existing smb sess not found
[1060034.414828] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Negotiate protocol
[1060034.414850] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=106
[1060034.414923] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Demultiplex PID: 12625
[1060034.415547] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0xf8
[1060034.415564] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 120 offset 128
[1060034.415566] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 248
[1060034.415585] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=0 mid=0 state=4
[1060034.415606] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.415611] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: mode 0x1
[1060034.415613] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: negotiated smb3.0 dialect
[1060034.415621] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/asn1.c: OID len = 10 oid = 0x1 0x3 0x6 0x1
[1060034.415625] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/asn1.c: OID len = 7 oid = 0x1 0x2 0x348 0xbb92
[1060034.415628] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/asn1.c: OID len = 7 oid = 0x1 0x2 0x348 0x1bb92
[1060034.415631] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/asn1.c: OID len = 8 oid = 0x1 0x2 0x348 0x1bb92
[1060034.415634] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/asn1.c: OID len = 10 oid = 0x1 0x3 0x6 0x1
[1060034.415638] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Security Mode: 0x1 Capabilities: 0x300067 TimeAdjust: 0
[1060034.415640] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Session Setup
[1060034.415643] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: sess setup type 4
[1060034.415657] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=124
[1060034.418206] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x10e
[1060034.418217] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 198 offset 72
[1060034.418219] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 270
[1060034.418239] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=1 mid=1 state=4
[1060034.418243] Status code returned 0xc0000016 STATUS_MORE_PROCESSING_REQUIRED
[1060034.418250] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2maperror.c: Mapping SMB2 status code 0xc0000016 to POSIX err -5
[1060034.418253] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.418259] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: rawntlmssp session setup challenge phase
[1060034.418322] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=366
[1060034.438672] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x48
[1060034.438677] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 0 offset 72
[1060034.438678] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 73
[1060034.438679] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 73 length 72 mismatch mid 2
[1060034.438689] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=1 mid=2 state=4
[1060034.438690] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.438701] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2/3 session established successfully
[1060034.438703] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 312) rc = 0
[1060034.438706] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: in cifs_setup_ipc as Xid: 313 with uid: 0
[1060034.438707] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: TCON
[1060034.438714] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=130
[1060034.438946] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x50
[1060034.438949] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 80
[1060034.438950] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 64 credits total=193
[1060034.438956] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=3 mid=3 state=4
[1060034.438957] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.438959] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: connection to pipe share
[1060034.438960] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: validate negotiate
[1060034.438961] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2 IOCTL
[1060034.438971] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=152
[1060034.439184] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x88
[1060034.439187] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 24 offset 112
[1060034.439188] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 136
[1060034.439189] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=202
[1060034.439194] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=11 mid=4 state=4
[1060034.439195] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.439197] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: validate negotiate info successful
[1060034.439198] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: leaving cifs_setup_ipc (xid = 313) rc = 0
[1060034.439199] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: IPC tcon rc = 0 ipc tid = 1
[1060034.439201] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: in cifs_get_tcon as Xid: 314 with uid: 0
[1060034.439201] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: TCON
[1060034.439204] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=132
[1060034.439425] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x50
[1060034.439426] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 80
[1060034.439427] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 64 credits total=265
[1060034.439432] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=3 mid=5 state=4
[1060034.439433] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.439434] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: connection to disk share
[1060034.439435] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: validate negotiate
[1060034.439435] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2 IOCTL
[1060034.439440] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=152
[1060034.439649] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x88
[1060034.439651] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 24 offset 112
[1060034.439652] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 136
[1060034.439652] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=274
[1060034.439657] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=11 mid=6 state=4
[1060034.439658] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.439660] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: validate negotiate info successful
[1060034.439661] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: leaving cifs_get_tcon (xid = 314) rc = 0
[1060034.439661] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Tcon rc = 0
[1060034.439664] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/fscache.c: cifs_fscache_get_super_cookie: (0x000000005488f10c/0x00000000b163a67d)
[1060034.439671] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=340
[1060034.439985] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x1d0
[1060034.439986] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 136 offset 152
[1060034.439987] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 288
[1060034.439989] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 104 offset 72
[1060034.439989] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 176
[1060034.439990] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 20 credits total=292
[1060034.439995] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=7 state=4
[1060034.439996] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=8 state=4
[1060034.439996] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.439997] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.439999] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2 IOCTL
[1060034.440002] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=125
[1060034.440196] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x1a0
[1060034.440212] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 304 offset 112
[1060034.440213] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 416
[1060034.440215] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=301
[1060034.440225] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=11 mid=9 state=4
[1060034.440226] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060034.440229] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: adding iface 0
[1060034.440230] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: speed 10000000000 bps
[1060034.440231] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: capabilities 0x00000001
[1060034.440232] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: ipv6 fe80:0000:0000:0000:f1ca:0371:9336:4091
[1060034.440232] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: adding iface 1
[1060034.440234] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: speed 10000000000 bps
[1060034.440235] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: capabilities 0x00000001
[1060034.440236] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: ipv4 138.131.150.124
[1060034.440238] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 5
[1060034.440242] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=109
[1060034.440430] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x5c
[1060034.440433] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 20 offset 72
[1060034.440435] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=310
[1060034.440442] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 4
[1060034.440670] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 8 offset 72
[1060034.440672] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=319
[1060034.440679] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 1
[1060034.440922] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=328
[1060034.440928] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 11
[1060034.441182] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=337
[1060034.441193] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dfs_cache.c: do_dfs_cache_find: search path: \srvne124.CSEM.LOCAL\media
[1060034.441194] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dfs_cache.c: do_dfs_cache_find: cache miss
[1060034.441195] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dfs_cache.c: do_dfs_cache_find: DFS referral request for \srvne124.CSEM.LOCAL\media
[1060034.441197] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: smb2_get_dfs_refer: path: \srvne124.CSEM.LOCAL\media
[1060034.441201] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2 IOCTL
[1060034.441463] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 73 length 72 mismatch mid 14
[1060034.441474] Status code returned 0xc000019c STATUS_FS_DRIVER_REQUIRED
[1060034.441477] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2maperror.c: Mapping SMB2 status code 0xc000019c to POSIX err -95
[1060034.441481] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: is_path_remote: full_path: \photo\Emp_\mid_res\
[1060034.441483] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060034.441792] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060034.442039] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060034.442344] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060034.442598] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060034.442880] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060034.443088] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060034.443315] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060034.443483] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 311) rc = 0
[1060034.443545] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: in cifs_root_iget as Xid: 315 with uid: 0
[1060034.443546] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on
[1060034.443548] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: found a cached root file handle
[1060034.443550] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: looking for uniqueid=281474976798493
[1060034.443558] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976798493
[1060034.443559] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976798493 is new
[1060034.443560] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: leaving cifs_root_iget (xid = 315) rc = 0
[1060034.443562] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: Get root dentry for \photo\Emp_\mid_res\
[1060034.443563] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: CIFS VFS: in cifs_lookup as Xid: 316 with uid: 0
[1060034.443564] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: parent inode = 0x00000000765b7ca2 name is: photo and dentry = 0x00000000e2daf254
[1060034.443565] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo
[1060034.443566] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: NULL inode in lookup
[1060034.443567] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: Full path: \photo inode = 0x0000000000000000
[1060034.443567] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo
[1060034.443814] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 25
[1060034.443821] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: looking for uniqueid=281474976800147
[1060034.443824] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976800147
[1060034.443825] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976800147 is new
[1060034.443826] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: CIFS VFS: leaving cifs_lookup (xid = 316) rc = 0
[1060034.443827] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: CIFS VFS: in cifs_lookup as Xid: 317 with uid: 0
[1060034.443828] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: parent inode = 0x000000000b0a5856 name is: Emp_ and dentry = 0x00000000898d99e6
[1060034.443829] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \Emp_
[1060034.443830] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo\Emp_
[1060034.443830] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: NULL inode in lookup
[1060034.443831] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: Full path: \photo\Emp_ inode = 0x0000000000000000
[1060034.443831] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo\Emp_
[1060034.444584] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 28
[1060034.444599] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: looking for uniqueid=281474976800148
[1060034.444612] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976800148
[1060034.444613] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976800148 is new
[1060034.444615] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: CIFS VFS: leaving cifs_lookup (xid = 317) rc = 0
[1060034.444619] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: CIFS VFS: in cifs_lookup as Xid: 318 with uid: 0
[1060034.444620] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: parent inode = 0x00000000985b53d1 name is: mid_res and dentry = 0x000000009f43a49a
[1060034.444621] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \mid_res
[1060034.444622] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \Emp_\mid_res
[1060034.444623] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo\Emp_\mid_res
[1060034.444623] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: NULL inode in lookup
[1060034.444625] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: Full path: \photo\Emp_\mid_res inode = 0x0000000000000000
[1060034.444625] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo\Emp_\mid_res
[1060034.444940] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 31
[1060034.444950] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: looking for uniqueid=281474976801258
[1060034.444954] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976801258
[1060034.444954] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976801258 is new
[1060034.444956] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: CIFS VFS: leaving cifs_lookup (xid = 318) rc = 0
[1060034.444957] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: dentry root is: 000000009f43a49a

[1060064.432191] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: In echo request
[1060064.432221] __smb_send_rqst: 15 callbacks suppressed
[1060064.432224] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=72
[1060064.432581] cifs_demultiplex_thread: 15 callbacks suppressed
[1060064.432585] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x44
[1060064.432597] smb2_calc_size: 22 callbacks suppressed
[1060064.432599] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 68
[1060064.432603] smb2_add_credits: 12 callbacks suppressed
[1060064.432606] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 1 credits total=512
[1060095.152219] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: In echo request
[1060095.152260] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=72
[1060095.152624] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x44
[1060095.152637] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 68
[1060095.152642] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 1 credits total=499
[1060125.872346] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: In echo request
[1060125.872372] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=72
[1060125.872707] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x44
[1060125.872720] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 68
[1060125.872726] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 1 credits total=512
[1060127.117858] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: in cifs_revalidate_dentry_attr as Xid: 319 with uid: 0
[1060127.117864] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \WGP-PUBLICATIONS-DIV-E
[1060127.117870] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Update attributes: \WGP-PUBLICATIONS-DIV-E inode 0x0000000022c534cf count 1 dentry: 0x00000000e0041e84 d_time 4452479925 jiffies 4559923511
[1060127.117873] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \WGP-PUBLICATIONS-DIV-E
[1060127.117921] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=388
[1060127.118516] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x230
[1060127.118527] smb2_calc_size: 13 callbacks suppressed
[1060127.118530] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060127.118532] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 208
[1060127.118541] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 146 offset 72
[1060127.118542] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 218
[1060127.118546] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 218 length 224 mismatch mid 7567
[1060127.118553] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 124
[1060127.118556] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 7568
[1060127.118559] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 3 credits total=512
[1060127.118620] cifs_sync_mid_result: 22 callbacks suppressed
[1060127.118626] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=7566 state=4
[1060127.118633] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=7567 state=4
[1060127.118637] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=6 mid=7568 state=4
[1060127.118640] cifs_small_buf_release: 22 callbacks suppressed
[1060127.118643] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060127.118647] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060127.118650] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060127.118666] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 20090320
[1060127.118670] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 20090320 is unchanged
[1060127.118675] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: leaving cifs_revalidate_dentry_attr (xid = 319) rc = 0
[1060127.122168] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: CIFS VFS: in cifs_statfs as Xid: 320 with uid: 0
[1060127.122196] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=348
[1060127.122729] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x1b8
[1060127.122741] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060127.122744] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 208
[1060127.122752] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 32 offset 72
[1060127.122754] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 104
[1060127.122760] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 124
[1060127.122764] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 7571
[1060127.122767] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 3 credits total=512
[1060127.122792] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=7569 state=4
[1060127.122798] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=7570 state=4
[1060127.122803] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=6 mid=7571 state=4
[1060127.122806] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060127.122811] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060127.122813] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060127.122821] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: CIFS VFS: leaving cifs_statfs (xid = 320) rc = 0
[1060156.592364] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: In echo request
[1060156.592396] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=72
[1060156.592918] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x44
[1060156.592932] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 68
[1060156.592938] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 1 credits total=499

Except for the fact that a samba session already exists when using a manual mount (I guess some kind of persistance) :

Manual mount

[1060355.696519] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: Devname: //srvne124.CSEM.LOCAL/media/photo/Emp_/mid_res/ flags: 0
[1060355.696589] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Domain name set
[1060355.696608] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Username: npt
[1060355.696614] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: file mode: 0777  dir mode: 0777
[1060355.696619] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: in mount_get_conns as Xid: 329 with uid: 0
[1060355.696621] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: UNC: \\srvne124.CSEM.LOCAL\media
[1060355.696625] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Existing tcp session with server found
[1060355.696628] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: in cifs_get_smb_ses as Xid: 330 with uid: 0
[1060355.696631] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Existing smb sess found (status=1)
[1060355.696635] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 330) rc = 0
[1060355.696638] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: Found match on UNC path
[1060355.696641] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: cifs_put_smb_ses: ses_count=2
[1060355.696644] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: found a cached root file handle
[1060355.696647] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2 IOCTL
[1060355.696677] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=125
[1060355.697128] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x1a0
[1060355.697151] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 304 offset 112
[1060355.697153] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 416
[1060355.697159] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=508
[1060355.697188] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=11 mid=37 state=4
[1060355.697195] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.697205] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: adding iface 0
[1060355.697210] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: speed 10000000000 bps
[1060355.697214] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: capabilities 0x00000001
[1060355.697218] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: ipv6 fe80:0000:0000:0000:f1ca:0371:9336:4091
[1060355.697220] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: adding iface 1
[1060355.697222] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: speed 10000000000 bps
[1060355.697225] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: capabilities 0x00000001
[1060355.697228] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: parse_server_interfaces: ipv4 138.131.150.124
[1060355.697232] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 5
[1060355.697251] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=109
[1060355.697576] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x5c
[1060355.697581] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 20 offset 72
[1060355.697583] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 92
[1060355.697586] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=517
[1060355.697642] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=38 state=4
[1060355.697647] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.697653] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 4
[1060355.697671] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=109
[1060355.697922] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x50
[1060355.697928] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 8 offset 72
[1060355.697930] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 80
[1060355.697933] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=526
[1060355.697983] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=39 state=4
[1060355.697988] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.697995] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 1
[1060355.698014] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=109
[1060355.698327] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x6a
[1060355.698340] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 34 offset 72
[1060355.698342] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 106
[1060355.698347] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=535
[1060355.698410] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=40 state=4
[1060355.698415] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.698421] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Query FSInfo level 11
[1060355.698439] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=109
[1060355.698748] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x64
[1060355.698761] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 28 offset 72
[1060355.698764] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 100
[1060355.698768] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=544
[1060355.698830] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=41 state=4
[1060355.698835] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.698845] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dfs_cache.c: do_dfs_cache_find: search path: \srvne124.CSEM.LOCAL\media
[1060355.698847] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dfs_cache.c: do_dfs_cache_find: cache miss
[1060355.698850] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dfs_cache.c: do_dfs_cache_find: DFS referral request for \srvne124.CSEM.LOCAL\media
[1060355.698853] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: smb2_get_dfs_refer: path: \srvne124.CSEM.LOCAL\media
[1060355.698862] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: SMB2 IOCTL
[1060355.698882] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=180
[1060355.699185] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x48
[1060355.699200] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 0 offset 0
[1060355.699202] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 73
[1060355.699206] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 73 length 72 mismatch mid 42
[1060355.699210] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=553
[1060355.699271] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=11 mid=42 state=4
[1060355.699278] Status code returned 0xc000019c STATUS_FS_DRIVER_REQUIRED
[1060355.699287] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2maperror.c: Mapping SMB2 status code 0xc000019c to POSIX err -95
[1060355.699290] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.699300] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: is_path_remote: full_path: \photo\Emp_\mid_res\
[1060355.699307] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060355.699326] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=188
[1060355.699731] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0xd0
[1060355.699744] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060355.699746] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 208
[1060355.699750] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=562
[1060355.699811] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=43 state=4
[1060355.699816] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.699824] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060355.699842] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=92
[1060355.700171] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x7c
[1060355.700183] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 124
[1060355.700188] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=571
[1060355.700248] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=6 mid=44 state=4
[1060355.700253] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.700263] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060355.700282] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=164
[1060355.700646] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0xd0
[1060355.700702] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060355.700705] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 208
[1060355.700710] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=580
[1060355.700812] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=45 state=4
[1060355.700824] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.700843] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060355.700873] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=92
[1060355.701138] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x7c
[1060355.701203] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 124
[1060355.701214] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 10 credits total=589
[1060355.701258] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=6 mid=46 state=4
[1060355.701269] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060355.701284] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060355.701720] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060355.701759] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060355.702085] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: create/open
[1060355.702408] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060355.702431] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2pdu.c: Close
[1060355.702670] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 329) rc = 0
[1060355.702679] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: Use existing superblock
[1060355.702684] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: cifs_put_tcon: tc_count=2
[1060355.702688] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: Get root dentry for \photo\Emp_\mid_res\
[1060355.702695] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: in cifs_revalidate_dentry_attr as Xid: 331 with uid: 0
[1060355.702699] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo
[1060355.702705] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Update attributes: \photo inode 0x000000000b0a5856 count 1 dentry: 0x00000000e2daf254 d_time 4559900343 jiffies 4559980657
[1060355.702708] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo
[1060355.703059] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 53
[1060355.703092] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976800147
[1060355.703095] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976800147 is unchanged
[1060355.703099] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: leaving cifs_revalidate_dentry_attr (xid = 331) rc = 0
[1060355.703105] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: in cifs_revalidate_dentry_attr as Xid: 332 with uid: 0
[1060355.703107] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \Emp_
[1060355.703109] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo\Emp_
[1060355.703114] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Update attributes: \photo\Emp_ inode 0x00000000985b53d1 count 1 dentry: 0x00000000898d99e6 d_time 4559900343 jiffies 4559980657
[1060355.703116] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo\Emp_
[1060355.703449] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 56
[1060355.703477] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976800148
[1060355.703482] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976800148 is unchanged
[1060355.703486] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: leaving cifs_revalidate_dentry_attr (xid = 332) rc = 0
[1060355.703491] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: in cifs_revalidate_dentry_attr as Xid: 333 with uid: 0
[1060355.703493] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \mid_res
[1060355.703495] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \Emp_\mid_res
[1060355.703497] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo\Emp_\mid_res
[1060355.703502] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Update attributes: \photo\Emp_\mid_res inode 0x0000000036b496b2 count 1 dentry: 0x000000009f43a49a d_time 4559900343 jiffies 4559980657
[1060355.703504] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo\Emp_\mid_res
[1060355.703829] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 59
[1060355.703856] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976801258
[1060355.703858] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976801258 is unchanged
[1060355.703862] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: leaving cifs_revalidate_dentry_attr (xid = 333) rc = 0
[1060355.703865] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: dentry root is: 000000009f43a49a

I wanted to check if perhaps the samba share was being magically somehow unmounted, so I cleared dmesg and run the umount, and behold

[1060870.216766] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: in cifs_revalidate_dentry_attr as Xid: 334 with uid: 0
[1060870.216768] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \mid_res
[1060870.216769] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \Emp_\mid_res
[1060870.216770] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/dir.c: name: \photo\Emp_\mid_res
[1060870.216772] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Update attributes: \photo\Emp_\mid_res inode 0x0000000036b496b2 count 1 dentry: 0x000000009f43a49a d_time 4559900343 jiffies 4560109285
[1060870.216773] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: Getting info on \photo\Emp_\mid_res
[1060870.216790] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=380
[1060870.217478] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x200
[1060870.217495] smb2_calc_size: 6 callbacks suppressed
[1060870.217495] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060870.217496] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 208
[1060870.217498] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 104 offset 72
[1060870.217499] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 176
[1060870.217501] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 124
[1060870.217502] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 69
[1060870.217503] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 30 credits total=733
[1060870.217509] cifs_sync_mid_result: 13 callbacks suppressed
[1060870.217511] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=67 state=4
[1060870.217513] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=68 state=4
[1060870.217514] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=6 mid=69 state=4
[1060870.217515] cifs_small_buf_release: 13 callbacks suppressed
[1060870.217516] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060870.217517] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060870.217517] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060870.217522] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 281474976801258
[1060870.217523] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: cifs_revalidate_cache: inode 281474976801258 is unchanged
[1060870.217524] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/inode.c: CIFS VFS: leaving cifs_revalidate_dentry_attr (xid = 334) rc = 0
[1060870.217643] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: CIFS VFS: in cifs_statfs as Xid: 335 with uid: 0
[1060870.217650] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: Sending smb: smb_len=348
[1060870.217988] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/connect.c: RFC1002 header 0x1b8
[1060870.217992] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 56 offset 152
[1060870.217992] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 208
[1060870.217996] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 data length 32 offset 72
[1060870.217997] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 104
[1060870.218000] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: SMB2 len 124
[1060870.218001] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2misc.c: Calculated size 124 length 128 mismatch mid 72
[1060870.218016] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/smb2ops.c: add 30 credits total=760
[1060870.218022] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=5 mid=70 state=4
[1060870.218025] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=16 mid=71 state=4
[1060870.218026] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/transport.c: cifs_sync_mid_result: cmd=6 mid=72 state=4
[1060870.218030] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060870.218031] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060870.218032] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
[1060870.218035] /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/fs/cifs/cifsfs.c: CIFS VFS: leaving cifs_statfs (xid = 335) rc = 0

Which looks very much like the logs in the CSI mount (starting from 1060127.117858) (it's a bit hard to see in Github but I have them side by side in VSCode)
So I'm pretty sure an umount is called, question is by whom...

Here's df from within the running container. I expected the CIFS share to be mounted in /src, but...

/dev/sdb1             26632252  21901168   3355188  87% /src
ce508ll.csem.local:/export/scratch/replicated/k8s/default-pvc-avatars-nfs-pvc-fa3557b5-4ade-43de-ae88-5e3a74f00bad
                     702351360 355534848 311069696  53% /dst
/dev/sdb1             26632252  21901168   3355188  87% /etc/hosts

(/dst is my NFS share)

So now I have to find out why is my share being unmounted...

@NPellet
Copy link
Author

NPellet commented Apr 11, 2022

Sorry I think I'm narrowing down my issues

path: /var/lib/kubelet/

This is indicating a host mount that is not valid for microk8s.
I'll try to change it to the correct distro install path and see if that's better.

More on that tomorrow

@NPellet
Copy link
Author

NPellet commented Apr 13, 2022

Got it to work by changing the mount points to match microk8s paths:

[...]
        - name: smb
          image: mcr.microsoft.com/k8s/csi/smb-csi:latest
          imagePullPolicy: IfNotPresent
          args:
            - "--v=5"
            - "--endpoint=$(CSI_ENDPOINT)"
            - "--nodeid=$(KUBE_NODE_NAME)"
            - "--metrics-address=0.0.0.0:29645"
          ports:
            - containerPort: 29643
              name: healthz
              protocol: TCP
          livenessProbe:
            failureThreshold: 5
            httpGet:
              path: /healthz
              port: healthz
            initialDelaySeconds: 30
            timeoutSeconds: 10
            periodSeconds: 30
          env:
            - name: CSI_ENDPOINT
              value: unix:///csi/csi.sock
            - name: KUBE_NODE_NAME
              valueFrom:
                fieldRef:
                  apiVersion: v1
                  fieldPath: spec.nodeName
          securityContext:
            privileged: true
          volumeMounts:
            - mountPath: /csi
              name: socket-dir
            - mountPath: /var/snap/microk8s/common/var/lib/kubelet/
              mountPropagation: Bidirectional
              name: mountpoint-dir
          resources:
            limits:
              memory: 200Mi
            requests:
              cpu: 10m
              memory: 20Mi
      volumes:
        - hostPath:
            path: /var/snap/microk8s/common/var/lib/kubelet/plugins/smb.csi.k8s.io
            type: DirectoryOrCreate
          name: socket-dir
        - hostPath:
            path: /var/snap/microk8s/common/var/lib/kubelet/
            type: DirectoryOrCreate
          name: mountpoint-dir
        - hostPath:
            path: /var/snap/microk8s/common/var/lib/kubelet/plugins_registry/
            type: DirectoryOrCreate
          name: registration-dir

Perhaps a quick mention in the docs might be warranted ?

@chemicstry
Copy link

chemicstry commented Jun 20, 2022

I had exactly the same problem and spent the whole day trying to figure it out. What's worse is that like mentioned, there are no errors.

If anyone is using helm charts, this can be fixed by creating custom value file with:

linux:
  kubelet: /var/snap/microk8s/common/var/lib/kubelet

and then deploying with:

helm install --create-namespace --namespace smb-system csi-driver-smb csi-driver-smb/csi-driver-smb --version v1.7.0 -f ./csi-driver-smb-custom.yaml

Also worth mentioning that --set linux.kubelet=/var/snap/microk8s/common/var/lib/kubelet does not work, because it does not merge dicts and instead overrides the entire linux config. Helm then proceeds to deploy windows configuration instead 🤷‍♂️

@andyzhangx
Copy link
Member

maybe someone could contribute a doc on https://microk8s.io/docs, similar to https://microk8s.io/docs/nfs

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 21, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Oct 21, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

@k8s-ci-robot k8s-ci-robot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2022
@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

5 participants