Commit 9a9a365
committed
nvme/025: use character device for nvme effects-log command
The recent nvme-cli commit aec85d96e07f ("nvme: add error message for
mmap_registers") in the version v2.12 dropped the feature for "nvme
effects-log" command to fallback target devices from namespace block
devices to admin character devices. This made the test case nvme/025
fail with the message "Block device isn't allowed without csi". To avoid
the failure, use admin character devices instead of namespace block
devices.
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Daniel Wagner <[email protected]>
Signed-off-by: Shin'ichiro Kawasaki <[email protected]>1 parent 236edfd commit 9a9a365
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments