Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2012 08:26:22 -0700
From:      Michael Sierchio <kudzu@tenebras.com>
To:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
Cc:        Kaya Saman <kayasaman@gmail.com>, Polytropon <freebsd@edvax.de>, freebsd-questions@freebsd.org
Subject:   Re: Anyone using freebsd ZFS for large storage servers?
Message-ID:  <CAHu1Y72%2B-H5UUFHSkZVHPf%2BJNebARntCh4QZebzk2pH=vpsurA@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.1206011703450.3457@wojtek.tensor.gdynia.pl>
References:  <CACxnZKM__Lt9LMabyUC_HOCg2zsMT=3bpqwVrGj16py1A=qffg@mail.gmail.com> <alpine.BSF.2.00.1206011048010.2497@wojtek.tensor.gdynia.pl> <CAPj0R5%2BLcKUGijT17W6RXBz_KQxz5nZYP0vfPY3HNxNEyw0Eaw@mail.gmail.com> <alpine.BSF.2.00.1206011435430.20357@wojtek.tensor.gdynia.pl> <CAPj0R5KiUh3HFgbWCy8KDHhCA8L6-t5P85qFovDN%2Br9OHm90Og@mail.gmail.com> <20120601163520.f130cdcd.freebsd@edvax.de> <alpine.BSF.2.00.1206011703450.3457@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 1, 2012 at 8:08 AM, Wojciech Puchar
<wojtek@wojtek.tensor.gdynia.pl> wrote:

> ZFS is somehow in that part similar to Amiga "Fast" File System. when you
> overwrite a directory block (by hardware fault for example), everything
> below that directory will disappear. You may not be even aware of it until
> you need that data
>
> Only separate software (that - contrary to ZFS - do exist) can recover
> things by linearly scanning whole disk. terribly slow but at least possible.
>
>
>
> EVEN FAT16/FAT32 IS MORE SAFE.

First of all, in any environment you expect disk failures.  Which
operationally means replacing the entire disk.  Then you rely on the
raid recovery mechanism (in whichever flavor of disk discipline you
choose).  ZFS semantics (copy on write, for example) are much safer
than UFS semantics.  This is not to say that UFS is not a more mature
and possibly robust filesystem.  But relying on gmirror, graid, etc.
means you are no longer relying solely on the robustness of the
underlying filesystem - you cannot offer a reduction proof that shows
that if gmirror is bad, it means UFS is bad.

I use UFS for most purposes, but would never build a large fileserver
using gmirror on UFS.

Your assertions about the dangers of ZFS are just that - assertions.
They are not borne out in reality.

- M



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHu1Y72%2B-H5UUFHSkZVHPf%2BJNebARntCh4QZebzk2pH=vpsurA>