Displaying 20 results from an estimated 5000 matches similar to: "Live migration using virsh"
2012 Mar 09
1
run virsh as non-root user
Hi,
I have encountered problem running virsh as non-root user. I am using eucalyptus software on top of KVM, eucalyptus requires to run virsh as non-root user.
I've found that people had similiar issue posted in the list, but I didn't find the solution. I've tried few things.
1) put user eucalyptus in the libvirt group.
2) even changed owner /var/run/libvirt/libvirt-sock to
2011 Jun 16
0
libvir: QEMU error : cannot set ownership
Hello everybody,
I installed eucalyptus on ubuntu10, basic configuration . Everything is ok
untill I start the instances, the disk is being created but it terminates
soon.
Environment:
NFS , KVM, ubuntu10 x64, Euca on 2 machines (wc sc cc clc on one machine,
and nc on another).
libvirtd (libvirt) 0.7.5
QEMU PC emulator version 0.12.3 (qemu-kvm-0.12.3), Copyright (c) 2003-2008
Fabrice Bellard.
2013 Apr 02
1
problem in view vm created by virsh create
<domain type='kvm'>
<name>eucalyptus-windows</name>
<os>
<type>hvm</type>
<boot dev='cdrom'/>
</os>
<features>
<acpi/>
</features>
<memory>524288</memory>
<vcpu>1</vcpu>
<devices>
<emulator>/usr/libexec/qemu-kvm</emulator>
<disk type='file'>
<source
2012 Sep 09
1
Addition of Eucalyptus to IaaS section
Hello there,
I?m not sure if this is the right mailing list, but I?d like to see if we
can add Eucalyptus to the IaaS page here: http://libvirt.org/apps.html#iaas
Please let me know what is required in order to add us?
Thanks very much,
*_________________________*
*Eric Choi - *Product Marketing
*Eucalyptus Systems*
www.eucalyptus.com
+1 508 348-9778
Follow us on Twitter
2009 Mar 27
17
Cluster (VPC), Eucalyptus and preferred distribution to it.
In english:
Buddies,
The Eucalyptus is a system to build a cluster and provide a service such as
Amazon EC2 on its own structure. It is very promising, flexible, stable and
well documented.
The team of Eucalyptus just created an Internet election to choose which
distributions will be officialy supported by it.
I would ask everyone for voting in Debian! Let me explain why.
I have
2009 Mar 27
17
Cluster (VPC), Eucalyptus and preferred distribution to it.
In english:
Buddies,
The Eucalyptus is a system to build a cluster and provide a service such as
Amazon EC2 on its own structure. It is very promising, flexible, stable and
well documented.
The team of Eucalyptus just created an Internet election to choose which
distributions will be officialy supported by it.
I would ask everyone for voting in Debian! Let me explain why.
I have
2008 Feb 25
3
Query regarding libvorbis
Dear all,
I recently downloaded libvorbis from the Xiph.org website. I would like to
compile it using a cross compiler because I would like to import it to the
filesystem of an embedded machine.
Hence, I tried to alter the CC of the makefile and change it to the
directory of the cross compiler instead of the original gcc that was there.
However, the change did not get implemented, and further to
2010 May 31
1
Monitoring KVM Machine Uptimes
Hey folks.
Currently, I am working on an accounting-solution for Private Cloud with
Eucalyptus as my bachelor-thesis. Eucalyptus bases on libvirt providing
the KVM machines. Part of the thesis is kind of measurement for the
uptimes of each instance in the cloud.
As Eucalyptus is based on libvirt, i want to know if there is kind of
tool already setup for monitoring a vm in terms of uptimes,
2012 May 16
0
Eucalyptus 2.0.3 on CentOS - VM auto fail-over?
Hi all.
I am currently testing Eucalyptus. I have two servers, one of them has CLC,
Walrus, CC and NC, the second only NC.
When I make a new Xen VM (from kernel, initrd, filesystem image) then it is
placed on one of the nodes with NC. I would like to test VM fail-over. When
on one node the VM is not running good it should be transferred to the
second node as I think. Do I need EBS for that? How
2011 Jul 20
0
problem w/ libvirt-0.8.2-15.el5 and CentOS
I am running the Eucalyptus 2.0 cloud computing platform on an up-to-date
CentOS 5 using the xen hypervisor. While attempting to attach a volume
successfully created using jclouds with eucalyptus to a running VM
instance, I encountered the following error:
libvirt: Requested operation is not valid: Xm driver only supports
modifying persistent config (code=55)
i also tried attaching
2012 Aug 08
0
Channel with virtio problem
I have configured the kvm and edit the xml as below, however there are an error when I want to run the guest.? The error as follows:
virsh create libvirt.xml
error: Failed to create domain from libvirt-test.xml
error: XML description for unknown target type for character device: virtio is not well formed or invalid
Please help me to solve this problem.
2011 Apr 26
1
Listing machines as non-root user
I have a problem with virsh. I'm using eucalyptus software on top of xen 4
(debian squeeze). The problem is that unix user "eucalyptus" cannot see vm
machines when it executes "virsh list". My libvirt version is 0.8.8-3 from
debian sid repository. The same
problem occurs with older versions.
What is more I have tried to change unix_sock_ro_perms to "2777". After
2010 Dec 05
1
How to set image format to 'qcow2'
Hi, all
My xml 'dom1.xml' is as following:
<domain type='kvm' id='1'>
<name>kvm-xp</name>
<description>xp kvm</description>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<os>
<type>hvm</type>
<!--loader>/usr/lib/xen/boot/hvmloader</loader-->
<boot dev="hd"/>
2014 Jan 08
0
Re: Canceling a live migration via virsh? (QEMU/KVM)
On 01/08/2014 07:46 AM, Scott Sullivan wrote:
> I am using QEMU/KVM, using Live Migrations like this:
>
> virsh migrate --live ${name} qemu+ssh://${DESTINATION}/system
>
> My question, running this command makes it hang in the foreground. Is
> there a way for this to return immediately, so I can just poll for the
> migration status?
Not at the moment, but it might be worth
2017 May 02
0
virsh snapshot delete / live-migration issues
Hi,
I'd like to live-migration after snapshots deleted.
But it doesn't work.Here's my steps:
# virsh snapshot-create VM
# virsh snapshot-delete VM Snapshot
# virsh migrate --live VM qemu+ssh://localadmin@compute3/system
And It comes out this message:
# internal error: unable to execute QEMU command
'migrate-set-capabilities': There's a migration process in progress
2017 May 02
1
virsh snapshot delete / live-migration issues
Sorry, I made a mistake with my title. So I resend this email.
----------------------------------------------------------------------------------
Hi,
I'd like to live-migration after snapshots deleted.
But it doesn't work.Here's my steps:
# virsh snapshot-create VM
# virsh snapshot-delete VM Snapshot
# virsh migrate --live VM qemu+ssh://localadmin@compute3/system
And It comes out
2010 Jun 09
2
Any experience with Eucalyptus on Centos 5.x?
Is anyone here running Eucalyptus (open source cloud computing
manager, similar to Amazon EC2, from UC Santa Barbara)?
Have you got any hints for bringing it up?
Thanks!
Rick
2013 Jan 25
3
Xen 3 + Eucalyptus 3.1.2
Does anyone know how to install Xen 3 on Ubuntu.
Today, apt-get install xen 4.1, but I think Eucalyptus 3.1.2 only work with
Xen 3.
Thanks
Felipe
--
*--
-- Felipe Oliveira Gutierrez
-- Felipe.o.Gutierrez@gmail.com
-- https://sites.google.com/site/lipe82/Home/diaadia*
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2014 Jan 08
2
Canceling a live migration via virsh? (QEMU/KVM)
I am using QEMU/KVM, using Live Migrations like this:
virsh migrate --live ${name} qemu+ssh://${DESTINATION}/system
My question, running this command makes it hang in the foreground. Is
there a way for this to return immediately, so I can just poll for the
migration status? Also, is there a way to _cancel_ a migration? I see
the --timeout option, however if a given timeout is reached I would
2010 May 31
0
monitoring kvm machines with libvirt
Hey folks.
Currently, i am working on my bachelorthesis. Subject of this thesis is
to setup an accounting-solution for the Private Cloud with Eucalyptus.
Eucalyptus works with libvirt providing kvm instances.
my question is, if i can grep facts like general uptimes, cpu-peaks and
disk i/o of each vm with libvirt-tools?!
I just found one called virt-top, which monitors each vm, but