table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-ZNS-SET-ZONE(1) | NVMe Manual | NVME-ZNS-SET-ZONE(1) |
NAME¶
nvme-zns-set-zone-desc - Set extended descriptor data for a zone
SYNOPSIS¶
nvme [<global-options>] zns set-zone-desc <device>
[--namespace-id=<NUM> | -n <NUM>]
[--start-lba=<IONUM>, -s <IONUM>]
[--zrwaa | -r]
[--data=<FILE>, -d <FILE>]
DESCRIPTION¶
For the NVMe device given, issues the Zone Management Send command with the Set Zone Descriptor Extensions action. The input will default to stdin. Alternatively, the data may come from a file that can be specified. The data length will automatically be calculated from the zns identify namespace.
OPTIONS¶
-n <NUM>, --namespace-id=<NUM>
-s <lba>, --start-lba=<lba>
-r, --zrwaa
-d <FILE>, --data=<FILE>
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
# echo "hello world" | nvme zns set-zone-desc /dev/nvme0 -n 1 -s 0
NVME¶
Part of nvme-cli
| 07/31/2026 | NVMe |