Re: [libvirt-users] (no subject)

2020-01-06 Thread Peter Krempa
On Sun, Jan 05, 2020 at 17:21:52 -0600, Eyüp Hakan Duran wrote: > Dear all, > Please let me start by indicating that I am not from a technical > background, so please be gentle and patient with me. > > I am trying to get a snapshot from my virtual machines (vm) and the > following > command works

[libvirt-users] (no subject)

2020-01-05 Thread Eyüp Hakan Duran
Dear all, Please let me start by indicating that I am not from a technical background, so please be gentle and patient with me. I am trying to get a snapshot from my virtual machines (vm) and the following command works for all of them bar one: # virsh snapshot-create-as --quiesce --no-metadata -

Re: [libvirt-users] (no subject)

2019-12-23 Thread Michal Prívozník
On 12/21/19 12:54 PM, Mauricio Tavares wrote: > When I use kvm+libvirt as my hypervisor at home, I usually > pass logical volumes as the guests' drives (I probably can do better > but the disk here is just a garden-variety SSD, not NVMe). > > /usr/libexec/qemu-kvm > > >

[libvirt-users] (no subject)

2019-12-21 Thread Mauricio Tavares
When I use kvm+libvirt as my hypervisor at home, I usually pass logical volumes as the guests' drives (I probably can do better but the disk here is just a garden-variety SSD, not NVMe). /usr/libexec/qemu-kvm That works fine as local drives, but w

Re: [libvirt-users] (no subject)

2016-04-07 Thread nidhi d
Is the only encryption mode supported in tunnelled migration of kvm machines using ssh-channel, aes-128 ?Is there some way to change the default encryption method? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/list

Re: [libvirt-users] (no subject)

2016-04-01 Thread Jim Fehlig
On 03/30/2016 10:17 PM, nidhi d wrote: > > Libvirt version as per virsh --version 1.2.2 > Ah, there's your problem. Michal already pointed you to http://libvirt.org/hvsupport.html , which shows the migration APIs were added to the libxl driver in libvirt 1.2.6. Regards, Jim > Xen version as per

Re: [libvirt-users] (no subject)

2016-03-30 Thread nidhi d
Libvirt version as per virsh --version 1.2.2 Xen version as per xl info 4.4.2 I am working with xl toolstack On Mar 30, 2016 11:09 PM, "Jim Fehlig" wrote: > nidhi d wrote: > > When i tried > > > > virsh migrate xen+ssh://user@remote/system > > > > I get the error > > > > This function is not sup

Re: [libvirt-users] (no subject)

2016-03-30 Thread Jim Fehlig
nidhi d wrote: > When i tried > > virsh migrate xen+ssh://user@remote/system > > I get the error > > This function is not supported by the connection driver:virDomainMigrate3 What version of libvirt and Xen are you using? And wrt to Xen, are you using the xm/xend or xl/libxl toolstacks? Regar

Re: [libvirt-users] (no subject)

2016-03-30 Thread Michal Privoznik
On 30.03.2016 06:35, nidhi d wrote: > When i tried > > virsh migrate xen+ssh://user@remote/system > > I get the error > > This function is not supported by the connection driver:virDomainMigrate3 > This is likely a bug in our code as migration should fall back all the way down to version 1 in

Re: [libvirt-users] (no subject)

2016-03-29 Thread nidhi d
When i tried virsh migrate xen+ssh://user@remote/system I get the error This function is not supported by the connection driver:virDomainMigrate3 ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-u

Re: [libvirt-users] (no subject)

2016-03-29 Thread Michal Privoznik
On 29.03.2016 06:42, nidhi d wrote: > Is the migration of xen vms implemented in libvirt? Using virsh migrate > xen+ssh ? > According to: http://libvirt.org/hvsupport.html yes. There's the basic (v1) migration. Michal ___ libvirt-users mailing lis

Re: [libvirt-users] (no subject)

2016-03-28 Thread nidhi d
Is the migration of xen vms implemented in libvirt? Using virsh migrate xen+ssh ? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] (no subject)

2016-03-24 Thread Dominique Ramaekers
Verzonden: donderdag 24 maart 2016 11:44 Aan: Michal Privoznik; libvirt-users@redhat.com Onderwerp: Re: [libvirt-users] (no subject) I have made all these changes in my Ubuntu desktop. I have also enabled passwordless login for ssh at destination. But still, everytime i run into the same problem

Re: [libvirt-users] (no subject)

2016-03-24 Thread nidhi d
I have made all these changes in my Ubuntu desktop. I have also enabled passwordless login for ssh at destination. But still, everytime i run into the same problem. On Thu, Mar 24, 2016, 4:05 PM Michal Privoznik wrote: > On 24.03.2016 11:23, nidhi d wrote: > > From the auth log at the destinatio

Re: [libvirt-users] (no subject)

2016-03-24 Thread Michal Privoznik
On 24.03.2016 11:23, nidhi d wrote: > From the auth log at the destination: > Failed password for from port ssh2 There's your answer. Libvirt really requires pubkey instead of passwd auth. http://wiki.libvirt.org/page/SSHSetup Michal ___ libvirt-us

Re: [libvirt-users] (no subject)

2016-03-24 Thread nidhi d
>From the auth log at the destination: Failed password for from port ssh2 On Thu, Mar 24, 2016, 3:50 PM Michal Privoznik wrote: > On 23.03.2016 14:47, nidhi d wrote: > > I tried using tunnelled mode for vm migration, but migration failed with > > the error > > > > Permission denied(publickey,

Re: [libvirt-users] (no subject)

2016-03-24 Thread Michal Privoznik
On 23.03.2016 14:47, nidhi d wrote: > I tried using tunnelled mode for vm migration, but migration failed with > the error > > Permission denied(publickey,password):Connection reset by peer > > I have enabled passwordless ssh login at the destination. Also i am able to > connect to the destinati

Re: [libvirt-users] (no subject)

2016-03-23 Thread nidhi d
I tried using tunnelled mode for vm migration, but migration failed with the error Permission denied(publickey,password):Connection reset by peer I have enabled passwordless ssh login at the destination. Also i am able to connect to the destination using using qemu+ssh. On Wed, Mar 23, 2016, 6:

Re: [libvirt-users] (no subject)

2016-03-23 Thread nidhi d
How is the traffic different when using the tunnelled option rather than ssh without tunnelling? On Wed, Mar 23, 2016, 5:14 PM Michal Privoznik wrote: > On 22.03.2016 10:28, nidhi d wrote: > > How is tunnelled option specified during migratiion different than an > > ordinary ssh connection speci

Re: [libvirt-users] (no subject)

2016-03-23 Thread Michal Privoznik
On 23.03.2016 14:13, nidhi d wrote: > How is the traffic different when using the tunnelled option rather than > ssh without tunnelling? There are two migration streams here: 1) libvirt (used to transfer libvirt's internal state of domain onto the other side) 2) qemu (used to transfer qemu's inte

Re: [libvirt-users] (no subject)

2016-03-23 Thread Michal Privoznik
On 22.03.2016 10:28, nidhi d wrote: > How is tunnelled option specified during migratiion different than an > ordinary ssh connection specified as:- virsh migrate vmName > qemu+ssh://user@remotesys/system? > > virsh migrate --tunelled ... Michal ___

[libvirt-users] (no subject)

2016-03-22 Thread nidhi d
How is tunnelled option specified during migratiion different than an ordinary ssh connection specified as:- virsh migrate vmName qemu+ssh://user@remotesys/system? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/list

[libvirt-users] (no subject)

2016-03-09 Thread nidhi d
How do i add a new rpc to the existing code ? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] (no subject)

2015-06-08 Thread Michal Privoznik
On 04.06.2015 18:09, Akendo wrote: > I could not agree more :-) Michal ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[libvirt-users] (no subject)

2015-06-04 Thread Akendo
___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[libvirt-users] (no subject)

2015-04-19 Thread Daniel Sanabria
Hi, After upgrading my systems to Fedora 21 I decided to give Firewalld and NetworkManager technologies a try instead of keep relying on iptables and network.service but I now have my doubts. I have a F21 host with br0 configured with a network-script file to obtain its IP via dhcp (no problems w

Re: [libvirt-users] (no subject)

2014-10-27 Thread Eric Blake
On 12/31/1969 05:00 PM, wrote: > Hi all, [your 800k .bmp file prevented your message from getting through the mailing list filter, which caps mail around 100k for a reason. Please, just describe your problem in plain text, or if you MUST point people to a screenshot, have your email simply conta

[libvirt-users] (no subject)

2014-04-21 Thread Mui Le Van
Hi, I am using Libvirt with XEN hypervisor to manage the VM. I see there are 3 kinds of Virtual BIOS for XEN Guest VM, they are ROMBIOS,SEABIOS, OVMF ( is disabled by default as XEN Supporters said ). But I don't know how to pass the BIOS options to the Guest from XML file. Could you please su

Re: [libvirt-users] (no subject)

2013-04-09 Thread Eric Blake
[please provide subject lines; your email was nearly eaten by spam filters] On 04/09/2013 03:51 PM, arvind viswanathan wrote: > I wanted to check if event loop integration was supported even for remote > applications using libvirt. My application would like to make non-blocking > calls and also re

[libvirt-users] (no subject)

2013-04-09 Thread arvind viswanathan
I wanted to check if event loop integration was supported even for remote applications using libvirt. My application would like to make non-blocking calls and also recv asynchronous notification remotely. Can some one point out if its supported. thanks __

[libvirt-users] (no subject)

2013-01-05 Thread d hee
http://compgraf.com.br/fkjbgs.php?cqgy=cqgy___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[libvirt-users] (no subject)

2012-04-02 Thread Bo Bo
http://elrincondeloespecial.cl/images/stories/elrincondeloespecial/02efpk.html";> http://elrincondeloespecial.cl/images/stories/elrincondeloespecial/02efpk.html___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listin

Re: [libvirt-users] (no subject)

2012-01-17 Thread Whit Blauvelt
Also take a look at Linux Cluster Management Console: http://lcmc.sourceforge.net/ It's Java rather than web-based, and is particularly useful if you're using DRBD for storage (the environment it was initially designed for), but it's handy for VMs and various failover schemes, and more. It does

Re: [libvirt-users] (no subject)

2012-01-17 Thread Marko Weber
Hallo Christian, have look on ovirt (redhat). ovirt-node.x86_64 : The RHEV Hypervisor daemons/scripts ovirt-node-tools.noarch : RHEV Hypervisor tools for building and running an RHEV Hypervisor image Dunno if you can compare it too vmware vcenter, but ovirt is what i think you need to manag

Re: [libvirt-users] (no subject)

2012-01-13 Thread Eric Blake
On 01/13/2012 06:38 AM, Алексей Беляев wrote: > Hello! > I just installed the qemu package 1.0. > > Trying to start my vms with libvirt (virt-manager) resulted in the following > error message: > > internal error cannot parse /usr/local/bin/qemu-system-arm version > number in 'QEMU emulator versi

[libvirt-users] (no subject)

2012-01-13 Thread Алексей Беляев
Hello! I just installed the qemu package 1.0. Trying to start my vms with libvirt (virt-manager) resulted in the following error message: internal error cannot parse /usr/local/bin/qemu-system-arm version number in 'QEMU emulator version 1.0, Copyright (c) 2003-2008 Fabrice Bellard' After that I

Re: [libvirt-users] (no subject)

2011-08-25 Thread Daniel P. Berrange
On Thu, Aug 25, 2011 at 07:31:31PM +0800, lingjiao.lc wrote: > Hi, > I’ve used the libvirt and sheepdog, they are so great! > But I have one question about libvirt and sheepdog. > As we know, I can use this command to create a sheepdog image, > > #qemu-img create –f raw sheepdog:fedora1

[libvirt-users] (no subject)

2011-08-25 Thread lingjiao.lc
Hi, I’ve used the libvirt and sheepdog, they are so great! But I have one question about libvirt and sheepdog. As we know, I can use this command to create a sheepdog image, #qemu-img create –f raw sheepdog:fedora15.img 40G but how can I create a pool and volume for sheepdog with the x

[libvirt-users] (no subject)

2011-07-05 Thread Abhishek Gupta
Hello I am having a libvirt installation on kvm, ubuntu 10.04. A few months ago, I setup a cloud on the hypervisors which was functioning really cool. But from last two-three days I am getting following error on using function snapshotListNames in python. >>> snapshots=dom.snapshotListNames(0) li

Re: [libvirt-users] (no subject)

2011-05-16 Thread Matthias Bolte
The out of memory error is probably a bug in libvirt. What libvirt version are you using? Matthias 2011/5/16 Abhishek Gupta : > Hello, > > Sorry, I figured out the error. Instead of none I need to send the xml file > for the same. But still I am unable to understand the relevance of the error > r

Re: [libvirt-users] (no subject)

2011-05-16 Thread Abhishek Gupta
Hello, Sorry, I figured out the error. Instead of none I need to send the xml file for the same. But still I am unable to understand the relevance of the error reported in the present context. On 16 May 2011 18:29, Abhishek Gupta wrote: > Hi, > > I am using libvirt and virsh for my application

[libvirt-users] (no subject)

2011-05-16 Thread Abhishek Gupta
Hi, I am using libvirt and virsh for my application. I am trying to manage snapshots for my infrastructure. All virsh commands are working fine like snapshot-create, delete, list, revert, current. But when I try to do the same using libvirt, I get out of memory error. Here are the commands that i

Re: [libvirt-users] (no subject)

2011-05-15 Thread Daniel Veillard
On Sun, May 15, 2011 at 07:15:44PM +0530, Abhishek Gupta wrote: > Hello, > > In the documentation section of Python API Website it is written that the > generation of python API and documentation is automated using generator.py > file. This should produce the necessary files alongwith the document

[libvirt-users] (no subject)

2011-05-15 Thread Abhishek Gupta
Hello, In the documentation section of Python API Website it is written that the generation of python API and documentation is automated using generator.py file. This should produce the necessary files alongwith the documentation in libvirtclass.txt which should be present in docs or python folder

Re: [libvirt-users] (no subject)

2011-05-15 Thread Abhishek Gupta
Thanks a lot. This did the trick. On 15 May 2011 18:19, Matthias Bolte wrote: > 2011/5/15 Abhishek Gupta : > > Hello, > > > > I am using python bindings of libvirt. When I use the function > > listDomainsID( ) it successfully returns me the list of the ids of my > > current virtual machines, but

Re: [libvirt-users] (no subject)

2011-05-15 Thread Matthias Bolte
2011/5/15 Abhishek Gupta : > Hello, > > I am using python bindings of libvirt. When I use the function > listDomainsID( ) it successfully returns me the list of the ids of my > current virtual machines, but when I call function listDefinedDomains( ) it > returns me an empty list. That's correct. I

[libvirt-users] (no subject)

2011-05-15 Thread Abhishek Gupta
Hello, I am using python bindings of libvirt. When I use the function listDomainsID( ) it successfully returns me the list of the ids of my current virtual machines, but when I call function listDefinedDomains( ) it returns me an empty list. Is this some kind of bug because as per my understandin

[libvirt-users] (no subject)

2011-02-01 Thread David M. Barlieb
Hello all, I am looking to use bonded interfaces as a bridge device for my virtual hosts. My goal was to have 4 nics bonded together to create a large pipe for my guests. I then tried to create a bridge device out of it similar to creating a bridge out of a single nic. It unfortunately did not work

Re: [libvirt-users] (no subject)

2010-11-16 Thread Osier Yang
于 2010年11月17日 00:51, David M. Barlieb 写道: HI, I’ve just begun using libvirt as part of my KVM installation and have been having some confusion regarding networking of my virtual guests. I’m not sure if I should even be sending this to this mailing list and if not please let me know and if possibl

Re: [libvirt-users] (no subject)

2010-11-16 Thread Justin Clift
On 17/11/2010, at 3:51 AM, David M. Barlieb wrote: > HI, I’ve just begun using libvirt as part of my KVM installation and have > been having some confusion regarding networking of my virtual guests. I’m not > sure if I should even be sending this to this mailing list and if not please > let me k

Re: [libvirt-users] (no subject)

2010-11-16 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 11:51:25AM -0500, David M. Barlieb wrote: > HI, I've just begun using libvirt as part of my KVM installation and > have been having some confusion regarding networking of my virtual > guests. I'm not sure if I should even be sending this to this mailing > list and if not ple

[libvirt-users] (no subject)

2010-11-16 Thread David M. Barlieb
HI, I've just begun using libvirt as part of my KVM installation and have been having some confusion regarding networking of my virtual guests. I'm not sure if I should even be sending this to this mailing list and if not please let me know and if possible where I should be sending this inquiry.

[libvirt-users] (no subject)

2010-07-04 Thread angelo alfano
Dear friend,  Good day.I have a Japanese friend,His company is holding a promoting action, I hope you may join it,the company sell some electronic products such as motorbike,GPS notebook laptop,TV,cellphone,camera,psp. they are made in Korea,Japan and so on.the price is very low .if you want to