-
Notifications
You must be signed in to change notification settings - Fork 27
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
Is it possible to use linstor-gateway to provide NFS exports? #168
Comments
It's complicated. The issue with linstor-gateway in this context is that it is basically a whole different project, which is mainly aimed at running directly on the host. So we would need to wrap it in a container (might be difficult, it strongly depends on systemd), we would need to wrap it with some CSI driver logic. If at all possible I'd like to avoid all that. I think it would be much better to find out what exactly does not work with the nfs-ganesha project. |
@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 @ nfs-ganesha/nfs-ganesha#825, however at the moment we've hit a brick wall. If we can create a minimal reproducible scenario, would you be able to independently test it? In order to rule out any issue with our own setup. |
Please share the reprocuder if you can, but I can't promise when I'll find the time to verify it. I had a look through the linked ticket. I'm not really familiar with all the details of the NFS protocol, but:
|
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 I will close this as updates will be in the above issue. |
We are looking to find a solution to #69, we're wondering if it's possible to create a deployment of https://github.com/LINBIT/linstor-gateway which will expose NFS exports.
There doesn't appear to be much documentation on how the gateway is working with NFS, and if it provides any advantages over using a https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner deployment (we have an issue with using this deployment as when the NFS pod is rescheduled NFS exports hang on the same node).
The main use-case for using NFS over linstor is to provide load balancing as well as HA.
The text was updated successfully, but these errors were encountered: