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

[Question] what's expected behavior when nfs-server pod is restarted? #184

Open
ileixe opened this issue Dec 19, 2023 · 3 comments
Open

Comments

@ileixe
Copy link

ileixe commented Dec 19, 2023

It's not a bug rather a question. We're looking for stable solution for RWX and trying to use this project with ceph-block.

We wonder how's the failover time for pod when killing nfs-server pod on purpose. Surprisingly, the pod never come back work (hang on the shell) although nfs-server is restarted normally.

What's the expected behavior in this case? Is it somehow related to ceph-block (if I choose other block backend, nfs-provisioner can fallback well?)

@kstreee-furiosa
Copy link

Tried to delete pod, but got following event

Events:
  Type     Reason         Age                  From     Message
  ----     ------         ----                 ----     -------
  Warning  FailedKillPod  2m (x1001 over 12h)  kubelet  error killing pod: failed to "KillContainer" for "workspace" with KillContainerError: "rpc error: code = Unknown desc = Error response from daemon: cannot stop container: ad747952b359edfd96c1972c3ada8f21754a90c7a68592d0102718754ffb95b3: tried to kill container, but did not receive an exit event"

@dsharma-dc
Copy link
Contributor

@ileixe Not neccesary recommendation but have you tried using any other backend like localpv-hostpath or openebs-jiva etc.
Do you have any logs you can share to take a look?

@ileixe
Copy link
Author

ileixe commented Jan 24, 2024

We are guessing it's from lower level implementation(kubelet) not provisioner itself: kubernetes/kubernetes#31272

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants