summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-06-15 11:21:44 +0000
committermav <mav@FreeBSD.org>2014-06-15 11:21:44 +0000
commitdee1ee5f2ca43aa981a04316d6437fd33404ee50 (patch)
tree4a483eb315addfe278bab1614ced5c03a8c5e5d3 /usr.sbin
parentd2e5a2251b425496dda7a848ad58e98587a15ca2 (diff)
downloadFreeBSD-src-dee1ee5f2ca43aa981a04316d6437fd33404ee50.zip
FreeBSD-src-dee1ee5f2ca43aa981a04316d6437fd33404ee50.tar.gz
Document additional LUN/backend options.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctladm/ctladm.825
1 files changed, 24 insertions, 1 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8
index 005225c..fd43f50 100644
--- a/usr.sbin/ctladm/ctladm.8
+++ b/usr.sbin/ctladm/ctladm.8
@@ -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
OpenPOWER on IntegriCloud