Corporate Home Open Source Home
Syndicate content
Eucalyptus
1 reply [Last post]
fayce
Offline
Joined: 07/01/2010

Dear all,
here is my Eucalyptus configuration,
* Eucalyptus version.: 1.6.2
* Installation type: UEC (10.04 LTS)
* Hypervisor type.KVM
* Topology: 1CLC- 1(CC-SC-Walrus)-3NC
* Networking mode : Managed

I can run instances downloaded from the UEC-image-store without any problem,
I've also bundled a Ubuntu9.04 downloaded from Eucalyptus, and it works without any problem too,

Now I've bundled a Ubuntu10.04 (I can't get the one from the store.. but this is another problem) following the Eucalyptus Beginners Guide UEC Edition1"

But I try to launch the instance, it remains in the pending state forever then terminate..

I can see in the nc.log of the node where the instance is being launched that the last command was:

[Wed Jul 28 19:21:14 2010][005912][EUCADEBUG ] walrus_request(): writing GET/GetDecryptedImage output to /var/lib/eucalyptus/instances//admin/i-48E508FA/disk

after that, there are only download retries

[Wed Jul 28 19:23:14 2010][005912][EUCADEBUG ] walrus_request(): wrote 30 bytes in 0 writes
[Wed Jul 28 19:23:14 2010][005912][EUCAWARN ] walrus_request(): server responded with HTTP code 408 (timeout)
[Wed Jul 28 19:23:14 2010][005912][EUCAERROR ] download retry 10 of 10 will commence in 4 seconds

and on the same node, my downloaded-from-Eucalyptus-and-manually-bundled-image, the instance starts correctly and the last message is

[Wed Jul 28 19:18:55 2010][005912][EUCAINFO ] currently running/booting: i-40E70898
[Wed Jul 28 19:18:56 2010][005912][EUCAINFO ] started VM instance i-40E70898

So, the problem doesn't come from my node for sure.

Do you have any suggestion that can help me fix that problem ?

fayce
Offline
Joined: 07/01/2010
[SOLVED]

Problem solved!!!

I figured out later, while trying to do a euca-upload... that walrus hanged ... so I just restart the service and relaunched the instance of my custom Ubuntu and now everything works just fine !