Date: Tue, 11 Feb 2014 15:38:29 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261774 - head/cddl/contrib/opensolaris/cmd/zpool Message-ID: <201402111538.s1BFcTcd053811@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld (ports committer) Date: Tue Feb 11 15:38:29 2014 New Revision: 261774 URL: http://svnweb.freebsd.org/changeset/base/261774 Log: 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. Approved by: avg MFC after: 1 week Sponsored by: SupraNet Communications Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Tue Feb 11 15:16:49 2014 (r261773) +++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Tue Feb 11 15:38:29 2014 (r261774) @@ -1956,3 +1956,9 @@ The .Xr mdoc 7 implementation of this manual page was initially written by .An Martin Matuska Aq mm@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111538.s1BFcTcd053811>