ehough / docker-nfs-server

A lightweight, robust, flexible, and containerized NFS server.
https://hub.docker.com/r/erichough/nfs-server/
GNU General Public License v3.0
672 stars 221 forks source link

Whether high availability or backup mode is considered #28

Closed lanmingle closed 3 years ago

lanmingle commented 4 years ago

Very good project!Whether high availability or backup mode is considered.

eg:


      -> nfs1
vip -> 
      -> nfs2

ps:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_administration/ch-nfsserver-haaa

ehough commented 4 years ago

Thanks for your question!

TBH I haven't yet considered a cluster scenario, but I can't think of a reason that this wouldn't be possible. Seems like it would just be a matter of setting up Pacemaker, the container networking, and the shared filesystem. I'll leave this ticket open to track further progress on this issue. If you or anyone else makes progress in this regard, please post back here.

backup mode

Could you help me understand what you mean by "backup mode"? I'm not familiar with this.