Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 13:40:53 -0700 (MST)
From:      John Reynolds~ <jreynold@sedona.ch.intel.com>
To:        David Miller <dmiller@search.sparks.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Server Farms?
Message-ID:  <14616.30677.421828.965710@hip186.ch.intel.com>
In-Reply-To: <Pine.BSF.4.21.0005091556570.2140-100000@search.sparks.net>
References:  <Pine.BSF.4.21.0005091556570.2140-100000@search.sparks.net>

next in thread | previous in thread | raw e-mail | index | archive | help

[ On Tuesday, May 9, David Miller wrote: ]
> I love being able to track bug fixes and such via cvsup and -stable
> branches.  But it's not really an appropriate process to sup and make
> buildworld on every server in a hundred server farm.
> 
> Is there some way to roll binary only changes off one server tracking
> -stable?

Well, I don't have a farm of servers, but for my couple of machines at home, I
have a single big machine that does the buildworld and then on the other
machines I mount

  /usr/src => buildmach:/usr/src
  /usr/obj => buildmach:/usr/obj

and on the client machine:

 cd /usr/src
 make installworld

seems to work just fine. You'd also want to do a mergemaster on each machine
or if you know things have changed, you could have a nice big rcp loop or
rsync or something.

> Secondly, is there any existing method for tracking significant changes,
> for some value of significant?  My definition would be first security
> related patches and secondly stability related changes.  It would be
> really nice to seperate them into those which require relinking/rebooting
> and those which don't.
> 
> RTFM comments welcome if they have a pointer to TFM:)

Don't know about that one ...

-Jr

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds               WCCG, CCE, Higher Levels of Abstraction       |
| Intel Corporation   MS: CH6-210   Phone: 480-554-9092   pgr: 602-868-6512 |
| jreynold@sedona.ch.intel.com  http://www-aec.ch.intel.com/~jreynold/      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14616.30677.421828.965710>