NVME-ZNS-ZONE-MGM(1) | NVMe Manual | NVME-ZNS-ZONE-MGM(1) |
NAME¶
nvme-zns-zone-mgmt-send - Zone Management Send command
SYNOPSIS¶
nvme 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>]
[--timeout=<timeout> | -t <timeout>]
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>
-t <timeout>, --timeout=<timeout>
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
08/07/2024 | NVMe |