csi-driver-smb icon indicating copy to clipboard operation
csi-driver-smb copied to clipboard

This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.

Results 70 csi-driver-smb issues
Sort by recently updated
recently updated
newest added

**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR implement SMBUnmount method to call RemoveSmbGlobalMapping from csi-proxy **Which issue(s) this...

kind/feature
size/L
release-note
ok-to-test
cncf-cla: yes

Hi, I just installed CSI-driver-smb into my k8s cluster, I set to "true" for windows. But the chart shows "Linux Only" and "This chart is not compatible with Windows nodes."...

**What happened**: When the smb server is terminated while still mounted to pods, the csi driver node does not umount the stale mount and create a new mount. This prevents...

**Is your feature request related to a problem?/Why is this needed** **Describe the solution you'd like in detail** could refer to https://github.com/kubernetes-csi/csi-driver-host-path/blob/f5fd42e78f3884ed6b780d23c1c43798a0d29d35/pkg/hostpath/controllerserver.go#L155-L159 **Describe alternatives you've considered** **Additional context**

kind/feature
help wanted
lifecycle/stale

**What happened**: We are running a TKGI managed Kubernetes Cluster with priviliged mode. I tried to deploy several versions of the csi-driver-smb but it runs always in a chrashloop backoff...

lifecycle/rotten

**What happened**: At one point in time the mount died (most likely due to an unrelated server issue). Every pod using the smb-pv could not be started with an error...

kind/support

cifs mount fails silently when using templated subDir parameter. **What happened**: Upgraded from v1.5.0 to v1.8.0, configurations stayed the same. Given: ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: test-data-auto provisioner:...

**What happened**: SMB volume mount failed for statefulset pod when using containerd, pod cannot startup. **What you expected to happen**: volume mount should be successful. **How to reproduce it**: Follow...

lifecycle/rotten

**What happened**: On a k3s cluster where the mountpoint is a [SMB](https://github.com/kubernetes-csi/csi-driver-smb) mountpoint. All my static file requests have mangled responses (The autogenerated indices work good) using the `httpd` image...

**What happened:** Mount issues causing CreateContainerError on pod: ``` Failed to generate container 'xxyy' spec: failed to generate spec: failed to mkdir "/var/lib/kubelet/pods/ea38ea2f-03af-459e-8038-24b46e4aadc1/volumes/kubernetes.io~csi/pvc-aa0842c8-daf2-4924-8fbd-d32f627ca554/mount": mkdir "/var/lib/kubelet/pods/ea38ea2f-03af-459e-8038-24b46e4aadc1/volumes/kubernetes.io~csi/pvc-aa0842c8-daf2-4924-8fbd-d32f627ca554/mount" file exists ``` Looking at...