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
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 -
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
>
>
>
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
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
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
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
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
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
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
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
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
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
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
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
>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,
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
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:
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
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
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
___
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
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
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 mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
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
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
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
[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
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
__
http://compgraf.com.br/fkjbgs.php?cqgy=cqgy___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
于 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
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
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
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.
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
53 matches
Mail list logo