Re: [PATCH] nvme: fix cntlid uniqueness check for different hosts
Sagi Grimberg <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme |
|---|---|
| Message-ID | <[email protected]> |
On 23/08/2026 3:15, Sagi Grimberg wrote:
> A single physical host may use a separate {hostnqn, hostid} identifiers
> when connecting to a controller. It is possible that the a distributed
> nvmf controller may generate unique cntlid per hostnqn and not globally
> unique. Hence, validate the cntlid is unique per nvmf host.
>
> Fixes: 1b1031ca63b2 ("nvme: validate cntlid during controller initialisation")
> Signed-off-by: Sagi Grimberg <[email protected]>
Any thoughts on this one?