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

how to know the block device for nvme remote attached #286

Open
jackjia123456 opened this issue Jun 21, 2023 · 1 comment
Open

how to know the block device for nvme remote attached #286

jackjia123456 opened this issue Jun 21, 2023 · 1 comment
Labels
question Further information is requested

Comments

@jackjia123456
Copy link

use

spdk_rpc.py bdev_nvme_attach_controller -t rdma .....

after execute the command, i find the block device;

problem

the problem is , opi-nvidia-bridge CreateNVMfRemoteController api no block device return
how do i known the block device

thanks

@artek-koltun artek-koltun added the question Further information is requested label Jul 4, 2023
@artek-koltun
Copy link
Contributor

artek-koltun commented Jul 4, 2023

the problem is , opi-nvidia-bridge CreateNVMfRemoteController api no block device return
how do i known the block device

Hi. opiproject/opi-api#297 was merged and the functionality you are looking for should be provided by ListNVMfRemoteNamespaces call (after NvmfPath is established).

Nvidia's bridge relies on opi-spdk-bridge to provide backend functionality, so I assume, this call is available after it is implemented there. There is a draft PR, however, we have not agreed yet on how this should be implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants