Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2015 06:34:47 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285647 - head/sbin/geom/class/multipath
Message-ID:  <201507170634.t6H6Ylb5027372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo (ports committer)
Date: Fri Jul 17 06:34:46 2015
New Revision: 285647
URL: https://svnweb.freebsd.org/changeset/base/285647

Log:
  Describe how to load gmultipath at boot time.
  
  Differential Revision:	D3112
  Reviewed by:		allanjude, bapt
  Sponsored by:		gandi.net

Modified:
  head/sbin/geom/class/multipath/gmultipath.8

Modified: head/sbin/geom/class/multipath/gmultipath.8
==============================================================================
--- head/sbin/geom/class/multipath/gmultipath.8	Fri Jul 17 00:00:04 2015	(r285646)
+++ head/sbin/geom/class/multipath/gmultipath.8	Fri Jul 17 06:34:46 2015	(r285647)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 11, 2015
+.Dd July 17, 2015
 .Dt GMULTIPATH 8
 .Os
 .Sh NAME
@@ -350,6 +350,16 @@ GEOM_MULTIPATH: da0 added to FRED
 GEOM_MULTIPATH: da0 is now active path in FRED
 GEOM_MULTIPATH: da2 added to FRED
 .Ed
+.Ed
+.Pp
+To load the
+.Nm
+Module at boot time, add the following entry to
+.Pa /boot/loader.conf:
+.Bd -literal -offset ident
+geom_multipath_load="YES"
+.Ed
+.Ed
 .Sh SEE ALSO
 .Xr geom 4 ,
 .Xr isp 4 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507170634.t6H6Ylb5027372>