Feature #16966
Multiple SPDK BlueStore OSD instances per node
0%
Description
OSD processes fail when trying to create more than one SPDK-backed OSD on a single node. This is because there is no memory restrictions when initializing the Environment Abstraction Layer (EAL), which causes the first OSD process to use up all the available hugepages in the system, leaving none for the subsequent SPDK processes.
History
#1 Updated by Loïc Dachary over 6 years ago
- Target version deleted (
v10.2.3)
#2 Updated by tangwenjun tang almost 6 years ago
have any solution?
#3 Updated by Orlando Moreno almost 6 years ago
Yes, please take a look at https://github.com/ceph/ceph/pull/12604
#4 Updated by tangwenjun tang almost 6 years ago
thanks!
by the way, I just deploy Multiple SPDK BlueStore OSD instances per node in ceph 12.0.0,
but still mistake when deploy the secondary osd.
did you succeed to deploy Multiple SPDK BlueStore OSD instances per node?
if yes, could you give me the steps how did you deploy, and the configuration of ceph that you configure?
I know it's very rude, but I need your help!
regards
#5 Updated by Sage Weil over 5 years ago
- Status changed from New to Resolved