Skip to content

Move 'host_traddr' and 'host_iface' into fabrics configuration#172

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
hreinecke:host_traddr
Jan 13, 2022
Merged

Move 'host_traddr' and 'host_iface' into fabrics configuration#172
igaw merged 1 commit intolinux-nvme:masterfrom
hreinecke:host_traddr

Conversation

@hreinecke
Copy link
Copy Markdown
Collaborator

Having 'host_traddr' and 'host_iface' as part of the controller
structure is technically correct, but won't work for 'connect-all'.
There we evaluate the contents of the discovery log page, and create
new controllers based on that information.
But as 'host_traddr' and 'host_iface' are Linux-only constructs, the
spec (and the discovery log page) doesn't know about them, and can't
provide us with that information.

Signed-off-by: Hannes Reinecke hare@suse.de

Having 'host_traddr' and 'host_iface' as part of the controller
structure is technically correct, but won't work for 'connect-all'.
There we evaluate the contents of the discovery log page, and create
new controllers based on that information.
But as 'host_traddr' and 'host_iface' are Linux-only constructs, the
spec (and the discovery log page) doesn't know about them, and can't
provide us with that information.

Signed-off-by: Hannes Reinecke <hare@suse.de>
@igaw
Copy link
Copy Markdown
Collaborator

igaw commented Jan 13, 2022

Fixes linux-nvme/nvme-cli#1311

@igaw igaw merged commit 209c5ab into linux-nvme:master Jan 13, 2022
@hreinecke hreinecke deleted the host_traddr branch March 23, 2023 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants