https://rancher.com/ logo
Title
c

careful-article-61190

11/12/2022, 1:03 AM
Any one use cifs mounting in there kubernetes cluster ?
Warning  FailedMount  7s (x7 over 41s)  kubelet            MountVolume.SetUp failed for volume "config" : mount command failed, status: Failure, reason: cifs mount: failed to mount the network path: mount error(79): Can not access a needed shared library
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) root@devops-development-f1fc2e79-jsng7:~# Warning FailedMount 7s (x7 over 41s) kubelet MountVolume.SetUp failed for volume "config" : mount command failed, status: Failure, reason: cifs mount: failed to mount the network path: mount error(79): Can not access a needed shared library -bash: syntax error near unexpected token `('
c

creamy-pencil-82913

11/12/2022, 1:06 AM
can you successfully run the
mount.cifs
command on your nodes? I bet not.
c

careful-article-61190

11/12/2022, 9:16 AM
Yes I can run,
c

creamy-pencil-82913

11/12/2022, 7:20 PM
OK, “bad UNC” is different than the error you quoted previously.
That error suggests that you specified an invalid path…
🙌 1
c

careful-article-61190

11/14/2022, 6:25 AM
yes i have figure out and also there was issue with server resolve in container.