我计划使用主从设置并从从节点到第3个节点进行夜间备份(仅复制数据)。
据我所知,在主从模式下,无法从从节点读取数据?所以问题是...如果我使用没有集群文件系统的主主设置,并将其中一个主节点作为只读节点进行备份,并且写入只会发生在第二个主节点上,会发生什么情况。
设置之上将是 NFS 导出和 iSCSI。
能行吗?也许会有些问题...?
答案1
对于像备份这样的简单任务,我建议csync2。
Csync2 is a cluster synchronization tool. It can be used to keep files on
multiple hosts in a cluster in sync. Csync2 can handle complex setups with
much more than just 2 hosts, handle file deletions and can detect conflicts.