Displaying 16 results from an estimated 16 matches similar to: "Xen and live migration with VIR_MIGRATE_PERSIST_DEST"
2014 Nov 28
0
python migrateSetMaxSpeed not taking effect
Hi,
I am writing a simple python script for migrating vm's based on zfs zvol's.
Either I am doing something wrong or python migrateSetMaxSpeed not taking
effect: no mater what value I specify (except for 0), I end up with 10
Mib/s migration speed. The code is:
def virt_migrate(domain):
conn = libvirt.open('qemu:///system')
domain_obj = conn.lookupByName(domain)
2012 Dec 17
5
Feeback on RAID1 feature of Btrfs
Hello,
I''m testing Btrfs RAID1 feature on 3 disks of ~10GB. Last one is not
exactly 10GB (would be too easy).
About the test machine, it''s a kvm vm running an up-to-date archlinux
with linux 3.7 and btrfs-progs 0.19.20121005.
#uname -a
Linux seblu-btrfs-1 3.7.0-1-ARCH #1 SMP PREEMPT Tue Dec 11 15:05:50 CET
2012 x86_64 GNU/Linux
Filesystem was created with :
# mkfs.btrfs -L
2010 Dec 17
1
libvirt unavailable while a VM is in migration?
Hi,
I am running libvirt 0.8.6 on qemu (kvm, really) 0.12.5. I have
noticed that while a live migration is running, I cannot do anything
else with libvirt -- even 'virsh list' blocks without output until
the migration is almost done.
(At that point 'virsh list' will dump a final screen showing the VM I
just migrated as 'running'; the next run of 'virsh
2013 Jul 01
3
nova-compute, libvirt and authentication
Hello
I have a question about live migration when libvirt requires sasl
authentication. I have managed to configure remote access for user nova
with sasl enabled (credentials stored in auth.conf -
https://review.openstack.org/#/c/12706/). It looks like live migration do
not use these credentials at all. What is more it thinks that sasl is not
not configured:
2013-07-01 09:49:09.317+0000: 17997:
2002 Oct 08
1
new box can't join domain since switch to ldapsam
Hello,
Since changing to "passdb backend = ldapsam" on my debian unstable PDC
things work well, however a new winxp machine can't join the domain.
Here is the /var/log/samba/log.smbd output. It seems the sticking point
is about a missing user RID? (the new machine is sylla).
Thanks in advance for any hints as to what may be wrong, cheer,
2002/10/08 18:06:30, 0]
2015 Sep 02
0
Re: about guest live migration configuration changes persistence ..
On 31.08.2015 09:27, Jean-Pierre Ribeauville wrote:
> Hi,
>
>
> Is a change , by edit it via virsh edit , in the "local" .xml configuration file (i.e. adding a channel device) persistent when
> live migrating the guest on another host ?
Yes. Since the 0.9.7 release, the configuration XML is transferred to
the other side too. However, by default, migrated domains are
2013 Jul 02
0
Re: nova-compute, libvirt and authentication
On 07/01/2013 01:27 PM, Maciej Ga?kiewicz wrote:
> Hello
>
> I have a question about live migration when libvirt requires sasl
> authentication. I have managed to configure remote access for user nova
> with sasl enabled (credentials stored in auth.conf -
> https://review.openstack.org/#/c/12706/). It looks like live migration do
> not use these credentials at all. What is
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
2003 Jul 04
1
IVR problem from PSTN phone
Hello all !
I have a problem with my IVR with terminate connection from PSTN phone
Here is my configuration
extension.conf
[ivri]
;exten => s,1,Wait(1)
exten => s,1,Answer
;exten => s,2,DigitTimeout(5)
;exten => s,3,ResponseTimeout(10)
exten => ivr,1,Background(demo-congrats)
exten => 1,1,MP3player,/mnt/linux/mp3/song/04.mp3
exten =>
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
On 02/11/2014 04:45 PM, Cole Robinson wrote:
> On 02/10/2014 06:46 PM, Chris Friesen wrote:
>> Hi,
>>
>> We've run into a problem with libvirt 1.1.2 and are looking for some comments
>> on whether this is a bug or design intent.
>>
>> We're trying to use migrateToURI() but we're using a few things (numatune,
>> vcpu mask, etc.) that may need
2015 Aug 31
3
about guest live migration configuration changes persistence ..
Hi,
Is a change , by edit it via virsh edit , in the "local" .xml configuration file (i.e. adding a channel device) persistent when
live migrating the guest on another host ?
Thx.
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez à
2012 Apr 25
1
Regarding persistence of VM's after live migration (virDomainMigrateToURI() problem)
Hello
I am working with 3 host machines each running xen with shared NFS storage.
I am working on automatic load balancing if one host is over utilized and
another is under utilized by measuring the utilization from xentop. I am
facing a problem after migration of VM. I am setting the flags ( 1| 8| 16)
in order to do live migration, persist VM on destination, undefine host
from source. After
2008 Jun 08
8
Windows GPLPV under OpenSolaris not working
On Sun, Jun 8, 2008 at 3:28 PM, James Harper <james.harper@bendigoit.com.au>
wrote:
> I''ve just uploaded 0.9.8 to http://www.meadowcourt.org/downloads
>
> As a reminder, the wiki page is
> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
>
> This release fixes a bug which could be hit under high disk load (high
> number of outstanding requests with fragmented
2010 Mar 30
1
convert xva to img
Hi all,
I need to get NetScaler running for a load balancing project. So I''m trying to convert the xva to an image for use with Xen. I have done the following;
downloaded xenmigrate.py
downloaded and untarred the xva image from Citrix
ran the following: python xenmigrate.py --convert=Ref\:214/ ns.img
xenmigrate says that it has completed successfully however I can''t mount
2011 Jul 18
1
cannot perform tunnelled migration without using peer2peer flag
Dear All
I try to migration a kvm guest os to another host failed
server: ubuntu 11.04 server
virsh:migrate --live --tunnelled vm1 qemu+ssh://192.168.10.3/system
error:Requested operation is not valid:cannot perform
tunnelled migration without using peer2peer flag
2014 Feb 10
2
Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
Hi,
We've run into a problem with libvirt 1.1.2 and are looking for some
comments on whether this is a bug or design intent.
We're trying to use migrateToURI() but we're using a few things
(numatune, vcpu mask, etc.) that may need adjustment during the
migration. We found that migrateToURI2() mostly works if we use XML
created by copying the domain XML from the running instance