Re: Import-Export Instances

2024-02-13 Thread Jimmy Huybrechts
Seems there is a piece of it written already http://docs.cloudstack.apache.org/en/latest/adminguide/virtual_machines.html#about-import-export-instances -- Jimmy Van: Jimmy Huybrechts Datum: dinsdag, 13 februari 2024 om 16:57 Aan: users@cloudstack.apache.org Onderwerp: Import-Export Instances H

Import-Export Instances

2024-02-13 Thread Jimmy Huybrechts
Hi, I know it’s a lot of emails today :) Is there already some documentation about the new import-export for KVM instances? As that is one I really was waiting for. But so far there doesn’t seem to be any documentation for it (I know it’s still very new). As currently you can import instance,

Re: VM migration progress

2024-02-13 Thread Wei ZHOU
It is difficult to know how long a migration will take when the migration starts. It highly depends on the memory size, memory usage, bandwidth, etc. On Tue, 13 Feb 2024 at 15:21, Jimmy Huybrechts wrote: > I think you mean tail -f right? > > Yeah like a progress bar on the webgui would be reall

Re: VM migration progress

2024-02-13 Thread Cloudstack Users
Yes, thank you for the catch! -f From: Jimmy Huybrechts Date: Tuesday, February 13, 2024 at 9:20 AM To: users@cloudstack.apache.org Subject: Re: VM migration progress I think you mean tail -f right? Yeah like a progress bar on the webgui would be really nice but like you say that may not be so

Re: VM migration progress

2024-02-13 Thread Jimmy Huybrechts
Hi, Doesn’t seem so though, was trying this out just now on a small one but it doesn’t give you any %, it will just say waiting for migration to finish when I do it on the agent log on the machine it goes out of. tail -f /var/log/cloudstack/agent/agent.log 2024-02-13 15:22:25,935 INFO [resourc

Re: VM migration progress

2024-02-13 Thread Jimmy Huybrechts
I think you mean tail -f right? Yeah like a progress bar on the webgui would be really nice but like you say that may not be so easy. -- Jimmy Van: Cloudstack Users Datum: dinsdag, 13 februari 2024 om 14:52 Aan: users@cloudstack.apache.org Onderwerp: Re: VM migration progress You can see the

Re: VM migration progress

2024-02-13 Thread Cloudstack Users
You can see the progress by grepping the agent.log file for virt-v2v: tail -g agent.log | grep virt-v2v. This will give you an ouput of every % out of 100 that it has completed. I think it would be nice if this was able to be put into a progress bar on the UI, but I am sure that would be harder

VM migration progress

2024-02-13 Thread Jimmy Huybrechts
Is there a way to see the progress of a VM migration? I use local storage so of course this will take longer but I have a VM that has been migrating for over 1,5 hours, and the only thing I can see in the GUI is that it’s in progress and when it started. -- Jimmy

Re: Upgrade system vm's after upgrade to 4.19

2024-02-13 Thread Wei ZHOU
Hi, You can go to the details page of the system vms, and check if the template is the new 4.19.0.0 template. -Wei On Tue, 13 Feb 2024 at 12:05, Jimmy Huybrechts wrote: > Hi, > > I just upgraded to 4.19 following the upgrade article ( > https://docs.cloudstack.apache.org/en/latest/upgrading/up

Upgrade system vm's after upgrade to 4.19

2024-02-13 Thread Jimmy Huybrechts
Hi, I just upgraded to 4.19 following the upgrade article (https://docs.cloudstack.apache.org/en/latest/upgrading/upgrade/upgrade-4.18.html). The command “nohup cloudstack-sysvmadm -d IPaddress -u cloud -p password -a > sysvm.log 2>&1 &” starts with the line /usr/bin/cloudstack-sysvmadm: line 2

Re: [PROPOSE] RM for 4.19.1.0

2024-02-13 Thread Wei ZHOU
Great. Go ahead Suresh ! -Wei On Mon, 12 Feb 2024 at 12:50, Suresh Anaparti wrote: > Hi All, > > CloudStack 4.19.0.0 is the latest LTS release. There are already some open > issues [1] and pull requests [2] targeted for 4.19.1.0 [3] release. > > I'd like to propose and put myself forward as t

Re: [PROPOSE] RM for 4.19.1.0

2024-02-13 Thread Harikrishna Patnala
Thanks for volunteering Suresh. Regards, Harikrishna From: Suresh Anaparti Date: Monday, 12 February 2024 at 5:20 PM To: d...@cloudstack.apache.org , users@cloudstack.apache.org Subject: [PROPOSE] RM for 4.19.1.0 Hi All, CloudStack 4.19.0.0 is the latest LTS release. There are already some op