We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc3aedb + 07942d0 commit 692033fCopy full SHA for 692033f
2 files changed
Documentation/nvme-attach-ns.txt
@@ -30,7 +30,12 @@ OPTIONS
30
31
EXAMPLES
32
--------
33
-No examples yet.
+ Attach namspace to the controller:
34
+
35
+ # nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21
36
37
+ Note: Namespace identifier and controller identifier(s) should be in hexadecimal.
38
39
40
NVME
41
----
updated.patch1
@@ -0,0 +1,14 @@
1
+diff --git a/Documentation/nvme-attach-ns.txt b/Documentation/nvme-attach-ns.txt
2
+index 8467335..79bb525 100644
3
+--- a/Documentation/nvme-attach-ns.txt
4
++++ b/Documentation/nvme-attach-ns.txt
5
+@@ -34,9 +34,6 @@ EXAMPLES
6
7
8
9
+- Note: Namespace identifier and controller identifier(s) should be in hexadecimal.
10
+-
11
12
+ NVME
13
+ ----
14
+ Part of the nvme-user suite
0 commit comments