All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] EXT3 vs Reiserfs
@ 2003-12-08  8:41 Yanick Quirion
  2003-12-08  9:02 ` Jose Luis Domingo Lopez
                   ` (4 more replies)
  0 siblings, 5 replies; 25+ messages in thread
From: Yanick Quirion @ 2003-12-08  8:41 UTC (permalink / raw)
  To: linux-lvm

Hi all,

Could you please tell what is the best filesystem for linux between ext3 and reiserfs?

I know that ext3 can handle ACLs and not online fs extend, and reiserfs do not seems to support ACLs (I found some patches for kernel 2.4.21, but there are errors when I apply them to the kernel sources), but can be extend while it's online.

I'm just asking for your personal opinion and knowledge with them.

Thanks.

Regards,

-----------
Yanick Quirion
Administrateur Réseau/Network Manager
NEOKIMIA INC.
Institut de Pharmacologie de Sherbrooke
3e étage (Édifice Z5)
3001 12e avenue Nord
Sherbrooke, Québec
CANADA
J1H 5N4
 
Tél.:    +1 819 820-6040
Direct:  +1 819 820-6855
Fax.:    +1 819 820-6841
 
email: Yanick.Quirion@neokimia.com

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: [linux-lvm] EXT3 vs Reiserfs
@ 2003-12-08  9:16 Little, Chris
  2003-12-08  9:44 ` Markus Schiltknecht
  0 siblings, 1 reply; 25+ messages in thread
From: Little, Chris @ 2003-12-08  9:16 UTC (permalink / raw)
  To: 'linux-lvm@sistina.com'

It also depends on your workload.  If you are serving a large database,
reiser (the last i heard) is probably a bad choice. fwiw oracle won't
support performance issues if you are running on reiser.

> -----Original Message-----
> From: Markus Schiltknecht [mailto:markus@bluegap.ch]
> Sent: Sunday, December 07, 2003 8:51 PM
> To: linux-lvm@sistina.com
> Subject: Re: [linux-lvm] EXT3 vs Reiserfs
> 
> 
> Hi Yanick
> 
> On Mon, 2003-12-08 at 15:39, Yanick Quirion wrote:
> > I'm just asking for your personal opinion and knowledge with them.
> 
> I'm using ReiserFS on my LVM volume, having already used the 'extend
> online' function. I don't really need ACLs currently.
> 
> Concerning stability: I've once had a crash due to a power 
> loss. Then I
> must have done something wrong with LVM. Anyway, I've lost many files,
> but don't think that was ReiserFS's fault.
> 
> I'm also using ReiserFS on a (relatively) heavily used 
> webserver (2x AMD
> 2000+, 120GB HDD, ~100 GB Traffic / Month) and have never had problems
> (there w/o LVM, pure ReiserFS partitions).
> 
> 
> Markus
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> 

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: [linux-lvm] EXT3 vs Reiserfs
@ 2003-12-08  9:51 Little, Chris
  0 siblings, 0 replies; 25+ messages in thread
From: Little, Chris @ 2003-12-08  9:51 UTC (permalink / raw)
  To: 'linux-lvm@sistina.com'

http://otn.oracle.com/oramag/webcolumns/2002/techarticles/scalzo_linux02.htm
l

you will probably have to join otn to be able to read the article, but i'm
not sure.

reiserfs appears to work really well for lots of small files, but performs
relatively poorly on a few really large files (ie database).  in terms of
performance oracle ranks them thusly

ext2
ibm-jfs
ext3
reiser

> -----Original Message-----
> From: Markus Schiltknecht [mailto:markus@bluegap.ch]
> Sent: Sunday, December 07, 2003 9:26 PM
> To: linux-lvm@sistina.com
> Subject: RE: [linux-lvm] EXT3 vs Reiserfs
> 
> 
> Hi again,
> 
> On Mon, 2003-12-08 at 16:14, Little, Chris wrote:
> > It also depends on your workload.  If you are serving a 
> large database,
> > reiser (the last i heard) is probably a bad choice.
> 
> why is that? thought reiser was faster than ext3 while ext3 would be
> considered more stable (in general).
> 
> Before getting ways off topic: where can I find a good comparison /
> discussion on different filesystems?
> 
> Thanks for your suggestions
> 
> Markus
> 
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> 

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: [linux-lvm] EXT3 vs Reiserfs
@ 2003-12-08 15:22 Yanick Quirion
  2003-12-08 22:52 ` Ajay Shekhawat
  0 siblings, 1 reply; 25+ messages in thread
From: Yanick Quirion @ 2003-12-08 15:22 UTC (permalink / raw)
  To: linux-lvm


> -----Original Message-----
> From: Ajay Shekhawat [mailto:ajay@cedar.Buffalo.EDU]
> Sent: 8 December, 2003 11:26
> To: linux-lvm@sistina.com
> Subject: Re: [linux-lvm] EXT3 vs Reiserfs
> 
> On Mon, Dec 08, 2003 at 04:25:47AM +0100, Markus Schiltknecht wrote:
> > why is that? thought reiser was faster than ext3 while ext3 would be
> > considered more stable (in general).
> 
> Reiser has this "tail packing" option, as well as some other
optimizations
> that benefit sites with lots of small files (best example: Usenet
feeds).
> However, this can come at a price for really LARGE files (as a DB
would
> need).
> 
> > Before getting ways off topic: where can I find a good comparison /
> > discussion on different filesystems?
> 
> Checkout
> 	http://oregonstate.edu/~kveton/fs/
> 
> Since noone has mentioned XFS, let me throw in my recommendation for
XFS.
> XFS (like, probably, IBM's JFS) is a top-notch filesystem.
> Try it out in your scenario, you might like it.


I'm currently testing XFS. It seems to be better than reiserfs, because
it supports ACLs and online resizing (I applied all patches with
success). But is XFS supports shrink? With reiserfs it possible to
shrink a filesystem, but this function doesn't seems to be available
with XFS.

Thanks

Yanick

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: [linux-lvm] EXT3 vs Reiserfs
@ 2003-12-09 14:36 Little, Chris
  0 siblings, 0 replies; 25+ messages in thread
From: Little, Chris @ 2003-12-09 14:36 UTC (permalink / raw)
  To: 'linux-lvm@sistina.com'

on this topic, xfs was merged into 2.4

http://kerneltrap.org/node/view/1751

> -----Original Message-----
> From: Chris Cox [mailto:chris_cox@stercomm.com]
> Sent: Tuesday, December 09, 2003 12:29 PM
> To: linux-lvm@sistina.com
> Subject: Re: [linux-lvm] EXT3 vs Reiserfs
> 
> 
> Remco Post wrote:
> ...
> > AIX LVM system (even booting from a LV, though not in the 
> most elegant
> > fashion thinkable) is quite mature. It is one of AIX 
> typical features I like
> > the most (unlike smitty... ;-)
> > 
> 
> But you know... smitty makes some tasks on AIX easier.  Their file
> formats for config info are quite verbose sometimes.  And there's
> always the evil ODM.
> 
> 
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> 

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

end of thread, other threads:[~2003-12-10  7:58 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-08  8:41 [linux-lvm] EXT3 vs Reiserfs Yanick Quirion
2003-12-08  9:02 ` Jose Luis Domingo Lopez
2003-12-08  9:09 ` Markus Schiltknecht
2003-12-08  9:32 ` Matt
2003-12-08  9:50   ` Markus Schiltknecht
2003-12-08  9:59     ` Matt
2003-12-08 10:14       ` Markus Schiltknecht
2003-12-08 10:16       ` Spam
2003-12-08 10:19 ` Chris Cox
2003-12-08 10:25   ` Spam
2003-12-08 10:36   ` Markus Baertschi
2003-12-08 11:20     ` Chris Cox
2003-12-09 11:53       ` Remco Post
2003-12-09 12:30         ` Chris Cox
2003-12-08 10:30 ` Markus Baertschi
2003-12-10  7:58   ` Andreas Dilger
  -- strict thread matches above, loose matches on Subject: below --
2003-12-08  9:16 Little, Chris
2003-12-08  9:44 ` Markus Schiltknecht
2003-12-08 13:56   ` Ajay Shekhawat
2003-12-08 14:06     ` Spam
2003-12-08 14:09     ` Mike Williams
2003-12-08  9:51 Little, Chris
2003-12-08 15:22 Yanick Quirion
2003-12-08 22:52 ` Ajay Shekhawat
2003-12-09 14:36 Little, Chris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.