[Bug 676819] Re: Attaching a volume to a "pending" instance claims success, but never attaches.

2011-11-30 Thread Luca Invernizzi
Sure. Thanks for your help -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/676819 Title: Attaching a volume to a "pending" instance claims success, but never attaches. To manag

[Bug 676819] Re: Attaching a volume to a "pending" instance claims success, but never attaches.

2011-11-25 Thread Luca Invernizzi
As I suspected, the incorrect disk driver for kvm was the issue. I've attached a patch in the debian patch format, that lets me successfully attach disks. ** Patch added: "31-handlers_kvm.patch" https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/676819/+attachment/2607853/+files/31-ha

[Bug 676819] Re: Attaching a volume to a "pending" instance claims success, but never attaches.

2011-11-25 Thread Luca Invernizzi
Obviously, I meant "qemu". -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/676819 Title: Attaching a volume to a "pending" instance claims success, but never attaches. To manag

[Bug 676819] Re: Attaching a volume to a "pending" instance claims success, but never attaches.

2011-11-25 Thread Luca Invernizzi
This seems to be due to a incompatibility between eucalyptus-nc and libvirt When attaching a disk (/dev/sdX or /dev/vdX), this is the output on the node controller: [Thu Nov 24 23:33:56 2011][000571][EUCAINFO ] doAttachVolume() invoked (id=i-416607C2 vol=vol-5A24063B remote=//,192.35.222.25,iq

[Bug 579868] Re: Unable to use Eucalyptus' iptables-preload feature with UEC

2011-04-15 Thread Luca Invernizzi
I second Tony Maro: 10.10 does not add any masquerading for the node controllers. A quick workaround that works for me is adding in /etc/rc.local: iptables -t nat -A POSTROUTING -s 192.168.42.0/24 -o eth1 -j MASQUERADE iptables-save> /var/run/eucalyptus/net/iptables-preload Here, my node contro