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 2022/12/19 17:10:13 UTC

[GitHub] [libcloud] jan-mue opened a new issue, #1824: Azure arm driver does not list all nodes

jan-mue opened a new issue, #1824:
URL: https://github.com/apache/libcloud/issues/1824

   ## Summary
   
   The Azure ARM driver only lists 50 nodes in a subscription.
   
   ## Detailed Information
   
   The function `list_nodes()` of the Azure ARM driver only lists 50 nodes when the Azure Portal shows more than 50 VMs.
   
   This is probably caused by missing pagination here:
   https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/azure_arm.py#L474
   
   According to the documentation, there should be a property `nextLink` in the response:
   https://learn.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all
   
   Libcloud version: 3.6.1
   Python version: 3.10
   Operating system: Ubuntu 20.04
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org.apache.org

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


[GitHub] [libcloud] Kami closed issue #1824: Azure arm driver does not list all nodes

Posted by "Kami (via GitHub)" <gi...@apache.org>.
Kami closed issue #1824: Azure arm driver does not list all nodes
URL: https://github.com/apache/libcloud/issues/1824


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

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


[GitHub] [libcloud] Kami commented on issue #1824: Azure arm driver does not list all nodes

Posted by "Kami (via GitHub)" <gi...@apache.org>.
Kami commented on issue #1824:
URL: https://github.com/apache/libcloud/issues/1824#issuecomment-1728227998

   Resolved via #1850.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

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