]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-topology: scan all controllers in scan_subsystem()
authorHannes Reinecke <hare@suse.de>
Tue, 22 Jun 2021 11:48:36 +0000 (13:48 +0200)
committerKeith Busch <kbusch@kernel.org>
Tue, 22 Jun 2021 17:10:54 +0000 (11:10 -0600)
commitce9d818f420af6be0801004a77e91915587fc02f
tree06f73a057146fc717e8c21548317baca5f763e40
parent22c19f6a5b58ad9ce99d2c2a95239eab911d908e
nvme-topology: scan all controllers in scan_subsystem()

When a controller is unavailable or resetting during scan_subsystem()
we should be checking all available controllers for this namespace
to avoid a spurious failure.

Signed-off-by: Hannes Reinecke <hare@suse.de>
nvme-topology.c