NVME-ZNS-ZONE-MGM(1) | NVMe Manual | NVME-ZNS-ZONE-MGM(1) |
nvme-zns-zone-mgmt-send - Zone Management Send command
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>]
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.
-n <NUM>, --namespace-id=<NUM>
-s <lba>, --start-lba=<lba>
-l <NUM>, --data-len=<NUM>
-o, --zsaso
--select-all, -a
-z <NUM>, --zsa=<NUM>
-l <IONUM>, --data-len=<IONUM>
-d <FILE, --data=<FILE>
-t <timeout>, --timeout=<timeout>
# 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
Part of nvme-cli
04/15/2023 | NVMe |