1
0
Fork 0

Adding upstream version 2.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 11:50:33 +02:00
parent c0fbec1eb4
commit 94a061187a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
579 changed files with 6165 additions and 1687 deletions

View file

@ -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
----