[SPDK] Config SPDK NVMe at startup without using application framework
Toan Le <toan.d.le3 at gmail.com> Fri, 19 Nov 2021 11:20:47 -0800
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <CADVoyHEyD-gNkcEdqooXV78qgucO0+5PyHc7SywxLS8cgC4VzQ@mail.gmail.com> |
I have a list of NVMe drives that I need to create/configure block devices associated with it at startup via JSON configuration file. I can not use spdk_app_start() . RPC seems to be a way to do it. Are there any other ways? Thanks