summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-01-05 11:41:53 +0000
committermav <mav@FreeBSD.org>2017-01-05 11:41:53 +0000
commitf7b2da91f9d4f9a61389c7674a16fd18249b913e (patch)
tree0bb5ff61b9c160b889933cd72e60c410aa9c95e1 /usr.sbin
parentf2970b71b52488e4cc93b04caa4a90cdfbc2a73e (diff)
downloadFreeBSD-src-f7b2da91f9d4f9a61389c7674a16fd18249b913e.zip
FreeBSD-src-f7b2da91f9d4f9a61389c7674a16fd18249b913e.tar.gz
MFC r310356: Add support for locally assigned RFC 4122 UUID LUN identifiers.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctladm/ctladm.87
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8
index ebdd973..5be1ba1 100644
--- a/usr.sbin/ctladm/ctladm.8
+++ b/usr.sbin/ctladm/ctladm.8
@@ -35,7 +35,7 @@
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
.\" $FreeBSD$
.\"
-.Dd October 15, 2016
+.Dd December 21, 2016
.Dt CTLADM 8
.Os
.Sh NAME
@@ -859,9 +859,12 @@ Specifies LUN SCSI name string.
Specifies LUN EUI-64 identifier.
.It Va naa
Specifies LUN NAA identifier.
-Either EUI or NAA identifier should be set to UNIQUE value to allow
+.It Va uuid
+Specifies LUN locally assigned RFC 4122 UUID identifier.
+EUI, NAA or UUID identifier should be set to UNIQUE value to allow
EXTENDED COPY command access the LUN.
Non-unique LUN identifiers may lead to data corruption.
+Some initiators may not support later introduced UUID identifiers.
.It Va ha_role
Setting to "primary" or "secondary" overrides default role of the node
in HA cluster, set by kern.cam.ctl.ha_role sysctl.
OpenPOWER on IntegriCloud