Subject: Re: Why not softdep per default?
To: None <current-users@NetBSD.org>
From: Karsten Kruse <tecneeq@tecneeq.de>
List: current-users
Date: 03/29/2005 19:15:53
J Chapman Flack wrote:

>>Performance is a bonus, i think the safety alone is worth it.

> Hmm, is this right?

Ok, here are some scenarios:

:(  = may be broken, worst thing: even a manual fsck can't repair it
:)  = should be ok, worst thing: some inclaimed inodes/blocks

              softdep, writebackcache on | no softdep, writebackcache on
-----------------------------------------+------------------------------
powerfailure            :(               |           :(
reset                   :)               |           :(
kernel panic            :)               |           :(


The filesystem with softdep wins if writeback cache is on (wich is default).

See http://www.mckusick.com/softdep/ (softdep) and
http://sr5tech.com/write_back_cache_experiments.htm (writeback cache).

Karsten

-- 
        Homepage, Mac68k, A/UX-Links und Shorties: www.tecneeq.de
  ()    Linux/NetBSD-Anleitungen, Forum  und Chat: www.newbie-net.de
 <\/>
 _/\_   NetBSD - because Unix isn't just #include <linux.h>