<html><head></head><body>Hey,<br><br>Thanks for your answer!<br>OK, I understand the why ;) also because we hit some issues on our deployment.<br>So we increase the number of threads to 100 but we also enable the deferred deletion (keeping in mind the quota usage downsides that it brings).<br>We also disabled the periodic task to compute usage and use the less precise way from db.<br>First question here: do you think we are going the right path?<br><br>One thing we are not yet sure is how to calculate correctly the number of threads to use.<br>Should we do basic math with the number of deletion per minutes? Or should we take the number of volumes in the backend into account? Something in the middle?<br><br>Thanks!<br><br>Arnaud<br><br><br><br><div class="gmail_quote">Le 5 juillet 2022 18:06:14 GMT+02:00, Rajat Dhasmana <rdhasman@redhat.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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>
</blockquote></div></body></html>