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

[BUG]fuse.csi.fluid.io not found in the list registered CSI drivers when node restart in k8s 1.15.1 #220

Closed
ldd91 opened this issue Oct 9, 2020 · 3 comments · Fixed by #226
Labels
bug Something isn't working

Comments

@ldd91
Copy link
Contributor

ldd91 commented Oct 9, 2020

What is your environment(Kubernetes version, Fluid version, etc.)
kubernetes:v1.15
fluid:0.3.0

Describe the bug
I deploy runtime and dataset in node1,everything goes well.when i restart node1,runtime and dataset is running,csi-nodeplugin-fluid-xxx is also running,when i deploy a pod in this node,the pod log shows MountVolume.MountDevice failed for volume "zj-lmdb" : driver name fuse.csi.fluid.io not found in the list registered CSI drivers

What you expect to happen:

How to reproduce it
restart the runtime node
Additional Information

@ldd91 ldd91 added the bug Something isn't working label Oct 9, 2020
@ldd91
Copy link
Contributor Author

ldd91 commented Oct 9, 2020

111
222

@cheyang
Copy link
Collaborator

cheyang commented Oct 9, 2020

I suggest you should take a look at the kubelet log which has csi_plugin.go

grep csi_plugin.go kubelet.log 

And you can also check the issue: /github.com/kubernetes/kubernetes/issues/68688

@cheyang
Copy link
Collaborator

cheyang commented Oct 10, 2020

Could you run the following commands?

kubectl get csidrivers
kubectl describe csidrivers fuse.csi.fluid.io

The output I got

[root@iZ2ze0pget2kzaquo2thb5Z pods-fluid-system]# kubectl describe csidrivers fuse.csi.fluid.io
Name:         fuse.csi.fluid.io
Namespace:
Labels:       <none>
Annotations:  <none>
API Version:  storage.k8s.io/v1beta1
Kind:         CSIDriver
Metadata:
  Creation Timestamp:  2020-10-09T23:50:53Z
  Resource Version:    21817966
  Self Link:           /apis/storage.k8s.io/v1beta1/csidrivers/fuse.csi.fluid.io
  UID:                 8dea13aa-6ae4-4a48-8098-26b5b52a50ea
Spec:
  Attach Required:    false
  Pod Info On Mount:  true
  Volume Lifecycle Modes:
    Persistent
Events:  <none>

@cheyang cheyang changed the title fuse.csi.fluid.io not found in the list registered CSI drivers when node restart[BUG] [BUG]fuse.csi.fluid.io not found in the list registered CSI drivers when node restart in k8s 1.15.1 Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants