[zfs-discuss] Re: opensolaris, zfs rootfs raidz

2007-04-06 Thread Jakob Praher
Erik Trimble wrote:
 On Thu, 2007-04-05 at 22:59 +0200, Jakob Praher wrote:
 Hi Cyril,
  
 So to get this right:
 Nevada == Solaris Express?!

 Yes, it's a bit confusing.  Think of Nevada as a distro name (in Linux
 terms), which uses the OpenSolaris source base.  There are (generally)
 weekly builds, which is what you will see referred to as B61.  Solaris
 Express is the marketing name for periodic releases of specific builds
 of Nevada (so, every couple of months, a build of Nevada is released as
 Solaris Express - it's for people who want the latest technology,,
 with _some_ support options, while not living on the absolute bleeding
 edge like us folks).
 
The thing is: I am creating a network centered storage server, and for
that I'd like to have a somewhat stable OS. I would like to use ZFS and
then snapshot to another node (quite freqently) which should give me
some DRBD like behavior.

IMHO I wanted to have just one giant raidz zfs pool that can  be booted
from and not bother with the rest. I thought it would be rather hard to
support RAIDz as a root pool. Though I gave it a try.

Maybe I just should forget the root zfs stuff, if i nonetheless have to
 use 2 pools in order to have the rest use raidz which is what i need
for robustness.

Maybe I will just take a hardware raid approach to the root partition
(just to have failover support) and to not make the one giant root
approach using zfs.

One ZFS related question: If I use the ufs partition to boot into the
ZFS partition (the old rootfs stuff), raidz should then be technically
speeking possible?

Since in this case grub is using UFS to load the platform kernel and the
 initial ramdisk?

So maybe it should work to have a very small UFS partition mirrored
manually on several disks and then to boot into a raidz ZFS. My ZFS
partition FAULTED when I tried to boot via UFS on Solaris 10. Is the
root fs support mentioned in:
http://blogs.sun.com/tabriz/#are_you_ready_to_rumble supported in
Solaris 10?

Thanks. I am sorry for so much noise on this file system related list.

-- Jakob


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


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

2007-04-06 Thread Gino
Great news, Pawel!
Waiting to test it :)
 
 
This message posted from opensolaris.org
___
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 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[2]: [zfs-discuss] Re: opensolaris, zfs rootfs raidz

2007-04-06 Thread Robert Milkowski
Hello Erik,

Friday, April 6, 2007, 12:45:14 AM, you wrote:

ET On Thu, 2007-04-05 at 22:59 +0200, Jakob Praher wrote:
 Hi Cyril,
 
 thanks for your quick response!
 Cyril Plisko wrote:
  On 4/5/07, Jakob Praher [EMAIL PROTECTED] wrote:
  hi all,
  
 
  I am new to solaris.
  I am creating a zfs filestore which should boot via rootfs.
  The version of the system is: SunOS store1 5.10 Generic_118855-33 i86pc
  i386 i86pc.
 
  Now I have seen that there is a new rootfs support for solaris starting
  with build: snv_62.
  (http://www.opensolaris.org/os/community/zfs/boot/zfsboot-manual/)
 
  Is it
  a) possible to start from a raidz pool?
  
  No. At this point raidz pool is not usable as a boot pool.
  
 
 Is this possible then to use a mirror pool?
 

ET Right now, the only supported root filesystem config for ZFS is a (non-
ET striped) mirror or single-disk configuration.  

Are there any plans tyo suppport raid-10 for rootfs?
As lot of Sun's servers have 4 disks in many cases it would be much
cleaner/simple to create one raid-10 pool instead of creating another
pool.

-- 
Best regards,
 Robertmailto:[EMAIL PROTECTED]
   http://milek.blogspot.com

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


Re: [zfs-discuss] Re: opensolaris, zfs rootfs raidz

2007-04-06 Thread Lori Alt



Robert Milkowski wrote:


Hello Erik,

Friday, April 6, 2007, 12:45:14 AM, you wrote:

ET On Thu, 2007-04-05 at 22:59 +0200, Jakob Praher wrote:
 


Hi Cyril,

thanks for your quick response!
Cyril Plisko wrote:
 


On 4/5/07, Jakob Praher [EMAIL PROTECTED] wrote:
   


hi all,
 


I am new to solaris.
I am creating a zfs filestore which should boot via rootfs.
The version of the system is: SunOS store1 5.10 Generic_118855-33 i86pc
i386 i86pc.

Now I have seen that there is a new rootfs support for solaris starting
with build: snv_62.
(http://www.opensolaris.org/os/community/zfs/boot/zfsboot-manual/)

Is it
a) possible to start from a raidz pool?
 


No. At this point raidz pool is not usable as a boot pool.

   


Is this possible then to use a mirror pool?

 



ET Right now, the only supported root filesystem config for ZFS is a (non-
ET striped) mirror or single-disk configuration.  


Are there any plans tyo suppport raid-10 for rootfs?



I don't know what raid-10 is, but we do have plans to support
booting from RAID-Z.  The design is still being worked
out, but it's likely that it will involve a new kind of dataset which
is replicated on each disk of the RAID-Z pool, and which contains
the boot archive and other crucial files that the booter
needs to read.  I don't have a projected date for when it will be
available.  It's a lower priority project than getting the install support
for zfs boot done.

Lori


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


Re: [zfs-discuss] Re: opensolaris, zfs rootfs raidz

2007-04-06 Thread Lori Alt

eric taylor wrote:


I don't know what raid-10 is, but we do have plans to support
booting from RAID-Z.
   



raid-10 (or raid 1+0) is mirroring plus striping.

 


Thanks, Eric.  Also to Malachi, who informed me of this also.

I expect that the same replicate on all disks dataset property that I'm
proposing for booting from RAIDZ would enable us to implement
booting from raid-10 too.

Lori

___
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] Re: ZFS committed to the FreeBSD base.

2007-04-06 Thread Pawel Jakub Dawidek
On Sat, Apr 07, 2007 at 12:39:14AM +0200, Bruno Damour wrote:
 Thanks, fantasticly interesting !
   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.
   
 I'm waiting eagerly to amd64 version
 
 Missing functionality.
 
   - There is no support for ACLs and extended attributes.
   
 Is this planned ? Does that means I cannot use it as a basis for a 
 full-featured samba share ?

It is planned, but it's not trivial. Does samba support NFSv4-style
ACLs?

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


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


[zfs-discuss] Re: Something like spare sectors...

2007-04-06 Thread Anton B. Rang
 This sounds a lot like:
 
 6417779 ZFS: I/O failure (write on ...) -- need to
 reallocate writes
 
 Which would allow us to retry write failures on
 alternate vdevs.

Of course, if there's only one vdev, the write should be retried to a different 
block on the original vdev ... right?

Anton
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss