From d773654b6b1699765c20636485c3fbfe4c4ef94c Mon Sep 17 00:00:00 2001 From: rgirasegit <54437465+rgirasegit@users.noreply.github.com> Date: Fri, 23 Aug 2019 15:35:46 +0530 Subject: [PATCH] Add an example for attach-ns Add an example to man page of attach-ns command showing syntax and information to use hexadecimal value for Namespace identifier and controller identifier. --- Documentation/nvme-attach-ns.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/nvme-attach-ns.txt b/Documentation/nvme-attach-ns.txt index 1f86dca0..8467335f 100644 --- a/Documentation/nvme-attach-ns.txt +++ b/Documentation/nvme-attach-ns.txt @@ -30,7 +30,12 @@ OPTIONS EXAMPLES -------- -No examples yet. + Attach namspace to the controller: + + # nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21 + + Note: Namespace identifier and controller identifier(s) should be in hexadecimal. + NVME ---- -- 2.50.1