All three servers are connected to the SSDs of all three servers. As you can see, bdevperf press io depth 256 with io size 1MB. Restart nvmf_tgt and bdevperf in sequence. both coredump... Expected Behavior wish no coredump Current Behavior Possible Solution Steps to Reproduce 1.bdevperf ...
Sighting report When using SPDK as nvmeoF target, and enable HDGST and DDGST with DSA, I ran fio benchmark, after several minutes, the nvmf_tgt core dump. I'm testing SPDK as NVMeoF target and initiator on two SPR servers. The server sid...
分析一下spdk里的这个结构体 struct spdk_nvmf_tgt { char name[NVMF_TGT_NAME_MAX_LENGTH]; pthread_mutex_t mutex; uint64_t discovery_genctr; uint32_t max_subsystems; /* Array of subsystem pointers of size max_subsystems indexed by sid */ s... 该结构体是SPDK(Storage Performance Developmen...