New Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

This sounds a bit peculiar. I'm wondering if it actually hangs while loading the driver (shouldn't be any reasons to), or after it loaded. What kind of OpenStack are you using (RDO, Fuel, DevStack, etc.)?

Also, could you also include the nova.conf file? By default, it is located in: C:\Program Files\Cloudbase Solutions\OpenStack\Nova\etc.

Best regards,

Claudiu Belu

Hello,

This sounds a bit peculiar. I'm wondering if it actually hangs while loading the driver (shouldn't be any reasons to), or after it loaded. What kind of OpenStack are you using (RDO, Fuel, DevStack, etc.)?

Also, could you also include the nova.conf file? By default, it is located in: C:\Program Files\Cloudbase Solutions\OpenStack\Nova\etc.

Best regards,

Claudiu Belu


UPDATE:

So, after a little digging around and debugging, we've seen that the driver loads normally. The hanging part happens while trying to do the initial connect to the nova conductor: https://github.com/openstack/nova/blob/stable/pike/nova/conductor/api.py#L66

It seems to be unable to connect to it, so there might be some issues with rabbit, or firewall issues. From what I understood, the compute node is configured to use some sort of pro xy, which could also be the problem.

But the interesting part is, while trying to connect to the conductor, it has a timeout of 10 seconds (for the first 10 attempts), after which the timeout is set to None; but it never times out. This could also indicate some oslo.messaging issue, and might be worth looking into.