Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-06 Thread Pawel Jakub Dawidek
On Fri, Apr 06, 2007 at 05:54:37AM +0100, Ricardo Correia wrote:
 I'm interested in the cross-platform portability of ZFS pools, so I have
 one question: did you implement the Solaris ZFS whole-disk support
 (specifically, the creation and recognition of the EFI/GPT label)?
 
 Unfortunately some tools in Linux (parted and cfdisk) have trouble
 recognizing the EFI partition created by ZFS/Solaris..

I'm not yet setup to move disks between FreeBSD and Solaris, but my
first goal was to integrate it with FreeBSD's GEOM framework.

We support cache flushing operations on any GEOM provider (disk,
partition, slice, anything disk-like), so bascially currently I treat
everything as a whole disk (because I simply can), but don't do any
EFI/GPT labeling. I'll try to move data from Solaris' disk to FreeBSD
and see what happen.

-- 
Pawel Jakub Dawidek   http://www.wheel.pl
[EMAIL PROTECTED]   http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!


pgpIAGy8NZuKt.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-06 Thread Pawel Jakub Dawidek
On Fri, Apr 06, 2007 at 01:29:11PM +0200, Pawel Jakub Dawidek wrote:
 On Fri, Apr 06, 2007 at 05:54:37AM +0100, Ricardo Correia wrote:
  I'm interested in the cross-platform portability of ZFS pools, so I have
  one question: did you implement the Solaris ZFS whole-disk support
  (specifically, the creation and recognition of the EFI/GPT label)?
  
  Unfortunately some tools in Linux (parted and cfdisk) have trouble
  recognizing the EFI partition created by ZFS/Solaris..
 
 I'm not yet setup to move disks between FreeBSD and Solaris, but my
 first goal was to integrate it with FreeBSD's GEOM framework.
 
 We support cache flushing operations on any GEOM provider (disk,
 partition, slice, anything disk-like), so bascially currently I treat
 everything as a whole disk (because I simply can), but don't do any
 EFI/GPT labeling. I'll try to move data from Solaris' disk to FreeBSD
 and see what happen.

First try:

GEOM: ad6: corrupt or invalid GPT detected.
GEOM: ad6: GPT rejected -- may not be recoverable.

:)

-- 
Pawel Jakub Dawidek   http://www.wheel.pl
[EMAIL PROTECTED]   http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!


pgp7PdZhefXya.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-06 Thread Ceri Davies
On Thu, Apr 05, 2007 at 09:58:47PM -0700, Rich Teer wrote:
  I'm happy to inform that the ZFS file system is now part of the FreeBSD
  operating system. ZFS is available in the HEAD branch and will be
  available in FreeBSD 7.0-RELEASE as an experimental feature.
 
 This is fantastic news!  At the risk of raking over ye olde arguments,
 as the old saying goes: Dual licensing?  We don't need no stinkeen
 dual licensing!.  :-)

Actually, you might want to run that statement by a certain John Birrell
([EMAIL PROTECTED]) regarding the DTrace port and see what answer you get.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere


pgpkDt5mNPpkg.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-05 Thread Pawel Jakub Dawidek
Hi.

I'm happy to inform that the ZFS file system is now part of the FreeBSD
operating system. ZFS is available in the HEAD branch and will be
available in FreeBSD 7.0-RELEASE as an experimental feature.

Commit log:

  Please welcome ZFS - The last word in file systems.
  
  ZFS file system was ported from OpenSolaris operating system. The code
  in under CDDL license.
  
  I'd like to thank all SUN developers that created this great piece of
  software.
  
  Supported by: Wheel LTD (http://www.wheel.pl/)
  Supported by: The FreeBSD Foundation (http://www.freebsdfoundation.org/)
  Supported by: Sentex (http://www.sentex.net/)

Limitations.

  Currently ZFS is only compiled as kernel module and is only available
  for i386 architecture. Amd64 should be available very soon, the other
  archs will come later, as we implement needed atomic operations.

Missing functionality.

  - We don't have iSCSI target daemon in the tree, so sharing ZVOLs via
iSCSI is also not supported at this point. This should be fixed in
the future, we may also add support for sharing ZVOLs over ggate.
  - There is no support for ACLs and extended attributes.
  - There is no support for booting off of ZFS file system.

Other than that, ZFS should be fully-functional.

Enjoy!

-- 
Pawel Jakub Dawidek   http://www.wheel.pl
[EMAIL PROTECTED]   http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!


pgpOhwEO3qYF2.pgp
Description: PGP signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-05 Thread Shawn Walker

On 05/04/07, Pawel Jakub Dawidek [EMAIL PROTECTED] wrote:

I'm happy to inform that the ZFS file system is now part of the FreeBSD
operating system. ZFS is available in the HEAD branch and will be
available in FreeBSD 7.0-RELEASE as an experimental feature.


Wow! This is great news Pawel, and quite impressive. I know I can
safely speak for others when I say that the work you've done and your
participation in the community is much appreciated!

--
Less is only more where more is no good. --Frank Lloyd Wright

Shawn Walker, Software and Systems Analyst
[EMAIL PROTECTED] - http://binarycrusader.blogspot.com/
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-05 Thread Ricardo Correia
Hi Pawel,

Pawel Jakub Dawidek wrote:
 Other than that, ZFS should be fully-functional.

Congratulations, nice work! :)

I'm interested in the cross-platform portability of ZFS pools, so I have
one question: did you implement the Solaris ZFS whole-disk support
(specifically, the creation and recognition of the EFI/GPT label)?

Unfortunately some tools in Linux (parted and cfdisk) have trouble
recognizing the EFI partition created by ZFS/Solaris..

___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-05 Thread Rich Teer
 I'm happy to inform that the ZFS file system is now part of the FreeBSD
 operating system. ZFS is available in the HEAD branch and will be
 available in FreeBSD 7.0-RELEASE as an experimental feature.

This is fantastic news!  At the risk of raking over ye olde arguments,
as the old saying goes: Dual licensing?  We don't need no stinkeen
dual licensing!.  :-)

-- 
Rich Teer, SCSA, SCNA, SCSECA, OGB member

CEO,
My Online Home Inventory

Voice: +1 (250) 979-1638
URLs: http://www.rite-group.com/rich
  http://www.myonlinehomeinventory.com
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] ZFS committed to the FreeBSD base.

2007-04-05 Thread Richard Elling

Pawel Jakub Dawidek wrote:

Hi.

I'm happy to inform that the ZFS file system is now part of the FreeBSD
operating system. ZFS is available in the HEAD branch and will be
available in FreeBSD 7.0-RELEASE as an experimental feature.


Well done, team!  Everyone who cares about their data will be happy :-)
 -- richard
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss