JoaoJandre commented on PR #6685: URL: https://github.com/apache/cloudstack/pull/6685#issuecomment-1249691805
I was looking through the open PRs and found PR #6491, which already implements what you suggested. With PR #6491 a ROOT admin will be able to list system VM volumes by passing the parameter `listall` as `true`. Therefore, there is no need for my PR anymore. @shwstppr, when thinking about your suggestion another idea came to me; as system VM volumes will be listed via API `listVolumes`, why not handle system VMs in `listVirtualMachines`? This way, we could make `listVirtualMachines` a complete API, handling all types of VMs, and `listRouters` and `listSystemVms` would not be necessary anymore. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
