-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nomad NFS CSI Integration doesn't work with exec / containerd-driver #19165
Comments
I have checked the code for rocketduck/csi-plugin-nfs and it is dead simple where it expects a system path for mounting a dir but it gets
|
I manage resolve this error by setting Flow of mount process
Example exec driver: I don't know yet, how it binds the nfs path from container because, I can't make nfs mount working yet. |
As of now, when I am running csi-plugin with |
Hi @116davinder 👋 Thanks for the report and the detailed info. Just so I understand the status here, is this a fair summary of things?
Is https://github.com/Roblox/nomad-driver-containerd the plugin you're using? If so, that's a community plugin that I don't know enough to provide any guidance. Perhaps you could open an issue in that repo? Another thing to try would be to use the |
Since i am using containerd and exec in my stack a lot, I am blocked because of missing feature / Issues
Early Notes for Docker Driver with CSI NFS Plugin
Last, I do agree that containerd related issue should be moved to Robox/Containerd Repo. |
I am closing this issue, since docker driver is only supported and working with CSI NFS Plugins. |
Nomad version
Output from
nomad version
Nomad server: 1.6.3
Nomad Client: 1.6.3
Operating system and Environment details
Ubuntu 20.04
Issue
NFS CSI Volume Mount Fails
What i haven't understood so far is that why Nomad is asking for this
'/local/csi/per-alloc/d992204d-637c-2cde-2ba7-4633fd7688e1/kerberos-backup/rw-file-system-multi-node-multi-writer'
instead of what i have mentioned in the job spec/mnt/backups
Any pointers will be much appreciated.
Reproduction steps
Expected Result
Volume mount inside the exec driver chroot or job folder.
Actual Result
Nomad Server logs (if appropriate)
N/A
Nomad Client logs (if appropriate)
NFS Controller/Node Logs (if appropriate)
Other Information / References
The text was updated successfully, but these errors were encountered: