Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2007 15:46:31 -0500
From:      Barry Pederson <bp@barryp.org>
To:        Randy Bush <randy@psg.com>
Cc:        freebsd-fs@FreeBSD.ORG
Subject:   Re: zfs in production?
Message-ID:  <46F82227.5090302@barryp.org>
In-Reply-To: <46F7EDD7.6060904@psg.com>
References:  <46F7EDD7.6060904@psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush wrote:
> we are thinking of using zfs on a production server, using gmirror for
> booting and then following http://wiki.freebsd.org/ZFSOnRoot for the rest.
> 
> but we would like to hear from folk using zfs in production for any
> length of time, as we do not really have the resources to be pioneers.
> 
> thanks.
> 
> randy

I've setup a few machines now using a CompactFlash device for booting, 
plugged straight into the motherboard with a CF-IDE adapter, and then 
having zfs-on-root with the actual harddisks 100% controlled by ZFS (no 
gmirror or slices otherwise).  One machine is zfs-mirror and the other 
is 8-disk raidz2.  The CF hardware is ony $30 or so, and it's nice not 
to have to deal with two different mirroring systems.

A bonus is that CF devices are so large nowadays, that it's convenient 
just have a complete installation of FreeBSD on it and be able to use it 
as an emergency recovery system just by entering 
"vfs.root.mountfrom=ufs:ad0s1a" at the loader.

I've also found it works to name the disks using glabel and add disks to 
the pool using the glabel names, to eliminate uncertainty as to which 
disk exactly you're offlining or seeing errors from (especially with 
SAS-connected drives where the /dev/da<n> name doesn't correspond with a 
particular physical port).

	Barry



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