[PATCH] nvme-multipath: fix multipath path scan
Christoph Hellwig
hch at lst.de
Wed Feb 16 00:11:48 PST 2022
On Wed, Feb 16, 2022 at 11:43:05AM +0530, Kanchan Joshi wrote:
> commit e7d65803e2bb ("nvme-multipath: revalidate paths during rescan")
> introduced NVME_NS_READY flag. nvme_path_is_disabled() declares path/ns
> to be disabled if this flag is not found to be set.
> This causes side-effect on namespace for which block-interface is not
> fully up.
Hmm. This means for non-bdev namespaces we error out somewhere in
nvme_update_ns_info. Where do we fail here, nvme_configure_metadata?
More information about the Linux-nvme
mailing list