Re: Libvirt exception on live migrate

2021-11-30 Thread Peter Stine
works. From: "Wei ZHOU" Sent: 11/24/21 4:29 PM To: peter.st...@granddial.com Subject: Re: Libvirt exception on live migrate Hi Peter, I see. The qemu hook replaces the device name only if the old device name does not exist. But in your case, the old device name exists. If you mak

Re: Libvirt exception on live migrate

2021-11-24 Thread Peter Stine
uot; Sent: 11/24/21 3:14 PM To: peter.st...@granddial.com Subject: Re: Libvirt exception on live migrate Hi Peter, I checked /etc/libvirt/hooks/qemu on hosts once again. I think it is able to handle migrations between hosts with different device names. My questions are (1) Do the hosts have /e

Re: Libvirt exception on live migrate

2021-11-24 Thread Peter Stine
4/21 2:23 PM To: peter.st...@granddial.com Subject: Re: Libvirt exception on live migrate Hi Peter, Virtual routers have nics on Public and Guest network(both on cloudbr0), but not on Management network, therefore it is expected that VR does not connect cloudbr1 (management). Currently cloud

Re: Libvirt exception on live migrate

2021-11-24 Thread Peter Stine
/f540d08baa16a6d0d8e4b5dbe9dbe01a ~Peter (Thanks for your help, by the way; I doubt I would have found this in the script on my own.) From: "Wei ZHOU" Sent: 11/24/21 4:29 PM To: peter.st...@granddial.com Subject: Re: Libvirt exception on live m

Re: Libvirt exception on live migrate

2021-11-24 Thread Peter Stine
udbr0 From: "Wei ZHOU" Sent: 11/24/21 9:26 AM To: peter.st...@granddial.com Subject: Re: Libvirt exception on live migrate Hi Peter, You need to set the correct network label for traffic types (Public/Guest) in zone-> physical networks

Re: Libvirt exception on live migrate

2021-11-24 Thread Peter Stine
(destination of migration): https://gist.github.com/PeterS-gd/d250c240f63538a6bd541b7870dffe0d From: "Wei ZHOU" Sent: 11/24/21 4:56 AM To: users , peter.st...@granddial.com Subject: Re: Libvirt exception on live migrate Hi Peter, The information you provi

Re: Libvirt exception on live migrate

2021-11-24 Thread Wei ZHOU
Hi Peter, The information you provided is not enough to find out the root cause. Could you share more information ? cloudstack version os distribution and version network device name on source host and destination host output of `brctl show` or `bridge link` on source host and destination host lo

Re: libvirt exception

2015-05-08 Thread Daan Hoogland
H Mike, good to hear. I will have a look at it later this week end On Fri, 8 May 2015 16:02 Mike C wrote: > On 2015-05-07 16:41, Daan Hoogland wrote: > > But if your patient I'll get there. > I'm here to see it through to the end ;) The good news is Remi's note > worked. I've included output bel

Re: libvirt exception

2015-05-08 Thread Mike C
On 2015-05-07 16:41, Daan Hoogland wrote: But if your patient I'll get there. I'm here to see it through to the end ;) The good news is Remi's note worked. I've included output below. On 2015-05-07 16:42, Remi Bergsma wrote: Hi Mike, Can you check if the agent has debug logging enabled in lo

Re: libvirt exception

2015-05-07 Thread Remi Bergsma
Hi Mike, Can you check if the agent has debug logging enabled in log4j.xml? If not, this enables it: sed -i 's/INFO/DEBUG/g' /etc/cloudstack/agent/log4j-cloud.xml Restart agent, then try again and we should see more logs. Regards, Remi Sent from my iPhone > On 07 May 2015, at 22:30, Mike C

Re: libvirt exception

2015-05-07 Thread Daan Hoogland
I am not familiar with the deployment model on the kvm agent but there must be a way to up the logging level. I am looking for the message in the 4.4.3 source now (long search). If the deployment model is anything like the ms you should be editing some cloud log4j.xml under /etc. You may have to re

Re: libvirt exception

2015-05-07 Thread Mike C
On 2015-05-07 16:23, Daan Hoogland wrote: To bad the agent didn't log a stack trace because the ms stacktrace is really only telling us that the agent failed to do the migration. Yeah, the following is what I have on the agent. There are a number of records as I've tried doing the migration mo

Re: libvirt exception

2015-05-07 Thread Daan Hoogland
To bad the agent didn't log a stack trace because the ms stacktrace is really only telling us that the agent failed to do the migration. Op do 7 mei 2015 om 22:04 schreef Mike C : > On 2015-05-07 15:21, Daan Hoogland wrote: > > Guess you are the first victim. Can you send me the full stack trace

Re: libvirt exception

2015-05-07 Thread Mike C
On 2015-05-07 15:21, Daan Hoogland wrote: Guess you are the first victim. Can you send me the full stack trace? Preferably the first related one, so a bit of log digging might be desired. This is the full stack trace on the management server, I don't see anything in the logs on the agent mac

Re: libvirt exception

2015-05-07 Thread Daan Hoogland
Guess you are the first victim. Can you send me the full stack trace? Preferably the first related one, so a bit of log digging might be desired. On Thu, 7 May 2015 20:57 Mike C wrote: > I recently upgraded to 4.4.3 and when trying to migrate a virtual router > to a new host I get the following