From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 19:45:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2954F106564A for ; Mon, 1 Dec 2008 19:45:04 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9BE2B8FC14 for ; Mon, 1 Dec 2008 19:45:03 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L7EhW-0003Ie-3S for freebsd-questions@freebsd.org; Mon, 01 Dec 2008 19:44:58 +0000 Received: from 78-1-141-143.adsl.net.t-com.hr ([78.1.141.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Dec 2008 19:44:58 +0000 Received: from ivoras by 78-1-141-143.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Dec 2008 19:44:58 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Mon, 01 Dec 2008 20:44:46 +0100 Lines: 52 Message-ID: References: <200812010959.15647.kirk@strauser.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7AFE3D8C26B61E0E7780C642" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-141-143.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) In-Reply-To: <200812010959.15647.kirk@strauser.com> X-Enigmail-Version: 0.95.7 Sender: news Subject: Re: Disenchanted with ZFS; alternatives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 19:45:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7AFE3D8C26B61E0E7780C642 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Kirk Strauser wrote: > At this point, I'm almost ready to go back to good ol' UFS2, but I'd ha= te to=20 > give up that easy addition of new filesystems. I *could* have a single= 700GB=20 > root FS but that just doesn't seem right. Are there any good, tested G= EOM- > based ways of getting that functionality, perhaps along the lines of us= ing=20 > something like gvirstor and growfs as needed? There's nothing as convenient as ZFS (really... anywhere) :( . I'm still hoping someone will sponsor development or porting of a widely used journalling file system like XFS, JFS, even ext3/4 to FreeBSD, but in the meantime UFS2+SU isn't that bad. Practically the only way to break it is if you have hardware errors that end up corrupting file system data. The need to run full fsck occasionally (as opposed to the softupdates-assisted one) is annoying but 700 GB should be manageable with 3-4 GB of memory. The softupdates-assisted fsck actually works very well in all but the heaviest loads (i.e. when the server is swamped by requests immediately after booting). You could also try gjournal but benchmark and test it first for your workload. gvirstor is a theoretically good option if you need its specific functionality, only be doubly sure to benchmark it for your specific workload as it has some /unusual/ performance characteristics. --------------enig7AFE3D8C26B61E0E7780C642 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkk0Pq4ACgkQldnAQVacBcgs3ACgsarC1b6iw3VEwAkIIfMESyfK fngAn0+zMKciomB95cI8C8FxzmJN7v3U =qNR9 -----END PGP SIGNATURE----- --------------enig7AFE3D8C26B61E0E7780C642--