zfs in production

View: New views
3 Messages — Rating Filter:   Alert me  

zfs in production

by Eric W.Bates-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry to ask an obvious question... But what's the advantage to zfs?
_______________________________________________
freebsd-isp@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@..."

Re: zfs in production

by Freddie Cash-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul 7, 2009 at 8:40 AM, Eric W. Bates <ericx@...> wrote:

> Sorry to ask an obvious question... But what's the advantage to zfs?
>

There's plenty of information regarding ZFS available online.  :)

A very quick synopsis of the main features would be:
  - pooled storage setup, which can be easily expanded as needed, and is
available to all filesystems/volumes
  - built-in striping (RAID0), n-way mirroring (RAID1), raidz1 (modified
RAID5), raidz2 (modified RAID6)
  - copy-on-write, and transactional filesystem
  - posix-compliant filesystem layer, and block storage / volume manager
  - infinite, constant-time, in-filesystem snapshots (read-only)
  - snapshots can be promoted to clones (read/write)
  - clones can be promoted to separate filesystems
  - built-in compression
  - end-to-end data integrity using checksums

There's a whole bunch more to it than the above.  Once you start using
pooled storage for servers, it's really hard to go back to the old way of
slicing and partitioning and allocating specific amounts of storage to each
filesytem.  :)
--
Freddie Cash
fjwcash@...
_______________________________________________
freebsd-isp@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@..."

Re: zfs in production

by Tom Evans-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-07-07 at 11:40 -0400, Eric W. Bates wrote:
> Sorry to ask an obvious question... But what's the advantage to zfs?

http://www.google.com/search?q=advantages+of+zfs

_______________________________________________
freebsd-isp@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@..."