Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVME over FC not working #3360

Open
madxam44 opened this issue Apr 29, 2024 · 2 comments
Open

NVME over FC not working #3360

madxam44 opened this issue Apr 29, 2024 · 2 comments

Comments

@madxam44
Copy link

madxam44 commented Apr 29, 2024

Hello

I'm trying to get working FC NVMe and have problem.
I'm using SPDK v23.09 with compiled drivers from https://github.com/ecdufcdrvr/bcmufctdrvr on Debian 11 with kernel 5.10

SPDK configuration:

[
  {
    "nqn": "nqn.2014-08.org.nvmexpress.discovery",
    "subtype": "Discovery",
    "listen_addresses": [],
    "allow_any_host": true,
    "hosts": []
  },
  {
    "nqn": "nqn.2024-04.spdk:node1",
    "subtype": "NVMe",
    "listen_addresses": [
      {
        "transport": "FC",
        "trtype": "FC",
        "adrfam": "FC",
        "traddr": "nn-0x200000109b51adba:pn-0x100000109b51adba",
        "trsvcid": ""
      }
    ],
    "allow_any_host": true,
    "hosts": [],
    "serial_number": "SPDK00000000000003",
    "model_number": "SPDK bdev Controller",
    "max_namespaces": 32,
    "min_cntlid": 1,
    "max_cntlid": 65519,
    "namespaces": [
      {
        "nsid": 1,
        "bdev_name": "aio0",
        "name": "aio0",
        "nguid": "7BDD67FC6C10410A80D96BA16AEF414A",
        "uuid": "7bdd67fc-6c10-410a-80d9-6ba16aef414a"
      }
    ]
  }
]

On initiator

nvme discover --transport=fc --traddr=nn-0x200000109b51adba:pn-0x100000109b51adba --host-traddr=nn-0x200000109b51ae13:pn-0x100000109b51ae13

error in dmesg

nvme_fc: nvme_fc_create_ctrl: nn-0x200000109b51adba:pn-0x100000109b51adba - nn-0x200000109b51ae13:pn-0x100000109b51ae13 combination not found

Anyone ever get working NVME FC ?
Is there any additonal module that need to be laoded with kernel ?
Anyone can please help ?

Originally posted by @madxam44 in #2754 (comment)

@jimharris
Copy link
Member

@anilgv1

@madxam44
Copy link
Author

madxam44 commented May 8, 2024

Anyone please can help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 28.05
Development

No branches or pull requests

2 participants