svn commit: r262448 - stable/9/cddl/contrib/opensolaris/cmd/zpool

Andriy Gapon avg at FreeBSD.org
Tue Feb 25 08:05:06 UTC 2014


on 24/02/2014 19:01 Eitan Adler said the following:
> Author: eadler
> Date: Mon Feb 24 17:01:06 2014
> New Revision: 262448
> URL: http://svnweb.freebsd.org/changeset/base/262448
> 
> Log:
>   MFC r261774 by feld:

Most likely this should have been MFC-ed in one go with r262051...

>   	Add caveat to zpool manpage indicating that we do not automatically activate
>   	hot spares. This should be MFC'd to all STABLE branches.
>   
>   	Upon the availability of zfsd, the zpool manpage on relevant branches should
>   	be updated to remove this caveat and document hot spare's reliance on zfsd.
>   
>   Requested by:	feld
> 
> Modified:
>   stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8
> Directory Properties:
>   stable/9/cddl/contrib/opensolaris/cmd/zpool/   (props changed)
> 
> Modified: stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8
> ==============================================================================
> --- stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Mon Feb 24 14:40:28 2014	(r262447)
> +++ stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Mon Feb 24 17:01:06 2014	(r262448)
> @@ -1946,3 +1946,9 @@ The
>  .Xr mdoc 7
>  implementation of this manual page was initially written by
>  .An Martin Matuska Aq mm at FreeBSD.org .
> +.Sh CAVEATS
> +The
> +.Cm spare
> +feature requires a utility to detect zpool degradation and initiate
> +disk replacement within the zpool. FreeBSD does not provide such a
> +utility at this time.
> 


-- 
Andriy Gapon


More information about the svn-src-all mailing list