Hello,
I'm trying to get CentOS 6.3 running under Ubuntu 12.10. When the interface comes up, I
can ping another machine for 9 packets. After that it stops working. Bouncing the guest
network interface gets it going again for another 10 packets.
Monitoring the vnet0 interface on the host, I s
Hi all,
I read the source code of Openstack Nova branch source codes but i
can not find the standard libvirt library packages, which i think
Nova uses libvirt
interfaces they are from standard libvirt library to attach Sheepdog(or others)
volumes to QEMU. If i add a new block storage driver for s
On Sat, Jan 19, 2013 at 10:04 PM, MORITA Kazutaka
wrote:
> At Sat, 19 Jan 2013 16:47:37 +0800,
[...]
> If you do the above work, I think you can use your file system with
> OpenStack.
>
Thanks for your review ;-)
> But I suggest doing them step by step. If your file system is not
> supported in
At Sat, 19 Jan 2013 16:47:37 +0800,
harryxiyou wrote:
>
> Hi all,
>
> I wanna add a new block storage driver by Libvirt/Qemu way for Openstack,
> which
> is as same as Sheepdog driver for Openstack. So i think the theories
> are like this.
>
> 1, In the Openstack Nova branch, Openstck driver ca
Hi all,
I wanna add a new block storage driver by Libvirt/Qemu way for Openstack, which
is as same as Sheepdog driver for Openstack. So i think the theories
are like this.
1, In the Openstack Nova branch, Openstck driver call libvirt client
and send parameters
to libvirt client.(From this point,