Re: [Openstack] (no subject)

2011-04-11 Thread Diego Parrilla SantamarĂ­a
I think it's a great feature, considering the problems to scale a shared storage like NFS. I was wondering if some Service Provider out there is going to implement a shared storage to take advantage of the new KVM live migration features of Cactus. -- Diego Parrilla CEO www.stackops.com |

[Openstack] Floating IP in OpenStack API

2011-04-11 Thread Eldar Nugaev
Hello everyone, We going to add possibility to assigning floating IP addresses in OpenStack API. Our goal reproduce AWS behavior when creating instance automatically assigns any free floating IP or add methods to OpenStack API for allocation and association API addresses. At this time we see

Re: [Openstack] Moving code hosting to GitHub

2011-04-11 Thread Thomas Goirand
On 04/11/2011 10:52 AM, Robert Collins wrote: Also, the fact that Git doesn't do network connections unless its really needed is very welcome. bzr shouldn't do network connections except when really needed *either* : the world is big and networks are slow, so like other DVCS the strong

Re: [Openstack] Moving code hosting to GitHub

2011-04-11 Thread Jay Pipes
Looks like some awesome enhancements. Thanks for the link, Eric! -jay On Sat, Apr 9, 2011 at 11:26 PM, Eric Day e...@oddments.org wrote: Well, GitHub issues may be a bit more suitable for our needs now: https://github.com/blog/831-issues-2-0-the-next-generation -Eric On Fri, Apr 08, 2011

Re: [Openstack] Moving code hosting to GitHub

2011-04-11 Thread Robert Collins
On Tue, Apr 12, 2011 at 3:13 AM, Thomas Goirand tho...@goirand.fr wrote: I'm not mistaking or dreaming, bzr commit as well. Using Git, it's not the case. The issue isn't to cache data, the issue is that a commit should *never* access any remote data, so that I could work in the train without

Re: [Openstack] KVM Block Migration

2011-04-11 Thread igoigo246
Hi, I look Japanease Site. http://www.cuspy.org/blog/archives/917 This site wrote. image file vda.qcow sending host qemu --enable-kvm -m 512 \ -drive file=vda.qcow,if=virtio,boot=on \ -net nic,macaddr=00:16:3E:00:FF:32,model=virtio receive host touch vda.qcow qemu -enable-kvm -m 512 \

Re: [Openstack] KVM Block Migration

2011-04-11 Thread Masanori ITOH
Hi, Vish also mentioned that we should support the KVM block migration feature instead of stability which I mentioned because it's very much useful. I agree with Vish of course. :) Actually, we discussed inclusion of block migration feature at San Antonio. :) I've also seen the page Hisaki