[SPDK] Re: Config SPDK NVMe at startup without using application framework
Nabarro, Tom <tom.nabarro at intel.com> Fri, 19 Nov 2021 23:05:00 +0000
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <DM8PR11MB570498FA1D0D610287A03B47F49C9@DM8PR11MB5704.namprd11.prod.outlook.com> |
Have a look at the init library, you can load subsystems from config file. We use that in DAOS. -----Original Message----- From: Toan Le <toan.d.le3(a)gmail.com> Sent: Friday, November 19, 2021 7:21 PM To: spdk(a)lists.01.org Subject: [SPDK] Config SPDK NVMe at startup without using application framework 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 _______________________________________________ SPDK mailing list -- spdk(a)lists.01.org To unsubscribe send an email to spdk-leave(a)lists.01.org