Author: vangyzen
Date: Sat Jul 16 15:52:14 2016
New Revision: 302938
URL: https://svnweb.freebsd.org/changeset/base/302938

Log:
  MFC r302787
  
  zpool(8): update Hot Spares section to mention zfsd(8)
  
  Approved by:  re (gjb)

Modified:
  stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8        Sat Jul 16 
13:26:18 2016        (r302937)
+++ stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8        Sat Jul 16 
15:52:14 2016        (r302938)
@@ -465,6 +465,15 @@ place in the configuration, and is remov
 pools.
 .Pp
 Spares cannot replace log devices.
+.Pp
+This feature requires a userland helper.
+FreeBSD provides
+.Xr zfsd 8
+for this purpose.
+It must be manually enabled by adding
+.Va zfsd_enable="YES"
+to
+.Pa /etc/rc.conf .
 .Ss Intent Log
 The
 .Tn ZFS
@@ -2023,7 +2032,8 @@ Discarded approximately 29 seconds of tr
 .El
 .Sh SEE ALSO
 .Xr zpool-features 7 ,
-.Xr zfs 8
+.Xr zfs 8 ,
+.Xr zfsd 8
 .Sh AUTHORS
 This manual page is a
 .Xr mdoc 7
@@ -2040,9 +2050,3 @@ The
 .Xr mdoc 7
 implementation of this manual page was initially written by
 .An Martin Matuska Aq m...@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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to