Adding upstream version 2.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0fbec1eb4
commit
94a061187a
579 changed files with 6165 additions and 1687 deletions
|
@ -29,8 +29,9 @@ OPTIONS
|
|||
|
||||
-c <ctrl-list,>::
|
||||
-controllers=<ctrl-list,>::
|
||||
The comma separated list of controller identifiers to attach
|
||||
the namespace too.
|
||||
The comma separated list of controller identifiers to attach the
|
||||
namespace too. If no list is provided, the namespace will be attached
|
||||
to the <device> controller used for this command.
|
||||
|
||||
-o <fmt>::
|
||||
--output-format=<fmt>::
|
||||
|
@ -43,9 +44,13 @@ OPTIONS
|
|||
|
||||
EXAMPLES
|
||||
--------
|
||||
Attach namespace to the controller:
|
||||
Attach namespace 2 to the controllers with id 0x21 and 0x22:
|
||||
|
||||
# nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21
|
||||
# nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21,0x22
|
||||
|
||||
Attach namespace 3 to nvme0:
|
||||
|
||||
# nvme attach-ns /dev/nvme0 -n 3
|
||||
|
||||
NVME
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue