- Use an uppercase provider name in the example, to make the name change

after labeling the provider more obvious. (1)
- Correct nomenclature usage

PR:		121487 (1)
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2008-03-13 15:37:02 +00:00
parent e42e0b8669
commit 51b6df2d16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177150

View File

@ -213,15 +213,15 @@ with their storage is qualified to make this judgement.
.Pp
You can then use the
.Nm
command to label and create the
command to label and create a
.Nm MULTIPATH
GEOM class named
.Ar Fred .
GEOM provider named
.Ar FRED .
.Bd -literal -offset indent
gmultipath label -v Fred /dev/da0 /dev/da2
disklabel -Brw /dev/multipath/Fred auto
newfs /dev/multipath/Freda
mount /dev/multipath/Freda /mnt....
gmultipath label -v FRED /dev/da0 /dev/da2
disklabel -Brw /dev/multipath/FRED auto
newfs /dev/multipath/FREDa
mount /dev/multipath/FREDa /mnt....
.Ed
.Pp
The resultant console output looks something like: