<div dir="ltr">Hi Arnaud,<div><br></div><div>We discussed this in last week's cinder meeting and unfortunately we haven't tested it thoroughly so we don't have any performance numbers to share.</div><div>What we can tell is the reason why RBD requires a higher number of native threads. RBD calls C code which could potentially block green threads hence</div><div>blocking the main operation therefore all of the calls in RBD to execute operations are wrapped to use native threads so depending on the operations we want to<br></div><div>perform concurrently, we can set the value of backend_native_threads_pool_size for RBD.</div><div><br></div><div>Thanks and regards</div><div>Rajat Dhasmana</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 27, 2022 at 9:35 PM Arnaud Morin <<a href="mailto:arnaud.morin@gmail.com">arnaud.morin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey all,<br>
<br>
Is there any recommendation on the number of threads to use when using<br>
RBD backend (option backend_native_threads_pool_size)?<br>
The doc is saying that 20 is the default but it should be increased,<br>
specially for the RBD driver, but up to which value?<br>
<br>
Is there anyone tuning this parameter in their openstack deployments?<br>
<br>
If yes, maybe we can add some recommendations on openstack large-scale<br>
doc about it?<br>
<br>
Cheers,<br>
<br>
Arnaud.<br>
<br>
</blockquote></div>