On 10/10/21 10:35 AM, Ranjit Jadhav wrote:
> Hello folks,
> 
> I have implemented cloudstack with Xenserver Host. The template has been
> made out of VM with basic centos 7 and following package installed on it
> ------------------------
> sudo yum -y cloud-init
> sudo yum -y install cloud-utils-growpart
> sudo yum -y install gdisk
> ------------------------
> 
> After creating new VM with this template, root disk is created as per size
> mention in template or we are able to increase it at them time of creation.
> 
> But later when we try to increase root disk again, it increases disk space
> but "/" partiton do not get autoresize.
> 

As far as I know it only grows the partition once, eg, upon first boot.
I won't do it again afterwards.

Wido

> 
> Following parameters were passed in userdata
> ------------------------
> #cloud-config
> growpart:
> mode: auto
> devices: ["/"]
> ignore_growroot_disabled: true
> ------------------------
> 
> Thanks & Regards,
> Ranjit
> 

Reply via email to