From owner-freebsd-fs@FreeBSD.ORG Sun Oct 10 02:34:29 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA471065672; Sun, 10 Oct 2010 02:34:29 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id EF7DE8FC14; Sun, 10 Oct 2010 02:34:28 +0000 (UTC) Received: from nox-laptop.student.utwente.nl (nox-laptop.student.utwente.nl [130.89.160.140]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id o9A1Wsx8015918; Sun, 10 Oct 2010 03:32:55 +0200 From: Pieter de Goeje To: freebsd-stable@freebsd.org Date: Sun, 10 Oct 2010 03:32:54 +0200 User-Agent: KMail/1.9.10 References: <169A4F62-0509-4AE9-A4A5-F9CADD08140D@irbisnet.com> In-Reply-To: <169A4F62-0509-4AE9-A4A5-F9CADD08140D@irbisnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201010100332.54731.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: "freebsd-fs@freebsd.org" , Andriy Gapon Subject: Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.). X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2010 02:34:29 -0000 On Saturday 09 October 2010 16:55:35 Andriy Bakay wrote: > Do you know any more convenient way (except make buildword, etc.) to > upgrade/update several boxes to STABLE on regular basis? Something like > freebsd-update or maybe some process, tips, tricks, etc? > > Thanks. Here's how I do it: 1) Build server: make buildworld && make buildkernel 2) Other servers: export / via NFS Repeat for each other server on build server: mount boxN:/ /mnt make installkernel DESTDIR=/mnt -DNO_FSCHG make installworld DESTDIR=/mnt -DNO_FSCHG umount /mnt Note that I use a single filesystem for / and /usr. Obviously if those are separate filesystems more NFS exports and mount commands are necessary. Before the first run all immutable flags need to be removed from the target box, otherwise the install will fail (i.e. chflags -R noschg /). > > On 2010-10-08, at 6:11, Pete French wrote: > >> Ok. But how stable (production ready) the FreeBSD-8-STABLE is? What is > >> your opinion? > > > > I am running 8-STABLE from 27th September on all our ptoduction > > machines (from webservers to database servers to the company mail > > server) and it is fine. I am going to update again over the next > > few days, as there are some ZFS fixes in which I want - and which > > may benifit you too - so I will be able to report back next > > week as to how a more recent version behaves. > > > > In general though, I have never had problems running STABLE on > > prodyction systems over the years. Of course what I do is to test it > > on a singlre machine before rolling it out (a leaf in a webfarm > > so if it goes down it wont affect the business) but it is usually > > fine. keep an eye on -STABLE mailing list though, as that is where > > problems arise. I watch that, and also the dailing commits, either here > > > > http://www.freshbsd.org/?branch=RELENG_8&project=freebsd&committer=&modul > >e=&q= > > > > or here > > > > http://www.secnetix.de/olli/FreeBSD/svnews/?p=stable/8 > > > > Just to see whats going into the tree relative to whats being discussed. > > It only takes a few minutes a dat to monitor the mailin lists and the > > commits, and the result is that we've been running STABLE for a very > > long time (close to a decade I suspect) with great success. > > > > -pete. > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- Pieter de Goeje