Re: Root disk resizing

2021-10-13 Thread Ranjit Jadhav
by return e-mail or otherwise) immediately and delete this e-mail. > > - Original Message - > From: "Yordan Kostov" > To: "users" > Cc: "dev" > Sent: Monday, October 11, 2021 11:39:53 PM > Subject: RE: Root disk resizing > > Hey every

Re: Root disk resizing

2021-10-12 Thread Darren Cole
-mail or otherwise) immediately and delete this e-mail. - Original Message - From: "Yordan Kostov" To: "users" Cc: "dev" Sent: Monday, October 11, 2021 11:39:53 PM Subject: RE: Root disk resizing Hey everyone, I believe growpart works for EXT4 on

RE: Root disk resizing

2021-10-12 Thread Yordan Kostov
pache.org Cc: dev@cloudstack.apache.org Subject: Re: Root disk resizing [X] This message came from outside your organization I believe there's a section called boothook in cloud-init which is probably what you want. We're also trying things on cloud-init. ☺️ Best Regards Shiv (Sent from mobile

Re: Root disk resizing

2021-10-11 Thread K B Shiv Kumar
I believe there's a section called boothook in cloud-init which is probably what you want. We're also trying things on cloud-init. ☺️ Best Regards Shiv (Sent from mobile device. Apologies for brevity and typos) On Mon, 11 Oct, 2021, 20:55 Marcus, wrote: > Cloud-init is always fun to debug

Re: Root disk resizing

2021-10-11 Thread Marcus
Cloud-init is always fun to debug :-). It will probably require some playing with to get a pattern down. There is perhaps a way to get it to re-check and grow every reboot if you adjust/override the module frequency, deleting the module semaphore in /var/lib/cloud/sem or worst case clearing the

Re: Root disk resizing

2021-10-11 Thread Wido den Hollander
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

Re: Root disk resizing

2021-10-11 Thread Vivek Kumar
Did you configure LVM or standard partition on your / partition while creating the template. ? You also should not have any other partition after the / partition. I,e swap or any other. Vivek Kumar Sr. Manager - Cloud & DevOps IndiQus Technologies M +91 7503460090 www.indiqus.com > On

Root disk resizing

2021-10-10 Thread Ranjit Jadhav
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