[PATCH] NVMe-CLI Fix command failures in regress script
Keith Busch
keith.busch at intel.com
Mon Feb 5 08:57:04 PST 2018
On Mon, Feb 05, 2018 at 04:49:11PM +0000, Jeffrey Lien wrote:
> Keith,
> That doesn't seem to happen with our nvme device. Below is what I get when I run the regress script as is. Am I missing something on the invocation?
>
> ./regress -d /dev/nvme0 -l -w
^^^^^
That's a character device. You need to use a block device, like
/dev/nvme0n1.
More information about the Linux-nvme
mailing list