<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Boot EC2 Instances from EBS</title> <atom:link href="http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/feed" rel="self" type="application/rss+xml" /><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html</link> <description>Cloud Developer Tips: Practical tips for developers of cloud computing applications.</description> <lastBuildDate>Thu, 22 Jul 2010 02:24:54 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>By: FreeMind</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-338</link> <dc:creator>FreeMind</dc:creator> <pubDate>Thu, 01 Jul 2010 13:53:25 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-338</guid> <description>I was curious to know how an ubuntu linux boot ami with init script in (sbin/init) which checks for a disk attached externally on dev/sd* will be able to mount &amp; boot windows ebs volume.</description> <content:encoded><![CDATA[<p>I was curious to know how an ubuntu linux boot ami with init script in (sbin/init) which checks for a disk attached externally on dev/sd* will be able to mount &amp; boot windows ebs volume.</p> ]]></content:encoded> </item> <item><title>By: Rodney Quillo</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-58</link> <dc:creator>Rodney Quillo</dc:creator> <pubDate>Sat, 26 Sep 2009 05:43:27 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-58</guid> <description>Hi Shlomo,&lt;br /&gt;&lt;br /&gt;Nice post regarding boot from EBS.&lt;br /&gt;&lt;br /&gt;On Error: fsck died with exit status 8&lt;br /&gt;&lt;br /&gt;I think one possible cause of this is when fsck found inconsistent block on EBS volume used.&lt;br /&gt;&lt;br /&gt;A possible solution could be ignoring filesystem check by editing the fstab setting pass to 0. As posted at http://developer.amazonwebservices.com/connect/thread.jspa?threadID=24091&amp;start;=30&amp;tstart;=0&lt;br /&gt;&lt;br /&gt;Or either attached that EBS volume to another instance and do fsck to that device then reattached it again to the pivot AMI instance.&lt;br /&gt;&lt;br /&gt;Just a thought.&lt;br /&gt;&lt;br /&gt;Rodney</description> <content:encoded><![CDATA[<p>Hi Shlomo,</p><p>Nice post regarding boot from EBS.</p><p>On Error: fsck died with exit status 8</p><p>I think one possible cause of this is when fsck found inconsistent block on EBS volume used.</p><p>A possible solution could be ignoring filesystem check by editing the fstab setting pass to 0. As posted at <a
href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=24091&start;=30&tstart;=0" rel="nofollow">http://developer.amazonwebservices.com/connect/thread.jspa?threadID=24091&start;=30&tstart;=0</a></p><p>Or either attached that EBS volume to another instance and do fsck to that device then reattached it again to the pivot AMI instance.</p><p>Just a thought.</p><p>Rodney</p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-59</link> <dc:creator>shlomo</dc:creator> <pubDate>Thu, 24 Sep 2009 15:14:32 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-59</guid> <description>@Robert Staveley (Tom),&lt;br /&gt;&lt;br /&gt;Yes, there are many cool use cases enabled by shared snapshots. I even wrote an article about some: http://www.shlomoswidler.com/2009/09/cool-things-you-can-do-with-shared-ebs.html&lt;br /&gt;&lt;br /&gt;I wish I could claim credit for &quot;getting through to them&quot; but I shouldn&#039;t. It takes more than one person to clamor, and AWS seem to be strongly influenced by customer clamor.</description> <content:encoded><![CDATA[<p>@Robert Staveley (Tom),</p><p>Yes, there are many cool use cases enabled by shared snapshots. I even wrote an article about some: <a
href="http://www.shlomoswidler.com/2009/09/cool-things-you-can-do-with-shared-ebs.html" rel="nofollow">http://www.shlomoswidler.com/2009/09/cool-things-you-can-do-with-shared-ebs.html</a></p><p>I wish I could claim credit for &quot;getting through to them&quot; but I shouldn&#39;t. It takes more than one person to clamor, and AWS seem to be strongly influenced by customer clamor.</p> ]]></content:encoded> </item> <item><title>By: Rob Staveley (Tom)</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-60</link> <dc:creator>Rob Staveley (Tom)</dc:creator> <pubDate>Thu, 24 Sep 2009 13:02:27 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-60</guid> <description>Looks like you got through to them, Shlomo! Shared snapshots have been announced now. They are implemented in the AWS console http://aws.amazon.com/console/ and in the API and collaboration with shared DEV environments using your technique should now be able to cross Amazon account boundaries. :-)</description> <content:encoded><![CDATA[<p>Looks like you got through to them, Shlomo! Shared snapshots have been announced now. They are implemented in the AWS console <a
href="http://aws.amazon.com/console/" rel="nofollow">http://aws.amazon.com/console/</a> and in the API and collaboration with shared DEV environments using your technique should now be able to cross Amazon account boundaries. <img
src='http://blogstatic.shlomoswidler.com.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-61</link> <dc:creator>shlomo</dc:creator> <pubDate>Tue, 01 Sep 2009 22:17:32 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-61</guid> <description>@rstaveley,&lt;br /&gt;&lt;br /&gt;It&#039;s true - any distro can be used to build the boot AMI, and so the public AMI you mentioned (ami-2feb0f46 nimlabs/pivot-sdj-20080824.manifest.xml) can be used to boot from any EBS attached to /dev/sdj . Anyone who needs a boot AMI using a different attach point can follow the procedure in this article to build one from an Ubuntu AMI.&lt;br /&gt;&lt;br /&gt;I did identify that the difference between Ubuntu and Debian lies in the RAID support. As you say, there appears to be little practical value to discovering the underlying cause of failure.&lt;br /&gt;&lt;br /&gt;Thanks for your feedback!</description> <content:encoded><![CDATA[<p>@rstaveley,</p><p>It&#39;s true &#8211; any distro can be used to build the boot AMI, and so the public AMI you mentioned (ami-2feb0f46 nimlabs/pivot-sdj-20080824.manifest.xml) can be used to boot from any EBS attached to /dev/sdj . Anyone who needs a boot AMI using a different attach point can follow the procedure in this article to build one from an Ubuntu AMI.</p><p>I did identify that the difference between Ubuntu and Debian lies in the RAID support. As you say, there appears to be little practical value to discovering the underlying cause of failure.</p><p>Thanks for your feedback!</p> ]]></content:encoded> </item> <item><title>By: Rob Staveley (Tom)</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-62</link> <dc:creator>Rob Staveley (Tom)</dc:creator> <pubDate>Tue, 01 Sep 2009 21:39:31 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-62</guid> <description>I&#039;d only look into it if it satisfies an intellectual itch, Shlomo. A virtue of this pivot_root AMI approach is that the AMI doesn&#039;t need to be the same distro as the bootable EBS volume. As long as the AMI can [reasonably] reliably get any bootable EBS distro you want up and running, you might as well use the same AMI... Unless I am mistaken.&lt;br /&gt;&lt;br /&gt;I hate to think that my brand loyalty has got you delving into the differences between Debian and Ubuntu or Fedora, when any distro will suffice for the pivot AMI.</description> <content:encoded><![CDATA[<p>I&#39;d only look into it if it satisfies an intellectual itch, Shlomo. A virtue of this pivot_root AMI approach is that the AMI doesn&#39;t need to be the same distro as the bootable EBS volume. As long as the AMI can [reasonably] reliably get any bootable EBS distro you want up and running, you might as well use the same AMI&#8230; Unless I am mistaken.</p><p>I hate to think that my brand loyalty has got you delving into the differences between Debian and Ubuntu or Fedora, when any distro will suffice for the pivot AMI.</p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-63</link> <dc:creator>shlomo</dc:creator> <pubDate>Tue, 01 Sep 2009 18:39:32 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-63</guid> <description>@rstaveley,&lt;br /&gt;&lt;br /&gt;Yes, it turns out that the actual problems begin later in the boot sequence. The entire console output (which can take a while to show up, and sometimes only flushes completely at instance termination) shows more interesting stuff.&lt;br /&gt;&lt;br /&gt;Boot-time problems are notoriously hard to debug in EC2 where you can&#039;t get console access.&lt;br /&gt;&lt;br /&gt;Using the same AMI/AKI/ARI as you, I get this:&lt;br /&gt;[skipping uninteresting stuff]&lt;br /&gt;EXT3 FS on sda1, internal journal&lt;br /&gt;Making pivot_root device node /new-root-dev&lt;br /&gt;Attempting to mount pivot_root volume on /new-root-dev&lt;br /&gt;1 scsi_mod: no version for &quot;struct_module&quot; found: kernel tainted.&lt;br /&gt;SCSI subsystem initialized&lt;br /&gt;register_blkdev: cannot get major 8 for sd&lt;br /&gt;mount: /new-root-dev is not a valid block device&lt;br /&gt;2 mount: /new-root-dev is not a valid block device&lt;br /&gt;3 mount: /new-root-dev is not a valid block device&lt;br /&gt;4 mount: /new-root-dev is not a valid block device&lt;br /&gt;5 mount: /new-root-dev is not a valid block device&lt;br /&gt;6 mount: /new-root-dev is not a valid block device&lt;br /&gt;7 mount: /new-root-dev is not a valid block device&lt;br /&gt;8 mount: /new-root-dev is not a valid block device&lt;br /&gt;9 mount: /new-root-dev is not a valid block device&lt;br /&gt;10 mount: /new-root-dev is not a valid block device&lt;br /&gt;11 mount: /new-root-dev is not a valid block device&lt;br /&gt;12 mount: /new-root-dev is not a valid block device&lt;br /&gt;13 mount: /new-root-dev is not a valid block device&lt;br /&gt;14 mount: /new-root-dev is not a valid block device&lt;br /&gt;15 mount: /new-root-dev is not a valid block device&lt;br /&gt;16 mount: /new-root-dev is not a valid block device&lt;br /&gt;17 mount: /new-root-dev is not a valid block device&lt;br /&gt;18 mount: /new-root-dev is not a valid block device&lt;br /&gt; sdp: unknown partition table&lt;br /&gt;19 kjournald starting.  Commit interval 5 seconds&lt;br /&gt;EXT3-fs: mounted filesystem with ordered data mode.&lt;br /&gt;Mounted pivot_root volume.&lt;br /&gt;Mount failed for selinuxfs on /selinux:  No such file or directory&lt;br /&gt;INIT: version 2.86 booting&lt;br /&gt;/proc is empty (not mounted ?)&lt;br /&gt;hostname: the specified hostname is invalid&lt;br /&gt;Starting the hotplug events dispatcher: udevd.&lt;br /&gt;Synthesizing the initial hotplug events...done.&lt;br /&gt;Waiting for /dev to be fully populated...input: PC Speaker as /class/input/input1&lt;br /&gt;done.&lt;br /&gt;Activating swap...Adding 917496k swap on /dev/sda3.  Priority:-1 extents:1 across:917496k&lt;br /&gt;done.&lt;br /&gt;Checking root file system...fsck 1.41.3 (12-Oct-2008)&lt;br /&gt;fsck.ext3: Device or resource busy while trying to open /dev/sdp&lt;br /&gt;Filesystem mounted or opened exclusively by another program?&lt;br /&gt;fsck died with exit status 8&lt;br /&gt;[31mfailed (code 8).[39;49m&lt;br /&gt;An automatic file system check (fsck) of the root filesystem failed. A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only mode. [31mfailed![39;49m&lt;br /&gt;The root filesystem is currently mounted in read-only mode. A maintenance shell will now be started. After performing system maintenance, press CONTROL-D to terminate the maintenance shell and restart the system. [33m(warning).[39;49m&lt;br /&gt;Press enter for maintenance&lt;br /&gt;(or type Control-D to continue): &lt;br /&gt;&lt;br /&gt;The 19 retries happened while waiting for the volume to be attached to /dev/sdp. Then the boot continues OK but dies with:&lt;br /&gt;Checking root file system...fsck 1.41.3 (12-Oct-2008)&lt;br /&gt;fsck.ext3: Device or resource busy while trying to open /dev/sdp&lt;br /&gt;Filesystem mounted or opened exclusively by another program?&lt;br /&gt;fsck died with exit status 8&lt;br /&gt;&lt;br /&gt;Ugh. I&#039;ll look into this some more.</description> <content:encoded><![CDATA[<p>@rstaveley,</p><p>Yes, it turns out that the actual problems begin later in the boot sequence. The entire console output (which can take a while to show up, and sometimes only flushes completely at instance termination) shows more interesting stuff.</p><p>Boot-time problems are notoriously hard to debug in EC2 where you can&#39;t get console access.</p><p>Using the same AMI/AKI/ARI as you, I get this:<br
/>[skipping uninteresting stuff]<br
/>EXT3 FS on sda1, internal journal<br
/>Making pivot_root device node /new-root-dev<br
/>Attempting to mount pivot_root volume on /new-root-dev<br
/>1 scsi_mod: no version for &quot;struct_module&quot; found: kernel tainted.<br
/>SCSI subsystem initialized<br
/>register_blkdev: cannot get major 8 for sd<br
/>mount: /new-root-dev is not a valid block device<br
/>2 mount: /new-root-dev is not a valid block device<br
/>3 mount: /new-root-dev is not a valid block device<br
/>4 mount: /new-root-dev is not a valid block device<br
/>5 mount: /new-root-dev is not a valid block device<br
/>6 mount: /new-root-dev is not a valid block device<br
/>7 mount: /new-root-dev is not a valid block device<br
/>8 mount: /new-root-dev is not a valid block device<br
/>9 mount: /new-root-dev is not a valid block device<br
/>10 mount: /new-root-dev is not a valid block device<br
/>11 mount: /new-root-dev is not a valid block device<br
/>12 mount: /new-root-dev is not a valid block device<br
/>13 mount: /new-root-dev is not a valid block device<br
/>14 mount: /new-root-dev is not a valid block device<br
/>15 mount: /new-root-dev is not a valid block device<br
/>16 mount: /new-root-dev is not a valid block device<br
/>17 mount: /new-root-dev is not a valid block device<br
/>18 mount: /new-root-dev is not a valid block device<br
/> sdp: unknown partition table<br
/>19 kjournald starting.  Commit interval 5 seconds<br
/>EXT3-fs: mounted filesystem with ordered data mode.<br
/>Mounted pivot_root volume.<br
/>Mount failed for selinuxfs on /selinux:  No such file or directory<br
/>INIT: version 2.86 booting<br
/>/proc is empty (not mounted ?)<br
/>hostname: the specified hostname is invalid<br
/>Starting the hotplug events dispatcher: udevd.<br
/>Synthesizing the initial hotplug events&#8230;done.<br
/>Waiting for /dev to be fully populated&#8230;input: PC Speaker as /class/input/input1<br
/>done.<br
/>Activating swap&#8230;Adding 917496k swap on /dev/sda3.  Priority:-1 extents:1 across:917496k<br
/>done.<br
/>Checking root file system&#8230;fsck 1.41.3 (12-Oct-2008)<br
/>fsck.ext3: Device or resource busy while trying to open /dev/sdp<br
/>Filesystem mounted or opened exclusively by another program?<br
/>fsck died with exit status 8<br
/>[31mfailed (code 8).[39;49m<br
/>An automatic file system check (fsck) of the root filesystem failed. A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only mode. [31mfailed![39;49m<br
/>The root filesystem is currently mounted in read-only mode. A maintenance shell will now be started. After performing system maintenance, press CONTROL-D to terminate the maintenance shell and restart the system. [33m(warning).[39;49m<br
/>Press enter for maintenance<br
/>(or type Control-D to continue):</p><p>The 19 retries happened while waiting for the volume to be attached to /dev/sdp. Then the boot continues OK but dies with:<br
/>Checking root file system&#8230;fsck 1.41.3 (12-Oct-2008)<br
/>fsck.ext3: Device or resource busy while trying to open /dev/sdp<br
/>Filesystem mounted or opened exclusively by another program?<br
/>fsck died with exit status 8</p><p>Ugh. I&#39;ll look into this some more.</p> ]]></content:encoded> </item> <item><title>By: Rob Staveley (Tom)</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-64</link> <dc:creator>Rob Staveley (Tom)</dc:creator> <pubDate>Tue, 01 Sep 2009 14:23:23 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-64</guid> <description>I&#039;ve been playing with this some time now this morning and I have noticed that the public pivot AMI also throws up the same scsi_mod error. I apologise that was misleading. The Debian boot was similar to your Ubuntu right the way up to:&lt;br /&gt;&lt;br /&gt;Checking root file system...fsck 1.41.3 (12-Oct-2008)&lt;br /&gt;fsck.ext3: Device or resource busy while trying to open /lib/init/rw/rootdev&lt;br /&gt;Filesystem mounted or opened exclusively by another program?&lt;br /&gt;fsck died with exit status 8&lt;br /&gt;&lt;br /&gt;In 20 or so boots I found that the public pivot AMI also failed once, so the problem may be a subtle one.&lt;br /&gt;&lt;br /&gt;However... I made a happy discovery while I was playing with this, which probably seems obvious to you, but which may interest your readers.&lt;br /&gt;&lt;br /&gt;I (shortsightedly?) created a 1G EBS volume for my DEV environment, which was OK for experimenting but very soon filled up. I wished I made a 2G volume.&lt;br /&gt;&lt;br /&gt;I thought of going back to the drawing board, but then it occurred to me that I could do this:&lt;br /&gt;&lt;br /&gt;1. Create a snapshot of the 1G bootable EBS volume with my DEV system on it.&lt;br /&gt;2. Create a 2G volume from that snapshot.&lt;br /&gt;3. Attach the new volume as (say) /dev/sdk, but don&#039;t mount it.&lt;br /&gt;4. Resize the filesystem to 2G&lt;br /&gt;    e2fsck -f /dev/sdk&lt;br /&gt;    resize2fs /dev/sdk&lt;br /&gt;6. Snapshot the volume with the resized filesystem&lt;br /&gt;7. Use my new snapshot henceforth as the bootable EBS volume.&lt;br /&gt;&lt;br /&gt;This quickly gives me a way to increase the size of the bootable volume. An elastic smile appeared on my face :-)</description> <content:encoded><![CDATA[<p>I&#39;ve been playing with this some time now this morning and I have noticed that the public pivot AMI also throws up the same scsi_mod error. I apologise that was misleading. The Debian boot was similar to your Ubuntu right the way up to:</p><p>Checking root file system&#8230;fsck 1.41.3 (12-Oct-2008)<br
/>fsck.ext3: Device or resource busy while trying to open /lib/init/rw/rootdev<br
/>Filesystem mounted or opened exclusively by another program?<br
/>fsck died with exit status 8</p><p>In 20 or so boots I found that the public pivot AMI also failed once, so the problem may be a subtle one.</p><p>However&#8230; I made a happy discovery while I was playing with this, which probably seems obvious to you, but which may interest your readers.</p><p>I (shortsightedly?) created a 1G EBS volume for my DEV environment, which was OK for experimenting but very soon filled up. I wished I made a 2G volume.</p><p>I thought of going back to the drawing board, but then it occurred to me that I could do this:</p><p>1. Create a snapshot of the 1G bootable EBS volume with my DEV system on it.<br
/>2. Create a 2G volume from that snapshot.<br
/>3. Attach the new volume as (say) /dev/sdk, but don&#39;t mount it.<br
/>4. Resize the filesystem to 2G<br
/> e2fsck -f /dev/sdk<br
/> resize2fs /dev/sdk<br
/>6. Snapshot the volume with the resized filesystem<br
/>7. Use my new snapshot henceforth as the bootable EBS volume.</p><p>This quickly gives me a way to increase the size of the bootable volume. An elastic smile appeared on my face <img
src='http://blogstatic.shlomoswidler.com.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Rob Staveley (Tom)</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-65</link> <dc:creator>Rob Staveley (Tom)</dc:creator> <pubDate>Tue, 01 Sep 2009 11:37:51 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-65</guid> <description>I used the default AKI and ARI.</description> <content:encoded><![CDATA[<p>I used the default AKI and ARI.</p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://www.shlomoswidler.com/2009/07/boot-ec2-instances-from-ebs.html/comment-page-1#comment-66</link> <dc:creator>shlomo</dc:creator> <pubDate>Tue, 01 Sep 2009 09:59:01 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=27#comment-66</guid> <description>@rstaveley,&lt;br /&gt;&lt;br /&gt;The problem reported by scsi_mod may be an issue with the kernel modules included in the ramdisk. What AKI and ARI did you use? I&#039;ll try to reproduce with the default AKI and ARI and see what happens....&lt;br /&gt;&lt;br /&gt;The ability to create public, shared EBS volumes has been requested by many. It would allow some really cool sharing scenarios, such as the one you describe. I have submitted a question to the AWS folks who manage the public data set submissions:&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;I&#039;d like to share an EBS volume with the public in the same way I share an AMI. Public EBS snapshots would allow many really cool use cases, including bypassing the 10GB root-partition limit of an AMI (in combination with the pivot_root technique). Can I submit an EBS snapshot containing the linux boot code and startup sequence? Would you approve it? It&#039;s more than &quot;data&quot;, it would also be the kind of stuff you&#039;d burn into an AMI - apps, configs, etc....&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;I&#039;ll report back what they say.</description> <content:encoded><![CDATA[<p>@rstaveley,</p><p>The problem reported by scsi_mod may be an issue with the kernel modules included in the ramdisk. What AKI and ARI did you use? I&#39;ll try to reproduce with the default AKI and ARI and see what happens&#8230;.</p><p>The ability to create public, shared EBS volumes has been requested by many. It would allow some really cool sharing scenarios, such as the one you describe. I have submitted a question to the AWS folks who manage the public data set submissions:</p><p>&#8212;<br
/>I&#39;d like to share an EBS volume with the public in the same way I share an AMI. Public EBS snapshots would allow many really cool use cases, including bypassing the 10GB root-partition limit of an AMI (in combination with the pivot_root technique). Can I submit an EBS snapshot containing the linux boot code and startup sequence? Would you approve it? It&#39;s more than &quot;data&quot;, it would also be the kind of stuff you&#39;d burn into an AMI &#8211; apps, configs, etc&#8230;.<br
/>&#8212;</p><p>I&#39;ll report back what they say.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 1/20 queries in 0.010 seconds using disk
Content Delivery Network via Amazon Web Services: S3: blogstatic.shlomoswidler.com.s3.amazonaws.com

Served from: www.shlomoswidler.com @ 2010-08-01 00:12:51 -->