All of lore.kernel.org
 help / color / mirror / Atom feed
* NVMe CLI Commit - Input expects device name without /dev
@ 2021-02-10 18:21 Jeffrey Lien
  2021-02-10 18:35 ` Eric Curtin
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Lien @ 2021-02-10 18:21 UTC (permalink / raw)
  To: Keith Busch, ericcurtin17, linux-nvme; +Cc: Alex Gronseth

Eric,
The subject commit (ID dcfe0156360deaefa26b1d00053a791eefe397d1) is causing the following errors with the Linux 5.9 kernel:
Failed to open /sys/class/nvme-subsystem/nvme-subsys0/nvme0/hostnqn: No such file or directory
Failed to open /sys/class/nvme-subsystem/nvme-subsys0/nvme0/hostid: No such file or directory
Failed to open /sys/class/nvme-subsystem/nvme-subsys1/nvme1/hostnqn: No such file or directory
Failed to open /sys/class/nvme-subsystem/nvme-subsys1/nvme1/hostid: No such file or directory
Failed to open /sys/class/nvme-subsystem/nvme-subsys2/nvme2/hostnqn: No such file or directory
Failed to open /sys/class/nvme-subsystem/nvme-subsys2/nvme2/hostid: No such file or directory 

I'm seeing them on the  format and nvme list command.  They don't seem to impact function but do generate questions.  Do know of a way to resolve?

Thanks

Jeff Lien


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: NVMe CLI Commit - Input expects device name without /dev
  2021-02-10 18:21 NVMe CLI Commit - Input expects device name without /dev Jeffrey Lien
@ 2021-02-10 18:35 ` Eric Curtin
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Curtin @ 2021-02-10 18:35 UTC (permalink / raw)
  To: Jeffrey Lien; +Cc: Keith Busch, Alex Gronseth, linux-nvme

Sorry yes, it made sense to print this error for this case:

https://github.com/linux-nvme/nvme-cli/issues/879

But not for others, I'll remove that fprintf line. Here's the fix:

https://github.com/linux-nvme/nvme-cli/pull/905

Apologies for any inconvenience caused.


On Wed, 10 Feb 2021 at 18:21, Jeffrey Lien <Jeff.Lien@wdc.com> wrote:
>
> Eric,
> The subject commit (ID dcfe0156360deaefa26b1d00053a791eefe397d1) is causing the following errors with the Linux 5.9 kernel:
> Failed to open /sys/class/nvme-subsystem/nvme-subsys0/nvme0/hostnqn: No such file or directory
> Failed to open /sys/class/nvme-subsystem/nvme-subsys0/nvme0/hostid: No such file or directory
> Failed to open /sys/class/nvme-subsystem/nvme-subsys1/nvme1/hostnqn: No such file or directory
> Failed to open /sys/class/nvme-subsystem/nvme-subsys1/nvme1/hostid: No such file or directory
> Failed to open /sys/class/nvme-subsystem/nvme-subsys2/nvme2/hostnqn: No such file or directory
> Failed to open /sys/class/nvme-subsystem/nvme-subsys2/nvme2/hostid: No such file or directory
>
> I'm seeing them on the  format and nvme list command.  They don't seem to impact function but do generate questions.  Do know of a way to resolve?
>
> Thanks
>
> Jeff Lien
>

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-10 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 18:21 NVMe CLI Commit - Input expects device name without /dev Jeffrey Lien
2021-02-10 18:35 ` Eric Curtin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.