weizhouapache commented on issue #8120:
URL: https://github.com/apache/cloudstack/issues/8120#issuecomment-1813181321

   > Come to think of it; this will have performance repercussions when listing 
a lot of VMs. We might want to make it optional or add a flag or setting tho 
enable/disable the behaviour of retrieving all dependent information with the 
VM. @wido @weizhouapache @rohityadavcloud @shwstppr @harikrishna-patnala 
@GutoVeronezi @mlsorensen , any input on this matter? Keep in mind this is a 
regression as well.
   
   @DaanHoogland 
   there is a vmdetail option named `volume`
   
   ```
       public enum VMDetails {
           all, group, nics, stats, secgrp, tmpl, servoff, diskoff, backoff, 
iso, volume, min, affgrp;
       }
   ```
   if details is `all` or contains `volume`, it should be better to return more 
information of volumes. currently only rootdeviceid and rootdevicetype are 
displayed, which is useless.
   


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

Reply via email to