lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 22 Aug 2007 11:26:44 -0400
From:	"John Stoffel" <john@...ffel.org>
To:	Valdis.Kletnieks@...edu
Cc:	John Stoffel <john@...ffel.org>,
	Peter Staubach <staubach@...hat.com>,
	Robin Lee Powell <rlpowell@...italkingdom.org>,
	linux-kernel@...r.kernel.org
Subject: Re: NFS hang + umount -f: better behaviour requested.

>>>>> "Valdis" == Valdis Kletnieks <Valdis.Kletnieks@...edu> writes:

Valdis> On Tue, 21 Aug 2007 14:50:42 EDT, John Stoffel said:
>> Now maybe those issues are raised when you have a Linux NFS server
>> with Solaris clients.  But in my book, reliable NFS servers are key,
>> and if they are reliable, 'soft,intr' works just fine.

Valdis> And you don't need all that ext3 journal overhead if your disk
Valdis> drives are reliable too.  Gotcha. :)

Yeah yeah... you got me.  *grin*   In a way.  How to say this.  NFS is
like ext2 in some ways.  No real protection from errors unless you
turn on possibly performance killing aspects of the code.  

Ext3 takes it to a higher level of consistency without compromising as
much on the performance.  

RAID can be the base of both of these things, and that helps alot.  If
your RAID is reliable.  

So, my NetApps are reliable because they have NVRAM for performance,
and it's battery backed for reliability.  On that they build the
Volume and Filesystem stuff, which also has performance and
reliability built-in.  

On top of this, they have NFS (or CIFS or other protocols, but I use
only NFS).  And we actually default to "proto=tcp,soft,intr" for all
our mounts.  We do this for performance, because we're confident of
the underlying reliability of the layers below it.  All the way down
to the Network switches in a way.  Though I admit we don't dual-path
everything since we don't have enough need for that level of
reliability.

So that's where I'm coming from.  Now, I'd be happy to be proven
wrong, but I'd like to see people giving test scripts which can be run
on a client to simulate failures and such so I can run them here in my
environment as test.  Maybe I'll change my mind.  Maybe I won't.  

At least we've got choice.  :]

John
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ