svn commit: r267506 - head/usr.sbin/ctladm
Alexander Motin
mav at FreeBSD.org
Sun Jun 15 11:21:45 UTC 2014
Author: mav
Date: Sun Jun 15 11:21:44 2014
New Revision: 267506
URL: http://svnweb.freebsd.org/changeset/base/267506
Log:
Document additional LUN/backend options.
Modified:
head/usr.sbin/ctladm/ctladm.8
Modified: head/usr.sbin/ctladm/ctladm.8
==============================================================================
--- head/usr.sbin/ctladm/ctladm.8 Sun Jun 15 10:43:12 2014 (r267505)
+++ head/usr.sbin/ctladm/ctladm.8 Sun Jun 15 11:21:44 2014 (r267506)
@@ -34,7 +34,7 @@
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
.\" $FreeBSD$
.\"
-.Dd October 30, 2013
+.Dd June 15, 2014
.Dt CTLADM 8
.Os
.Sh NAME
@@ -933,6 +933,29 @@ Display
.Nm
usage information.
.El
+.Sh OPTIONS
+Number of additional configuration options may be specified for LUNs.
+Some options are global, others are backend-specific.
+.Pp
+Global options:
+.Bl -tag
+.It Va vendor
+Specifies LUN vendor string up to 8 chars.
+.It Va product
+Specifies LUN product string up to 16 chars.
+.It Va revision
+Specifies LUN revision string up to 4 chars.
+.It Va unmap
+Set to "on", enables UNMAP support for the LUN.
+.El
+.Pp
+Options specific for block backend:
+.Bl -tag
+.It Va file
+Specifies file or device name to use for backing store.
+.It Va num_threads
+Specifies number of backend threads to use for this LUN.
+.El
.Sh EXAMPLES
.Dl ctladm tur 0:1
.Pp
More information about the svn-src-all
mailing list