1
0
Fork 0

Merging upstream version 2.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 11:50:38 +02:00
parent adb2e5e05d
commit 8599c7290c
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
----