You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:28:38 UTC

[GitHub] [libcloud] Eis-D-Z commented on pull request #1479: Vsphere driver

Eis-D-Z commented on pull request #1479:
URL: https://github.com/apache/libcloud/pull/1479#issuecomment-664768954


   Unfortunately there is one last test that won't pass since the driver has async code. In production environments with VMs in the triple digits, the list_nodes method gets pretty slow, for each VM _to_node gets called in a serial manner where probably more API requests are made.., this can take some notable time. I would argue that every driver could benefit from an async list_nodes, in this case it is optional, there is an argument to enable or disable the async_ functionality. I wonder if something can be done in regard to the test that can't be fulfilled.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org