Re: [zfs-discuss] Error in zpool man page?

2007-12-07 Thread jonathan soons
mis _HOLD_ # cat /etc/release Solaris 10 6/06 s10s_u2wos_09a SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 09 June 2006 mis _HOLD_ # This message

Re: [zfs-discuss] Error in zpool man page?

2007-12-07 Thread Mike Dotson
On Fri, 2007-12-07 at 08:24 -0800, jonathan soons wrote: > SunOS 5.10 Last change: 25 Apr 2006 > > Yes, I see that my other server is more up to date. > > SunOS 5.10 Last change: 13 Feb 2007 > This one was recently installed. What OS rev? (more /etc/release) I don't ha

Re: [zfs-discuss] Error in zpool man page?

2007-12-07 Thread jonathan soons
SunOS 5.10 Last change: 25 Apr 2006 Yes, I see that my other server is more up to date. SunOS 5.10 Last change: 13 Feb 2007 This one was recently installed. Is there a patch that was not included with 10_Recommended? This message posted from opensolaris.org

Re: [zfs-discuss] Error in zpool man page?

2007-12-07 Thread Cindy . Swearingen
Jonathan, I think I remember seeing this error in an older Solaris release. The current zpool.1m man page doesn't have this error unless I'm missing it: http://docs.sun.com/app/docs/doc/819-2240/zpool-1m In a current Solaris release, this command fails as expected: # zpool create mirror c0t2d0

Re: [zfs-discuss] Error in zpool man page?

2007-12-07 Thread Mike Dotson
On Fri, 2007-12-07 at 08:02 -0800, jonathan soons wrote: > The man page gives this form: > zpool create [-fn] [-R root] [-m mountpoint] pool vdev ... > however, lower down, there is this command: > # zpool create mirror c0t0d0 c0t1d0 mirror c1t0d0 c1t1d0 > Isn't the "pool" element missing in the

[zfs-discuss] Error in zpool man page?

2007-12-07 Thread jonathan soons
The man page gives this form: zpool create [-fn] [-R root] [-m mountpoint] pool vdev ... however, lower down, there is this command: # zpool create mirror c0t0d0 c0t1d0 mirror c1t0d0 c1t1d0 Isn't the "pool" element missing in the command? This message posted from opensolaris.org __