csi-driver-smb
csi-driver-smb copied to clipboard
This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
**What happened**: Pods with volume mounts that use this driver are getting stuck in a terminating phase because the mounts are failing to unmount with this error: ``` Unmounting arguments:...
Hi all, We are using the csi driver to mount windows smb share on our k8s cluster. In our AD security logs we are seeing high rate of validate request...
**What happened**: SMB volume not mounting intermittently to the container getting below errors in the pod events, csi-smb-node-win driver pod logs are showing access denied, volume showing disconnected on the...
**What happened**: The directories created to support the PVCs are not deleted by the controller when using the guest mount option to access the SMB share. I think it is...
**What happened**: Trying to mount a known drive occasionally fails with the message I0122 16:14:54.715136 1 nodeserver.go:79] NodePublishVolume: mounting /var/lib/kubelet/plugins/kubernetes.io/csi/pv//globalmount at /var/lib/kubelet/pods/65bba3c3-bdcb-4074-877a-ac23c575e5fc/volumes/kubernetes.io~csi//mount with mountOptions: [bind] volumeID(///##) I0122 16:14:54.715165 1 mount_linux.go:220]...
As title, we have successfully mounted Windows folders in K8s pods, but failed to open/browse it if the folder contains several subfloders that named with special characters. Wondering the csi-driver-smb...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: feat: support windows host-process deployment **Which issue(s) this PR fixes**: Fixes # **Requirements**:...
**What happened**: It seems mounting of the volume fails when using `$` in base64 encoded password in kubernetes secret. Mount fails with the following errors: dmesg ``` [10671.918745] CIFS: Attempting...
**What happened**: Mounting an smb filesystem declared as read-only in the `.spec.template.spec.volumes[*]` triggers an error in kubelet logs. the scheduling / deployment / filesystem appears to be working, but this...
**What happened**: 1) Mounted a share with files whose names contain greek characters (tried both with a vm running windows as the smb server and an azure files storage as...