From 5d64e8a26388e2abbf6a6585d17392d6e944ae7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Jul 2023 00:38:51 +0200 Subject: Merging upstream version 2.5. Signed-off-by: Daniel Baumann --- Documentation/nvme-create-ns.html | 85 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 2 deletions(-) (limited to 'Documentation/nvme-create-ns.html') diff --git a/Documentation/nvme-create-ns.html b/Documentation/nvme-create-ns.html index c0fdb8f..fe15e74 100644 --- a/Documentation/nvme-create-ns.html +++ b/Documentation/nvme-create-ns.html @@ -758,10 +758,16 @@ nvme-create-ns(1) Manual Page [--nvmset-id=<nvmsetid> | -i <nvmsetid>] [--csi=<command_set_identifier> | -y <command_set_identifier>] [--lbstm=<lbstm> | -l <lbstm>] + [--nphndls=<nphndls> | -n <nphndls>] [--block-size=<block-size> | -b <block-size>] [--timeout=<timeout> | -t <timeout>] [--nsze-si=<nsze-si> | -S <nsze-si>] - [--ncap-si=<ncap-si> | -C <ncap-si>] + [--ncap-si=<ncap-si> | -C <ncap-si>] + [--azr | -z] + [--rar=<rar> | -r <rar>] + [--ror=<ror> | -o <ror>] + [--rnumzrwa=<rnumzrwa> | -u <rnumzrwa>] + [--phndls=<placement-handle-list,> | -p <placement-handle-list,>]
@@ -883,6 +889,19 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).

+-n <nphndls> +
+
+--nphndls=<nphndls> +
+
+

+ Number of Placement Handle included in the Placement Handle List. + If the Flexible Data Placement capability is not supported or not enabled + in specified Endurance Group, then the controller shall ignore this field. +

+
+
-b
@@ -921,6 +940,68 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).

+
+-z +
+
+--azr +
+
+

+ Allocate ZRWA Resources. + If set to 1, then the namespace is to be created with the number of ZRWA + resource specified in the RNUMZRWA field of this data structure. If cleared + to 0, then no ZRWA resources are allocated to the namespace to be created. +

+
+
+-r <rar> +
+
+--rar=<rar> +
+
+

+ Requested Active Resources. This field specifies the number of active + resources to be allocated to the created namespace. +

+
+
+-o <ror> +
+
+--ror=<ror> +
+
+

+ Requested Open Resources. This field specifies the number of open resources + to be allocated to the created namespace. +

+
+
+-u <rnumzrwa> +
+
+--rnumzrwa=<rnumzrwa> +
+
+

+ Requested Number of ZRWA Resources. This field specifies the number of ZRWA + resources to be allocated to the created namespace. +

+
+
+-p <placement-handle-list,> +
+
+--phndls=<placement-handle-list,> +
+
+

+ The comma separated list of Reclaim Unit Handle Identifier to be associated + with each Placement Handle. +

+
@@ -952,7 +1033,7 @@ Create a namespace: -- cgit v1.2.3