Displaying 5 results from an estimated 5 matches for "smiraglia".
2010 Mar 12
1
Problem with libvirt migration
I have two hosts, vm1 and vm2, which are both running libvirt 0.7.0.
They share a common ocfs2 file system that resides on a san, and have
identical network configurations. I am running qemu-kvm 0.11.0 on
ubuntu 9.10 servers.
I start base32 on vm1 and it comes up (it also runs fine if started on
vm2). Then from vm2 I do:
vm2#: virsh -c qemu://vm1/system
migrate --live base32 qemu://vm2/system
2012 Mar 23
1
[libvirt] Problem with Open vSwitch and dnsmasq
Date: Thu, 22 Mar 2012 11:43:03 -0700
Subject: Re: [libvirt] Problem with Open vSwitch and dnsmasq
From: aatteka at nicira.com
To: dano1988 at hotmail.it
CC: libvir-list at redhat.com; roberto.sassu at polito.it; paolo.smiraglia at polito.it; dev at openvswitch.org
On Thu, Mar 22, 2012 at 11:11 AM, Daniele Milani <dano1988 at hotmail.it> wrote:
I think I could try the first solution. Can you explain me how do I create the port used by dnsmasq?
For example, is it correct to execute
# ovs-vsctl add-port virbr...
2012 May 21
2
Problem with pty
Dear all
I have the following problem:
-I'm running libvirt 0.9.11 on ubuntu 12.04;
-when I try to create a VM with the following configuration:
...
<serial type='pty'>
<source path='/dev/pts/2'/>
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='pty' tty='/dev/pts/2'>
2010 Jul 05
0
Release of libvirt-0.8.2
...t: simplify some ignore files (Eric Blake)
- avoid syntax-check failure (Jim Meyering)
- autobuild.sh: avoid bashism (Eric Blake)
- bitmap: reject zero-size bitmap (Eric Blake)
- build: depend on correct file (Eric Blake)
- build: make cpp indentation conform (Jim Meyering)
- hooks: fix typo (Paolo Smiraglia)
- build: silence cppi warning, clarify vbox headers (Eric Blake)
- xen: Remove unused function (Cole Robinson)
- esx: Simplify goto usage (Matthias Bolte)
- Use printf instead of echo -e in libvirt.spec.in (Matthias Bolte)
- build: fix HTML errors in nwfilter docs (Eric Blake)
- build: fix compila...
2010 Mar 10
0
info about "migration check"
Hi guys! I'm Paolo, and I'm working on my graduation thesis.
One of my thesis' subject is to define a migration check which will be
used to perform "secure migration" using IMA measurement.
Someone can suggest me a documentation (code examples, technical
paper, etc) about migration cheks?
Now I'm analyzing libvirt source code to uderstand migration-cheks
mechanism, but