Re: [opensuse] ZFS on SuSE-anyone, Distributed File System...
Michael Folsom skrev:
Hi:
Quick question - what are the advantages of ZFS over XFS?
I'm not trying to start a flame war but as a happy XFS user wonder what ZFS has to offer>
Later -
Mike
On Tue, Jun 10, 2008 at 2:35 PM, Verner Kjærsgaard <vk@os-academy.dk> wrote:
Hi list,
- has anyone tried SUN's ZFS on SuSE? Can it be done, is it at all feasible?
- or another Distributed file system. I may need a file system, that will allow me to add storage ad hoc.
Any hints, links?
As always, thanks!
-- -------------------------------------------- Med venlig hilsen/best regards Verner Kjærsgaard Novell Certified Linux Professional 10035701 www.os-academy.dk +45 56964223 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I really don't know, if any? Are they not two different beasts? I tried looking for info about XFS, any good links, homepage? -- -------------------------------------------- Med venlig hilsen/best regards Verner Kjærsgaard Novell Certified Linux Professional 10035701 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
From: Verner Kjærsgaard [mailto:vk@os-academy.dk] | |Michael Folsom skrev: |> Hi: |> |> Quick question - what are the advantages of ZFS over XFS? |> |> I'm not trying to start a flame war but as a happy XFS user wonder |> what ZFS has to offer> | |I really don't know, if any? Are they not two different beasts? |I tried looking for info about XFS, any good links, homepage? Please compare apples to apples. XFS represents just a subset of ZFS. XFS is a high performance filesystem, fast lookup, fast write. Decent delete. a single volume, nothing more. SGI made XLV as a volume manager on top (unfortunately not open-sourced). Later they made XVM which is a mutli-host clustered version, still using XFS or CXFS (XFS + cluster metadata management) In linux-world we usually use the crippled minimal feature LVM volume-manager, but it lacks almost every feature except mirroring and striping. XLV on irix had excellent realtime and striping features to really get the best performance out of your array of disks. But it lacked support for fixing stripe holes and had long revive times before you could start using your volume. ZFS is filesystem and volumemanager. I do not know about performance (Sun claims each volume is independently threaded), but it has the most elegant management I've seen. You can easily manager 100's of disks on a very few controllers. See the Sun X4500 which has 44 disks on 8 port sata marvell sata controllers. ZFS's volume manager has lots of features, disks are ready to use once they are connected (thus lower performance due to revive), you can move volumes back and forth, create stripes, create arrays, hot spares, encrypt etc. It is actually a very advanced software raid controller. Last time I tested opensolaris I could not use zfs on the rootfs, it also lacks splitting volumes. Nowadays a 1TB disk or 2x1TB mirror which you can mirror via LVM or a cheap hardware raid with 5 disks take away most of the need for a disk volume-manager. -- MortenB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Morten Bjørnsvik wrote:
From: Verner Kjærsgaard [mailto:vk@os-academy.dk] | |Michael Folsom skrev: |> Hi: |> |> Quick question - what are the advantages of ZFS over XFS? |> |> I'm not trying to start a flame war but as a happy XFS user wonder |> what ZFS has to offer> | |I really don't know, if any? Are they not two different beasts? |I tried looking for info about XFS, any good links, homepage?
Please compare apples to apples. XFS represents just a subset of ZFS.
XFS is a high performance filesystem, fast lookup, fast write. Decent delete. a single volume, nothing more. SGI made XLV as a volume manager on top (unfortunately not open-sourced). Later they made XVM which is a mutli-host clustered version, still using XFS or CXFS (XFS + cluster metadata management)
In linux-world we usually use the crippled minimal feature LVM volume-manager, but it lacks almost every feature except mirroring and striping.
Those aren't LVM functions those are RAID -- even on HP-UX, IRIX, AIX and Solaris. LVM is management of disk blocks and the ability to re-assign to different LOGICAL volumes regardless of physical partition or location within different partitions.
XLV on irix had excellent realtime and striping features to really get the best performance out of your array of disks. But it lacked support for fixing stripe holes and had long revive times before you could start using your volume.
ZFS is filesystem and volumemanager. I do not know about performance (Sun claims each volume is independently threaded), but it has the most elegant management I've seen. You can easily manager 100's of disks on a very few controllers. See the Sun X4500 which has 44 disks on 8 port sata marvell sata controllers.
ZFS's volume manager has lots of features, disks are ready to use once they are connected (thus lower performance due to revive), you can move volumes back and forth, create stripes, create arrays, hot spares, encrypt etc. It is actually a very advanced software raid controller.
Last time I tested opensolaris I could not use zfs on the rootfs, it also lacks splitting volumes.
Nowadays a 1TB disk or 2x1TB mirror which you can mirror via LVM or a cheap hardware raid with 5 disks take away most of the need for a disk volume-manager. -- MortenB
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
You're right, Geometry Dash and XFS (the Linux file system) are indeed two completely different things that serve different purposes. They are not directly related or comparable. geometry dash breeze at https://geometrydashbreeze.com is a popular rhythm-based video game, while XFS (or the "X File System") is a high-performance file system used in Linux and other Unix-like operating systems.
participants (4)
-
Evens Garde
-
James Miller
-
Morten Bjørnsvik
-
Verner Kjærsgaard