summaryrefslogtreecommitdiff
path: root/usr/src/man
diff options
context:
space:
mode:
authorHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>2022-04-01 11:54:32 +0200
committerHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>2022-10-11 21:39:31 +0200
commit670f080b72593a4a43a509cd4a020ffe8a6484a6 (patch)
tree5ed41875ed647d214d9c36177d88a030ccede28d /usr/src/man
parent2841912edb2f7c5e77ae94d2ff7fe17ad82f2fcd (diff)
downloadillumos-gate-670f080b72593a4a43a509cd4a020ffe8a6484a6.tar.gz
14690 nvmeadm should refer to namespaces by their nsid
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src/man')
-rw-r--r--usr/src/man/man8/nvmeadm.88
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/man/man8/nvmeadm.8 b/usr/src/man/man8/nvmeadm.8
index 04508b2c22..90ac4251ac 100644
--- a/usr/src/man/man8/nvmeadm.8
+++ b/usr/src/man/man8/nvmeadm.8
@@ -139,9 +139,11 @@ The controller name consists of the driver name
followed by an instance number.
A namespace is specified by appending a single
.Qq /
-followed by the namespace ID to the controller name.
-The namespace ID is the EUI64 of the namespace, or a positive non-zero
-decimal number if the namespace doesn't have an EUI64.
+to the controller name, followed by either the namespace ID or the namespace
+EUI64 or NGUID as reported by the
+.Cm identify
+command.
+The namespace ID is a positive non-zero decimal number.
For commands that don't change the device state multiple controllers
and namespaces can be specified as a comma-separated list.
.Pp