You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nfs would be a small shim storage driver on top of our dir driver that would handle mounting the NFS share as needed on all servers within the cluster.
This should be restricted to only custom volumes and only filesystem type volumes for those as storing block/loop files on top of NFS seems like a bad idea and most NFS servers aren't quite POSIX enough to properly handle full containers (locking is always a bit weird).
The text was updated successfully, but these errors were encountered:
The relevant files are in internal/server/storage/drivers/.
We did something similar to that with the lvmcluster driver which is just a tiny shim around the lvm driver.
In the case of nfs we should do something a bit more complete, so it should get its own file and own struct, but that struct should inherit from the dir struct and just override behavior where needed.
Yes, I need help. I am mainly a java programmer studying in university. I am new to Go network programming. Do you recommend any resources to learn Go?
nfs
would be a small shim storage driver on top of ourdir
driver that would handle mounting the NFS share as needed on all servers within the cluster.This should be restricted to only custom volumes and only filesystem type volumes for those as storing block/loop files on top of NFS seems like a bad idea and most NFS servers aren't quite POSIX enough to properly handle full containers (locking is always a bit weird).
The text was updated successfully, but these errors were encountered: