[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 questions



Seth Mos schrieb:
> 
> At 14:25 12-4-2002 +0200, =?ISO-8859-2?Q?Libor_Van=ECk?= wrote:
> >Hi,
> >I'd like to ask 2 small yes/no questions about XFS:
> >- does XFS support fs resising?
> 
> Only larger, shrinking is not supported.
> 
> >- is there any way how to have physicaly more (Linux) machines which would
> >act like one big XFS (probably all driven by one "master" machine which
> >would handle I/O requests)?
> 
> There are some other filesystem block layers that can do this but I don't
> know if any of them actually work with XFS. I see some trivial test reports
> but I can't remember if any of them was succesful or not.

You could use network block devices on several physikal machines and
build one big RAID0/1/5 volume with it on the master server. Then put
XFS or LVM/XFS on top of it. I tried this once and it worked quite well
and fast. If been told you can get better performance than with NFS.

-Simon

> 
> >(I think it's clear what I would like to do ;-))
> 
> Yup
> 
> cheers
> 
> --
> Seth
> Every program has two purposes one for which
> it was written and another for which it wasn't
> I use the last kind.