linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: XFS?
@ 2002-09-12 15:27 Martin Knoblauch
  2002-09-12 15:53 ` XFS? jbradford
  0 siblings, 1 reply; 78+ messages in thread
From: Martin Knoblauch @ 2002-09-12 15:27 UTC (permalink / raw)
  To: jbradford; +Cc: linux-kernel

>> In my opinion the non-inclosure in the mainline kernel is the most 
>> important reason not to use XFS (or any other FS). Which in turn 
>> massively reduces the tester base. It is a shame, because for some 
type 
>> of applications it performs great, or better than anything else. 
>
>
>On the other hand, filesystem corruption bugs are one of the worst type 
>to suffer from. We absolutely don't want to include filesystems 
>without at least a reasonable proven track record in the mainline 
>kernel, and therefore encourage the various distributions to use them, 
>incase any bugs do show up. Look how long a buffer overflow existed in 
>Zlib unnoticed. 
>

 If enclosure in "major" distribuitons defines mainline for you, I have 
to agree. Otherwise, how do you get "a  proven track record in 
mainline" without having it in the mainline kernel ? :-)

 In any case, one could always mark XFS as "experimental" for some time.

>
>EXT2 is a very capable filesystem, and has *years* of proven 
>reliability. That's why I'm not going to switch away from it for 
>critical work any time soon. 

 sure, if you can live with the fsck time on your 200 GB (or bigger) 
filesystem after the occasional crash.

Martin
-- 
Martin Knoblauch
Senior System Architect
MSC.software GmbH
Am Moosfeld 13
D-81829 Muenchen, Germany

e-mail: martin.knoblauch@mscsoftware.com
http://www.mscsoftware.com
Phone/Fax: +49-89-431987-189 / -7189
Mobile: +49-174-3069245


^ permalink raw reply	[flat|nested] 78+ messages in thread
* Re: XFS?
@ 2002-09-13 10:52 Kostadin Karaivanov
  2002-09-13 10:57 ` XFS? Christoph Hellwig
  0 siblings, 1 reply; 78+ messages in thread
From: Kostadin Karaivanov @ 2002-09-13 10:52 UTC (permalink / raw)
  To: linux-kernel

>I think that it is not fair to insist for merging of XFS only. There ara
>many other projects that are of bigger value for linux then iet another
>filesystem - RSBAC,OpenMosix,LSM,HTree and more.

LSM is mainstream now
OpenMosix si too intrusive (I think) as XFS _used_ to_ be_.....

>Some people like Linus, Alan, Marchelo etc. have the responsibility to
>provide users with a usable, stable kernel.
>And if somebody doesn't like their way of work he is free to make it's own
>kernel tree.

>I am not an expert, just a sysadmin, and I am testing XFS since kernel
>2.4.6 ( I am writing this mail from a test machine with kernel 2.4.18
>and XFS root filesystem ), and I also think that XFS is not ready for
>production ( I lost some unimportant files after a crash yesterday ).

You missing the point again, "ready" does _not_ means  "stable"
I use XFS on allmost all of my PC/Servers and I never ever lose a single dot
in any file on my XFS partitions



>And after all do you think that such kind of presure over kernel
>maintainers is the way of making free software.

Kostadin Karaivanov
Senior System Administrator @ Ministry Of Finace
tel: +359 2 98592062
larry@minfin.government.bg


^ permalink raw reply	[flat|nested] 78+ messages in thread
* XFS?
@ 2002-09-13  7:47 Ivan Ivanov
  2002-09-13  9:32 ` XFS? Nero
                   ` (4 more replies)
  0 siblings, 5 replies; 78+ messages in thread
From: Ivan Ivanov @ 2002-09-13  7:47 UTC (permalink / raw)
  To: linux-kernel

I think that you missed the main problem with all this new "great"
filesystems. And the main problem is potential data loss in case of a
crash. Only ext3 supports ordered or journal data mode.

XFS and JFS are designed for large multiprocessor machines powered by UPS
etc., where the risk of power fail, or some kind of tecnical problem is
veri low.

On the other side Linux works in much "risky" environment - old
machines, assembled from "yellow" parts, unstable power suply and so on.

With XFS every time when power fails while writing to file the entire file
is lost. The joke is that it is normal according FAQ :)
JFS has the same problem.
With ReiserFS this happens sometimes, but much much rarely. May be v4 will
solve this problem at all.

The above three filesystems have problems with badblocks too.

So the main problem is how usable is the filesystem. I mean if a company
spends a few tousand $ to provide a "low risky" environment, then may be
it will use AIX or IRIX, but not Linux.
And if I am running a <$1000 "server" I will never use XFS/JFS.

-----------------
Best Regards
Ivan




^ permalink raw reply	[flat|nested] 78+ messages in thread
[parent not found: <3D80CCEF.7070007@tmsusa.com>]
[parent not found: <200209121553.g8CFrrEh003646@dstl.gov.uk>]
* Re: XFS?
@ 2002-09-12 13:54 Martin Knoblauch
  0 siblings, 0 replies; 78+ messages in thread
From: Martin Knoblauch @ 2002-09-12 13:54 UTC (permalink / raw)
  To: lord; +Cc: linux-kernel

>> > So does Redhat/Suse/??? ship XFS yet? 
>> 
>> Don't know about RedHat & others, but SuSE _does_ ship XFS. 
>> 
>
>
>I should probably keep out of the discussion and I am not presenting 
>this as an argument for inclusion, but for an incomplete list of XFS 
>users and distribution including it look here: 
>
>
>http://oss.sgi.com/projects/xfs/xfs_users.html 
>
>
>Steve 
Steve,

 [shameless plug to follow]

 you may add MSC.linux (http://www.msclinux.com) to your list. We 
support it since day one. Probably not a mainstream reference, but we 
are working in an application field that can make good use of XFS.

 [end of shamelse plug]

 Your list of users is great, but without mainstream support its growth 
will be severely limited.

 OK, but I understand people are working to change that for 2.6 :-)

Cheers
Martin
-- 
Martin Knoblauch
Senior System Architect
MSC.software GmbH
Am Moosfeld 13
D-81829 Muenchen, Germany

e-mail: martin.knoblauch@mscsoftware.com
http://www.mscsoftware.com
Phone/Fax: +49-89-431987-189 / -7189
Mobile: +49-174-3069245


^ permalink raw reply	[flat|nested] 78+ messages in thread
* Re: XFS?
@ 2002-09-12 13:42 Martin Knoblauch
  2002-09-12 15:00 ` XFS? jbradford
  0 siblings, 1 reply; 78+ messages in thread
From: Martin Knoblauch @ 2002-09-12 13:42 UTC (permalink / raw)
  To: linux-kernel

>> So does Redhat/Suse/??? ship XFS yet? 
>> 
>> john 
>> 
>
>Mandrake has had XFS support in the default boot kernel since 8.0. 
>AFAIK, Suse 
>and Slackware also have XFS capable kernels now too. 

 for what its worth, MSC.Linux supports it on IA32 and IA64 :-)

 In my opinion the non-inclosure in the mainline kernel is the most 
important reason not to use XFS (or any other FS). Which in turn 
massively reduces the tester base. It is a shame, because for some type 
of applications it performs great, or better than anything else.

Martin
-- 
Martin Knoblauch
Senior System Architect
MSC.software GmbH
Am Moosfeld 13
D-81829 Muenchen, Germany

e-mail: martin.knoblauch@mscsoftware.com
http://www.mscsoftware.com
Phone/Fax: +49-89-431987-189 / -7189
Mobile: +49-174-3069245


^ permalink raw reply	[flat|nested] 78+ messages in thread
[parent not found: <1059487013@toto.iv>]
[parent not found: <20020909193820.GA2007@lnuxlab.ath.cx.suse.lists.linux.kernel>]
* XFS?
@ 2002-09-09 19:38 khromy
       [not found] ` <3D7CFEE5.3030600@netscape.net>
  2002-09-09 21:00 ` XFS? Thunder from the hill
  0 siblings, 2 replies; 78+ messages in thread
From: khromy @ 2002-09-09 19:38 UTC (permalink / raw)
  To: linux-kernel

What's up with XFS in linux-2.5? I've seen some patches sent to the list
but I havn't seen any replies from linus.. What needs to be done to finally
merge it?

-- 
L1:	khromy		;khromy(at)lnuxlab.ath.cx

^ permalink raw reply	[flat|nested] 78+ messages in thread

end of thread, other threads:[~2002-09-13 15:50 UTC | newest]

Thread overview: 78+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12 15:27 XFS? Martin Knoblauch
2002-09-12 15:53 ` XFS? jbradford
2002-09-12 17:06   ` XFS? Thunder from the hill
2002-09-12 17:28     ` XFS? Joe Kellner
2002-09-12 17:44       ` XFS? Thunder from the hill
2002-09-12 17:54         ` XFS? Joe Kellner
2002-09-12 17:09   ` XFS? Bernd Petrovitsch
2002-09-12 17:45     ` XFS? Thunder from the hill
  -- strict thread matches above, loose matches on Subject: below --
2002-09-13 10:52 XFS? Kostadin Karaivanov
2002-09-13 10:57 ` XFS? Christoph Hellwig
2002-09-13  7:47 XFS? Ivan Ivanov
2002-09-13  9:32 ` XFS? Nero
2002-09-13 10:22   ` XFS? Ivan Ivanov
2002-09-13 11:07     ` XFS? Filip Van Raemdonck
2002-09-13 12:42     ` XFS? Hans Reiser
2002-09-13  9:53 ` XFS? Remco Post
2002-09-13 11:38 ` XFS? Hans Reiser
2002-09-13 12:47 ` XFS? Jesse Pollard
2002-09-13 13:33 ` XFS? Ian S. Nelson
     [not found] <3D80CCEF.7070007@tmsusa.com>
2002-09-12 17:53 ` XFS? jbradford
     [not found] <200209121553.g8CFrrEh003646@dstl.gov.uk>
2002-09-12 16:03 ` XFS? Tony Gale
2002-09-13  5:58   ` XFS? Tomas Szepe
2002-09-12 13:54 XFS? Martin Knoblauch
2002-09-12 13:42 XFS? Martin Knoblauch
2002-09-12 15:00 ` XFS? jbradford
2002-09-13 11:53   ` XFS? Bill Davidsen
2002-09-13 12:27     ` XFS? jbradford
2002-09-13 13:21     ` XFS? jlnance
     [not found] <1059487013@toto.iv>
2002-09-11  0:31 ` XFS? Peter Chubb
     [not found] <20020909193820.GA2007@lnuxlab.ath.cx.suse.lists.linux.kernel>
     [not found] ` <Pine.LNX.4.44.0209091457590.3793-100000@hawkeye.luckynet.adm.suse.lists.linux.kernel>
2002-09-09 21:12   ` XFS? Andi Kleen
2002-09-09 21:20     ` XFS? Shawn
2002-09-09 21:27       ` XFS? Robert Love
2002-09-10 17:15       ` XFS? Mike Galbraith
2002-09-10 19:23         ` XFS? Shawn
2002-09-10 19:29           ` XFS? Robert Love
2002-09-10 19:33           ` XFS? Thunder from the hill
2002-09-11  0:33             ` XFS? Bryan Whitehead
2002-09-10 20:06           ` XFS? John Alvord
2002-09-10 20:17             ` XFS? Hans Reiser
2002-09-10 20:17             ` XFS? Joe Kellner
2002-09-10 20:26               ` XFS? David Lang
2002-09-10 20:31               ` XFS? Tomas Szepe
2002-09-11  2:34                 ` XFS? Bernd Eckenfels
2002-09-10 22:18             ` XFS? Nick LeRoy
2002-09-10 20:34               ` XFS? Tomas Szepe
2002-09-10 21:01               ` XFS? Steve Lord
2002-09-11  8:43               ` XFS? jw schultz
2002-09-11 15:20                 ` XFS? Nick LeRoy
2002-09-11 17:08                   ` XFS? Hans Reiser
2002-09-11 18:24                     ` XFS? Gerhard Mack
2002-09-11 18:54                     ` XFS? Lorenzo Allegrucci
2002-09-12 18:25                     ` XFS? Bryan Whitehead
2002-09-12 18:33                       ` XFS? Nikita Danilov
2002-09-13 11:44                         ` XFS? Bill Davidsen
2002-09-13 12:44                           ` XFS? Hans Reiser
2002-09-13 15:47                             ` XFS? Bill Davidsen
2002-09-12 23:38                       ` XFS? Samuel Flory
2002-09-11 21:21                   ` XFS? jw schultz
2002-09-11 22:41                     ` XFS? Nick LeRoy
2002-09-11 23:01                     ` XFS? Robert Varga
2002-09-12  2:48                       ` XFS? jw schultz
2002-09-11  4:56           ` XFS? Mike Galbraith
2002-09-11 14:55             ` XFS? Shawn
2002-09-11 17:52               ` XFS? Mike Galbraith
2002-09-11 15:12     ` XFS? Bill Davidsen
2002-09-11 16:03       ` XFS? Alan Cox
2002-09-11 18:55         ` XFS? Eric Sandeen
2002-09-11 21:37           ` XFS? Alan Cox
2002-09-09 19:38 XFS? khromy
     [not found] ` <3D7CFEE5.3030600@netscape.net>
2002-09-09 20:08   ` XFS? Wade
2002-09-09 20:16     ` XFS? Tomas Szepe
2002-09-09 20:43     ` XFS? Arador
2002-09-09 21:18     ` XFS? Shawn
2002-09-09 22:31     ` XFS? Rik van Riel
2002-09-10  6:23       ` XFS? Wade
2002-09-10 13:24         ` XFS? Gerhard Mack
2002-09-09 21:00 ` XFS? Thunder from the hill
2002-09-09 22:29   ` XFS? Joe Kellner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).