<div dir="ltr">Roger that, thanks for explanation.<div><br></div><div>I think there's another reason to me that get this issue.</div><div>The environment is stayed without any internet nor local NTP server, until the last test.</div><div>Before the test, the nova and cinder services became unstable because they keeping up and down. And I found that the clock are out of sync between nodes.</div><div>We let one of the node can connect outside and let NTP client pointed to that one on other nodes. Then problem solved.</div><div>Of course the test is successful.</div><div><br></div><div>I'm not sure but that's a one of reason right?</div><div><br></div><div>But I think I still need to try optimize the timeout value since the API response is slow when shutting down a node.</div><div>Wonder know why it become slow when a node down.</div><div><br></div><div>I'll try to gain up rpc_response_timeout in Cinder and do more testing.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Matt Riedemann <<a href="mailto:mriedemos@gmail.com">mriedemos@gmail.com</a>> 於 2019年7月26日 週五 下午9:42寫道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 7/25/2019 11:54 PM, Eddie Yen wrote:<br>
> And I think I should gain rpc_response_timeout rather than <br>
> long_rpc_timeout in nova.<br>
<br>
Since Cinder doesn't have the long_rpc_timeout option like Nova you're <br>
only option is to bump up the rpc_response_timeout in Cinder but that <br>
will be used by all RPC calls in Cinder, not just the <br>
initialize/terminate connection calls for attachments. Maybe that's not <br>
a problem, but long_rpc_timeout in Nova allows us to pick which RPC <br>
calls to use that on rather than everywhere. The changes to Cinder <br>
shouldn't be that hard if they follow the Nova patch [1].<br>
<br>
[1] <a href="https://review.opendev.org/#/c/566696/" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/566696/</a><br>
<br>
-- <br>
<br>
Thanks,<br>
<br>
Matt<br>
<br>
</blockquote></div>