table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-ZNS-ZONE-MGM(1) | NVMe Manual | NVME-ZNS-ZONE-MGM(1) |
NAME¶
nvme-zns-zone-mgmt-send - Zone Management Send command
SYNOPSIS¶
nvme [<global-options>] zns zone-mgmt-send <device>
[--namespace-id=<NUM> | -n <NUM>]
[--start-lba=<IONUM>, -s <IONUM>]
[--zsaso, -O]
[--select-all, -a]
[--zsa=<NUM>, -z <NUM>]
[--data-len=<IONUM>, -l <IONUM>]
[--data=<FILE>, -d <FILE>]
DESCRIPTION¶
For the NVMe device given, issues the Zone Management Send command with the requested send action. If the send requires additional data, you may specify the data length. If data is required, the input will default to stdin. Alternatively, the data may come from a file that can be specified.
OPTIONS¶
-n <NUM>, --namespace-id=<NUM>
-s <lba>, --start-lba=<lba>
-l <NUM>, --data-len=<NUM>
-O, --zsaso
-a, --select-all
-z <NUM>, --zsa=<NUM>
-l <IONUM>, --data-len=<IONUM>
-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¶
# nvme zns zone-mgmt-send /dev/nvme0 -n 1 -s 0 -z 1
# echo "hello world" | nvme zns zone-mgmt-send /dev/nvme0 -n 1 -s 0 -z 0x10
NVME¶
Part of nvme-cli
| 07/31/2026 | NVMe |