| NVME-OCP-SET-ERRO(1) | NVMe Manual | NVME-OCP-SET-ERRO(1) |
NAME
nvme-ocp-set-error-injection - Inject error conditions
SYNOPSIS
nvme [<global-options>] ocp set-error-injection <device>
[--data=<file> | -d <file>]
[--number=<num> | -n <num>]
[--no-uuid | -N]
[--all-ns | -a]
[--type=<type> | -t <type>]
[--nrtdp=<num> | -r <num>]
DESCRIPTION
Inject error conditions.
The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
This will only work on OCP compliant devices supporting this feature. Results for any other device are undefined.
On success it returns 0, error code otherwise.
OPTIONS
-d <file>, --data=<file>
-n <num>, --number=<num>
-N, --no-uuid
-a, --all-ns
-t <type>, --type=<type>
-r <num>, --nrtdp=<num>
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 ocp set-error-injection /dev/nvme0 -d data.bin -n 2
# nvme ocp set-error-injection /dev/nvme0 -t 2 -r 5
# nvme ocp set-error-injection /dev/nvme0 -a -t 1
NOTES
Valid error injection types: 1 - CPU/controller hang 2 - NAND hang 3 - PLP defect 4 - Logical firmware error 5 - DRAM corruption critical path 6 - DRAM corruption non-critical path 7 - NAND corruption 8 - SRAM corruption 9 - HW malfunction 10 - No more NAND spares available 11 - Incomplete shutdown 12 - Metadata corruption 13 - Critical garbage collection 14 - Latency spike 15 - I/O command failure 16 - I/O command timeout 17 - Admin command failure 18 - Admin command timeout 19 - Thermal throttle engaged 20 - Thermal throttle disengaged 21 - Critical temperature event 22 - Die offline
NVME
Part of the nvme-user suite.
| 09/07/2026 | NVMe |