Re: Root disk resizing

2021-10-13 Thread Ranjit Jadhav
lease advise the > sender (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 dis

Re: Root disk resizing

2021-10-12 Thread Darren Cole
dvise the sender (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 everyone, I beli

RE: Root disk resizing

2021-10-11 Thread Yordan Kostov
udstack.apache.org Cc: d...@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 Regar

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 me

Re: Root disk resizing

2021-10-11 Thread Hean Seng
I am confirmed Ubuntu 20. 18 . 16, Debian 11, 10 9 . CentOS 8 7 , FreeBSD 13, Fedora 34 , all has been tested with no issue for resizing root partition . On Mon, Oct 11, 2021 at 8:31 PM Wei ZHOU wrote: > I checked a ubuntu 18.04 template in my testing environment. > The root partition can be r

Re: Root disk resizing

2021-10-11 Thread Wei ZHOU
I checked a ubuntu 18.04 template in my testing environment. The root partition can be resized automatically after volume resize. It has installed cloud-init 20.3-2 and cloud-guest-utils 0.30 -Wei On Mon, 11 Oct 2021 at 11:06, Wido den Hollander wrote: > > > On 10/10/21 10:35 AM, Ranjit Jadhav

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

Re: Root disk resizing

2021-10-10 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 1

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