Displaying 20 results from an estimated 100000 matches similar to: "Get information during live migration"
2012 Nov 25
0
image transfer incompletely in live migration
Hi all,
I am using libvirt version 0.10.1 and qemu-kvm version 1.2.0 with RHEL 6.3
When I use libvirt API to make block migrate with a VM, it failed
frequently. I check the migrated VM and found that the filesystem damaged.
But sometimes it works very fine, I don't know why, it seems to be random.
All failed tests have the same condition, image transfer incompletely in
live migration. The
2012 Nov 25
1
Live migration with non-shared storage leads to corrupted file system
Hi,
We have the following environment for live-migration with
non-shared stroage between two nodes,
Host OS: RHEL 6.3
Kernel: 2.6.32-279.el6.x86_64
Qemu-kvm: 1.2.0
libvirt: 0.10.1
and use "virsh" to do the job as
virsh -c 'qemu:///system' migrate --live --persistent
--copy-storage-all <guest-name> qemu+ssh://<target-node>/system
The
2018 Sep 13
2
Re: live migration and config
13.09.2018 18:57, Jiri Denemark пишет:
> On Thu, Sep 13, 2018 at 18:38:57 +0400, Dmitry Melekhov wrote:
>>
>> 13.09.2018 17:47, Jiri Denemark пишет:
>>> On Thu, Sep 13, 2018 at 10:35:09 +0400, Dmitry Melekhov wrote:
>>>> After some mistakes yesterday we ( me and my colleague ) think that it
>>>> will be wise for libvirt to check config file existence
2015 Sep 03
2
Re: about guest live migration configuration changes persistence ..
Hi,
Thanks for infos.
My concern is the following :
In order to establish datas exchanges between hosts and guest , I'll add a channel device to a running Guest ( as I learned from you that it's possible to do that without stopping the Guest).
When the guest migrates to another host , this one must be able to retrieve the channel device parameters to be able to dialog with the
2014 Nov 24
2
Re: Libvirt Live Migration
Thanks for your answer,
1) In this case i'm not using shared storage, the migration is happening
between two non-shared storage with full disk copy
2) I already created the file with same size, and the vm
works properly after a restart, my problem that it remains paused and I
can't resume it until it's rebooted.
3) I'm using qemu-kvm 1.0
On 24 November 2014 at 10:22, Michal
2018 Sep 14
2
Re: live migration and config
14.09.2018 15:43, Jiri Denemark пишет:
> On Thu, Sep 13, 2018 at 19:37:00 +0400, Dmitry Melekhov wrote:
>>
>> 13.09.2018 18:57, Jiri Denemark пишет:
>>> On Thu, Sep 13, 2018 at 18:38:57 +0400, Dmitry Melekhov wrote:
>>>> 13.09.2018 17:47, Jiri Denemark пишет:
>>>>> On Thu, Sep 13, 2018 at 10:35:09 +0400, Dmitry Melekhov wrote:
2014 Nov 24
0
Re: Libvirt Live Migration
[dropping libvir-list]
On 20.11.2014 13:11, Dhia Abbassi wrote:
> I'm trying to implement a virtualization API. I was testing migration
> with libvirt I got some problems.
>
> When I use the following command :
>
> *virsh migrate --live --persistent --copy-storage-all vm-clone1
> qemu+ssh://server_ip/system*
> *
> *
> the migration works fine but in the
2016 Mar 08
0
[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
On Fri, Mar 04, 2016 at 03:13:03PM +0000, Li, Liang Z wrote:
> > > Maybe I am not clear enough.
> > >
> > > I mean if we inflate balloon before live migration, for a 8GB guest, it takes
> > about 5 Seconds for the inflating operation to finish.
> >
> > And these 5 seconds are spent where?
> >
>
> The time is spent on allocating the pages
2014 Nov 20
2
Libvirt Live Migration
I'm trying to implement a virtualization API. I was testing migration with
libvirt I got some problems.
When I use the following command :
*virsh migrate --live --persistent --copy-storage-all vm-clone1
qemu+ssh://server_ip/system*
the migration works fine but in the destination host the migrated vm is
paused and I can't unpause it and I need to reboot the vm to be able use it
in the
2015 Jan 22
0
Re: live migration taking forever
On Thu, Jan 22, 2015 at 9:11 PM, Xu (Simon) Chen <xchenum@gmail.com> wrote:
> Hey folks,
>
> I am running libvirt 1.2.4 and qemu 2.1 on a 3.14.27 kernel. I've found that
> live migrating a relatively large VM (16 cores and 64G ram) is taking
> forever - close to 15 hours now, and still not done...
>
> With "lsof -i", I can see a connection is established
2017 Mar 10
1
question about libvirt and suspending guests during live migration
Hi,
I hope someone can help me out.
I'm running into an issue with libvirt 1.2.12 reporting "operation failed:
domain is no longer running" for a migration when qemu thinks it was fine.
The steps are:
1) create guest with stress test running in it to dirty memory at a high rate
(fast enough that it would not normally complete live-migration)
2) trigger live migration with
2015 Feb 24
2
live migration
Hola.
Just tried a live migration after fixing the pc-q35-2.1 error. Now i
have new problem. It seems during live migration only the ram gets
migrated. I use the following command.
# virsh migrate --live domain qemu+ssh://newhost/system
--copy-storage-all --verbose --persistent
It works without problems. Apart from beeing way to fast.
# virsh migrate --live domain qemu+ssh://newhost/system
2016 Mar 04
2
[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
> > Maybe I am not clear enough.
> >
> > I mean if we inflate balloon before live migration, for a 8GB guest, it takes
> about 5 Seconds for the inflating operation to finish.
>
> And these 5 seconds are spent where?
>
The time is spent on allocating the pages and send the allocated pages pfns to QEMU
through virtio.
> > For the PV solution, there is no need
2016 Mar 04
2
[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
> > Maybe I am not clear enough.
> >
> > I mean if we inflate balloon before live migration, for a 8GB guest, it takes
> about 5 Seconds for the inflating operation to finish.
>
> And these 5 seconds are spent where?
>
The time is spent on allocating the pages and send the allocated pages pfns to QEMU
through virtio.
> > For the PV solution, there is no need
2014 Mar 20
1
Re: Live migration process in src/qemu_driver.ca
Thanks Eric.
So, I need to look at QEMU. Do you know which files/functions should I look
at?
--
Faiz
On Thu, Mar 20, 2014 at 12:41 PM, Eric Blake <eblake@redhat.com> wrote:
> On 03/20/2014 10:05 AM, Faizul Bari wrote:
> > Hello,
> >
> > I have been trying to track different phases of a live migration
> process. I
> > am using libvirt with qemu-kvm. I am
2014 Mar 20
0
Re: Live migration process in src/qemu_driver.ca
On 03/20/2014 10:05 AM, Faizul Bari wrote:
> Hello,
>
> I have been trying to track different phases of a live migration process. I
> am using libvirt with qemu-kvm. I am issuing migration commands using
> virsh.
>
> Now, I want to measure the time spent in each phase of live migration,
> e.g., pre-copy and stop-copy. I stumbled upon the file qemu_driver.c. It
> has
2015 Sep 03
0
Re: about guest live migration configuration changes persistence ..
On 03.09.2015 11:18, Jean-Pierre Ribeauville wrote:
> Hi,
>
> Thanks for infos.
>
> My concern is the following :
>
> In order to establish datas exchanges between hosts and guest , I'll add a channel device to a running Guest ( as I learned from you that it's possible to do that without stopping the Guest).
> When the guest migrates to another host , this one
2018 Sep 13
0
Re: live migration and config
On Thu, Sep 13, 2018 at 18:38:57 +0400, Dmitry Melekhov wrote:
>
>
> 13.09.2018 17:47, Jiri Denemark пишет:
> > On Thu, Sep 13, 2018 at 10:35:09 +0400, Dmitry Melekhov wrote:
> >> After some mistakes yesterday we ( me and my colleague ) think that it
> >> will be wise for libvirt to check config file existence on remote side
> > Which config file?
> >
2020 Jul 30
0
Re: libvirt segfaults with "internal,error: Missing monitor reply object", during block live-migration
On Thu, Jul 30, 2020 at 16:13:09 +0200, Alex Walender wrote:
> Dear libvirt community,
>
>
> Using recent Ubuntu Stein Cloud Packages, we are observing random
> libvirtd live-migration crashes on the target host.
> Libvirt is having a SEGFAULT with the qemu driver. Transferring block
> devices usually works without issues.
> However, the following memory transfer is
2015 Feb 24
1
Re: live migration
On Tuesday 24 February 2015 16:58:22 you wrote:
> On 24.02.2015 16:10, Thomas Stein wrote:
> > On Tuesday 24 February 2015 14:56:10 Michal Privoznik wrote:
> >> On 24.02.2015 14:29, Thomas Stein wrote:
> >>> Hola.
> >>>
> >>> Just tried a live migration after fixing the pc-q35-2.1 error. Now i
> >>> have new problem. It seems