Are hot spares implmented yet? I got Solaris 2006 6/06 installed and setup a ZFS pool and ZFS filesystem. # zpool status pool: data state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM data ONLINE 0 0 0 mirror ONLINE 0 0 0 c4t60001FE1000DAD9000092110348000DAd0s2 ONLINE 0 0 0 c4t60001FE1000DAD9000092110348000D7d0s2 ONLINE 0 0 0 mirror ONLINE 0 0 0 c4t60001FE1000DAD9000092110348000E0d0s2 ONLINE 0 0 0 c4t60001FE1000DAD9000092110348000C3d0s2 ONLINE 0 0 0 ...etc... errors: No known data errors I assumed I was going to be able to add spares later, but when I tried to add a spare, it said: # zpool add data spare c4t60001FE1000DAD9000092110348000F5d0s2 cannot open ''spare'': no such device in /dev/dsk must be a full path or shorthand device name I tried to add my spare(s) as art of the create subcommand and got the same message. For some reason, it doesn''t seem to be implemented. My zpool man page says this: The pool names "mirror", "raidz", and "spare" are reserved, as are names beginning with the pattern "c[0-9]". I look at the binary to see that it wouldn''t understand "spare" as being special at all. # strings /usr/sbin/zpool | egrep ''spare|mirror|raidz'' mirror raidz mirror raidz So I suspect I don''t have support for hot spares in Solaris 2006 6/06 (aka U2). Is there a Nevada version which supports zpool spares? My "uname -srv" says I have "SunOS 5.11 snv_40". or is there an update I can get? Thanks, ez This message posted from opensolaris.org
Eric Ziegast wrote:>Are hot spares implmented yet? > >Yep, they are going to be in U3, they are not in U2 ( Solaris 2006 6/06 ). Hot spares was integrated in nevada build 42. check out: http://www.opensolaris.org/os/community/zfs/version/3/ eric>I got Solaris 2006 6/06 installed and setup a ZFS pool and ZFS filesystem. > ># zpool status > pool: data > state: ONLINE > scrub: none requested >config: > > NAME STATE READ WRITE CKSUM > data ONLINE 0 0 0 > mirror ONLINE 0 0 0 > c4t60001FE1000DAD9000092110348000DAd0s2 ONLINE 0 0 0 > c4t60001FE1000DAD9000092110348000D7d0s2 ONLINE 0 0 0 > mirror ONLINE 0 0 0 > c4t60001FE1000DAD9000092110348000E0d0s2 ONLINE 0 0 0 > c4t60001FE1000DAD9000092110348000C3d0s2 ONLINE 0 0 0 > ...etc... > errors: No known data errors > > > I assumed I was going to be able to add spares later, but when I tried to add a spare, it said: > > # zpool add data spare c4t60001FE1000DAD9000092110348000F5d0s2 > cannot open ''spare'': no such device in /dev/dsk > must be a full path or shorthand device name > >I tried to add my spare(s) as art of the create subcommand and got the same message. >For some reason, it doesn''t seem to be implemented. My zpool man page says this: > The pool names "mirror", "raidz", and "spare" are reserved, as are names > beginning with the pattern "c[0-9]". > >I look at the binary to see that it wouldn''t understand "spare" as being special at all. > > # strings /usr/sbin/zpool | egrep ''spare|mirror|raidz'' > mirror > raidz > mirror > raidz > >So I suspect I don''t have support for hot spares in Solaris 2006 6/06 (aka U2). > >Is there a Nevada version which supports zpool spares? My "uname -srv" says I have "SunOS 5.11 snv_40". or is there an update I can get? > >Thanks, ez > > >This message posted from opensolaris.org >_______________________________________________ >zfs-discuss mailing list >zfs-discuss at opensolaris.org >http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > >
On Aug 1, 2006, at 4:25 PM, Eric Ziegast wrote:> Are hot spares implmented yet? > > I got Solaris 2006 6/06 installed and setup a ZFS pool and ZFS > filesystem. > > So I suspect I don''t have support for hot spares in Solaris 2006 > 6/06 (aka U2). > > Is there a Nevada version which supports zpool spares? My "uname - > srv" says I have "SunOS 5.11 snv_40". or is there an update I can > get? > > Thanks, ez >From a couple of days ago George Wilson said that it''s going to be in Solaris 10 11/06 (Update 3). http://mail.opensolaris.org/pipermail/zfs-discuss/2006-July/004057.html >RAIDZ2 (a.k.a RAID-6) is also in this wad: > 6417978 double parity RAID-Z a.k.a. RAID6 > Thanks, > George > George Wilson wrote: > We have putback a significant number of fixes and features from > OpenSolaris into what will become Solaris 10 11/06. For reference here''s > the list: > > Features: > PSARC 2006/223 ZFS Hot Spares In Nevada, it showed up in build 42. The current community edition (at least when I updated last week) was 43 and spares are in http:// flickr.com/photo_zoom.gne?id=200572122&size=m - Jason