You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/08/14 14:49:41 UTC

[GitHub] [cloudstack] andrijapanicsb edited a comment on issue #3549: add detailed hypervisor and guest OS data

andrijapanicsb edited a comment on issue #3549: add detailed hypervisor and guest OS data
URL: https://github.com/apache/cloudstack/pull/3549#issuecomment-521278709
 
 
   > Disk resize failure looks like a possible regression, perhaps needs checking @andrijapanicsb @PaulAngus @borisstoyanov
   
   Seems like an error from  here: https://github.com/apache/cloudstack/blob/1fa4f10a9ea65f156464da1671a4dbf62cc88e06/tools/marvin/marvin/lib/common.py#L1396
   
   Manually repeating the same actions fails with:
   
   **Resizing of root disk is only support for scsi device/bus, the provide VM's disk device bus name is ide0:1** 
   
   Global setting "vmware.root.disk.controller" is set to "ide", instead of "osdefault" which in the end gives "VirtualLsiLogicController" - and then resize works.
   @rhtyd /CC @PaulAngus 

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


With regards,
Apache Git Services