[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

Dustin Kirkland dustin.kirkland at gmail.com
Tue Feb 23 04:05:47 GMT 2010


Chris-

Almost, but not quite ...  Looks to me like this commit fixed one
ephemeral reference, but missed the other...  Can you confirm/deny,
Chris?

bzr diff -r 1185..1185.1.1

=== modified file
'clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java'
--- clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java
2010-02-05 12:04:49 +0000
+++ clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java
2010-02-10 01:27:01 +0000
@@ -342,7 +342,7 @@
     m.put( "ramdisk-id", this.getImageInfo( ).getRamdiskId( ) );
     m.put( "security-groups", this.getNetworkNames( ).toString(
).replaceAll( "[\\Q[]\\E]", "" ).replaceAll( ", ", "\n" ) );

-    m.put( "block-device-mapping/", "emi\nephemeral\nroot\nswap" );
+    m.put( "block-device-mapping/", "emi\nephemeral0\nroot\nswap" );
     m.put( "block-device-mapping/emi", "sda1" );
     m.put( "block-device-mapping/ami", "sda1" );
     m.put( "block-device-mapping/ephemeral", "sda2" );

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)
https://bugs.launchpad.net/bugs/525675
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.



More information about the Ubuntu-server-bugs mailing list