[SPDK] Some doubts about spdk attach nvme device
徐照钱 <xu_zhaoqian at 163.com> Tue, 04 Jan 2022 11:27:13 +0800
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I describe a scene: processA(primary --file_prefix=1) has attach nvme0n1, processB(primary --file_prefix=2) has attach nvme1n1. now processC(primary or secondry) want to attach nvme0n1 and nvme1n1 and failed, because I found that the dpdk primary process specifies --file_prefix,then the secondry process must specify the same --file_prefix. Is there any solution?