-
Notifications
You must be signed in to change notification settings - Fork 143
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
smbplugin.exe resulting in Windows nodes and causing blue screens #261
Comments
have you installed csi-proxy? I am surprised that this driver would make blue screen, it just does mount & unmount through csi-proxy, below are the windows node version we are using in e2e test, it works well:
|
yes, i have installed csi-proxy, but not die immediately, can Working for one to two days. install to C:\etc\kubernetes\node\bin Invoke-WebRequest https://kubernetesartifacts.azureedge.net/csi-proxy/v0.2.2/binaries/csi-proxy.tar.gz -OutFile C:\etc\kubernetes\node\bin\csi-proxy.tar.gz; csi-proxy.exe installed and run as binary or run as a Windows service on each Windows node sc create csiproxy binPath="C:\etc\kubernetes\node\bin\csi-proxy.exe -windows-service -log_file=C:\etc\kubernetes\logs\csi-proxy.log -logtostderr=false"
sc failure csiproxy reset= 0 actions= restart/10000
sc start csiproxy |
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:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
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:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
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:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
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. |
98f23071d Merge pull request kubernetes-csi#260 from TerryHowe/update-csi-driver-version e9d8712d0 Merge pull request kubernetes-csi#259 from stmcginnis/deprecated-kind-kube-root faf79ff66 Remove --kube-root deprecated kind argument 734c2b950 Merge pull request kubernetes-csi#265 from Rakshith-R/consider-main-branch f95c855be Merge pull request kubernetes-csi#262 from huww98/golang-toolchain 3c8d966fe Treat main branch as equivalent to master branch e31de525b Merge pull request kubernetes-csi#261 from huww98/golang fd153a9e2 Bump golang to 1.23.1 a8b3d0504 pull-test.sh: fix "git subtree pull" errors 6b05f0fcc use new GOTOOLCHAIN env to manage go version 18b6ac6d2 chore: update CSI driver version to 1.15 git-subtree-dir: release-tools git-subtree-split: 98f23071d946dd3de3188a7e1f84679067003162
What happened:
Working for one to two days on Windows systems a blue screen occurs .
What you expected to happen:
SMB mounts can be mounted from Windows systems.
How to reproduce it:
We use an on-premise Kubernetes cluster running Windows as well as Linux nodes. We have installed the kubectl csi-driver-smb-v0.6.0 in the kube-system namespace, with Windows integration enabled.
In addition, we have created a Storage class and PV/PVCs according to the following templates:
StorageClass
PVC
Deployment
Anything else we need to know?:
![image](https://user-images.githubusercontent.com/15170830/117904565-2d871280-b304-11eb-828a-568ba100583f.png)
![image](https://user-images.githubusercontent.com/15170830/117904608-3ed01f00-b304-11eb-9d6f-c627c65b8aa8.png)
![image](https://user-images.githubusercontent.com/15170830/117904884-c453cf00-b304-11eb-8d8b-8730a71b9933.png)
![image](https://user-images.githubusercontent.com/15170830/117904959-e8afab80-b304-11eb-83a9-51c49a501595.png)
Windows Event Log
WinDbg
Environment:
The text was updated successfully, but these errors were encountered: