Grant Millar

Results 89 comments of Grant Millar

I thought perhaps it was an issue with the kernel nfs client, I've upgraded to Ubuntu 22.04 and kernel 5.15.0-37-generic, however the issue still persists. I'll have another look at...

@ffilz As the binary is started with the following options: `ganesha.nfsd -F -L /export/ganesha.log -p /var/run/ganesha.pid -f /export/vfs.conf` Is there any state saved in `/var/lib/nfs` which would be required for...

We have narrowed this down to an issue with cilium when using the `kube-proxy-replacement`. It works as expected without `kube-proxy-replacement`. https://github.com/cilium/cilium/issues/21541 I will close this as updates will be in...

@kvaps We have tried using https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner per your suggestion with a pireaus StorageClass, however when the NFS pod is rescheduled on to another node due to node failure, the mount...

@kvaps thanks for the reply, I agree. Currently trying to debug the issue with tcpdump/conntrack & cilium. The CNI is cilium, unfortunately tcpdump on the service IP doesn't show anything...

@kvaps I'm not using kube-proxy, however I've found if I force delete the pods using the pvs and force unmount the NFS mounts, it works. Were you deleting the pods...

@kvaps Could you share your mount options and any other server options? It looks like for some reason the mounts are not timing out, they're just stuck.

@WanzenBug Thanks for considering, I agree that it would be better to find a solution to the nfs-ganesha bug. I have opened an issue @ https://github.com/nfs-ganesha/nfs-ganesha/issues/825, however at the moment...

Unfortunately I've not had time to work on the reproducer, we're instead creating a controller to force delete the NFS pods and any pods mounting them upon node failure. -...

We have narrowed this down to an issue with cilium when using the `kube-proxy-replacement`. It works as expected without `kube-proxy-replacement`. https://github.com/cilium/cilium/issues/21541 I will close this as updates will be in...