[EMAIL PROTECTED] wrote:
How exactly does the 'mogadm slave' work? Can I use it to replicate my
internal mogile tracker+db+storage to a whole set of new servers on
another network using this?
mogadm slave tells mogilefs to do all of its path lookups using "slave"
mysql servers.
IE:
[MasterDB] -> [SlaveA]
-> [SlaveB]
... and all of your writes would go to MasterDB, some reads, and any
read necessary to return a get_paths command could go to SlaveA or SlaveB.
It does not slave filessystems or affect file replication at all.
-Dormando