Comment 3 for bug 2005111

Revision history for this message
bryan (bryansoong21) wrote (last edit ):

Hello Rodolfo,

Thank you so much for your quick response. The error is "eventlet.timeout.Timeout: 300 seconds".

For the first time, this happened when we are creating batches of VM, about 120+. But sometimes when I tried about 10 or fewer instances, this also happens occasionally.

Here are the instance action list and logs to make it easier for you to look into this problem.

Successful VM
# nova instance-action-list 201dee76-fab2-4ed5-9ca4-f599fc6a10d4
nova CLI is deprecated and will be a removed in a future release
+--------+------------------------------------------+---------+----------------------------+----------------------------+
| Action | Request_ID | Message | Start_Time | Updated_At |
+--------+------------------------------------------+---------+----------------------------+----------------------------+
| create | req-fc7f640c-eb26-4bb5-9688-f4ac494aa75a | - | 2023-02-01T23:16:51.000000 | 2023-02-01T23:16:56.000000 |
+--------+------------------------------------------+---------+----------------------------+----------------------------+

Failed VM:
# nova instance-action-list b6b590cf-0423-4306-8e4a-51c5305affb7
nova CLI is deprecated and will be a removed in a future release
+--------+------------------------------------------+---------+----------------------------+----------------------------+
| Action | Request_ID | Message | Start_Time | Updated_At |
+--------+------------------------------------------+---------+----------------------------+----------------------------+
| create | req-fc7f640c-eb26-4bb5-9688-f4ac494aa75a | - | 2023-02-01T23:16:51.000000 | 2023-02-01T23:21:57.000000 |
+--------+------------------------------------------+---------+----------------------------+----------------------------+

If anything is missing, please let me know.

Regards.