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/07/02 09:00:29 UTC

[GitHub] [cloudstack] ustcweizhou commented on issue #3455: Configurable disk size of systemvm

ustcweizhou commented on issue #3455: Configurable disk size of systemvm
URL: https://github.com/apache/cloudstack/issues/3455#issuecomment-507587333
 
 
   @onitake do you mean create a new systemvm template with bigger disk size ? official release or by ourselves ?
   
   If by ourselves, we need to 
   (1) create a vm from systemvm template
   (2) resize disk
   (3) resize partitions
   (4) stop the vm
   (5) create a template from the vm
   (6) upload systemvm template
   (7) set template type as SYSTEM in database
   (8) change global settings
   
   any other step I missed ?
   
   We have used cloud-init to autoresize /autogrow on partitions for many vm templates without any issue.
   The consistent or inconsistent on disk size of systemvm/virtual routers is not important for us.
   systemvm/virtual routers can have different disk size, same user vm instances.
   If disk of a virtual router is almost full, we can restart network with cleanup to create a new virtual router with bigger size, if disk size is configurable.

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