You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by "Harmer, Sean" <se...@gmail.com> on 2010/07/27 16:38:48 UTC

Master remap.config file

I have several ATS nodes in multiple locations and I want each node to have
the exact same remap.config file.  Is there a way to have a master
remap.config file or do a universal update so I only have to update one file
and the rest of the nodes will either push or pull the changes?

Thx,
Sean

Re: Master remap.config file

Posted by Leif Hedstrom <zw...@apache.org>.
  On 07/27/2010 08:38 AM, Harmer, Sean wrote:
> I have several ATS nodes in multiple locations and I want each node to 
> have the exact same remap.config file.  Is there a way to have a 
> master remap.config file or do a universal update so I only have to 
> update one file and the rest of the nodes will either push or pull the 
> changes? 

The good news first: Yes, this is what the "cluster config" is intended 
for, you run multiple servers, and the configs are distributed 
automatically across the clusters.

The bad news: We broke the cluster system while making code changes 
related to epoll() (and various other things as we open sourced the 
code). Someone will need to spend some time working on the code to get 
it going again, and right now, I don't know of anyone other than the Y! 
Taiwan group who is interested in it. If there's enough interest, maybe 
we can get a few people working on it together.

Cheers,

-- leif