On Wed, Nov 5, 2008 at 6:39 PM, bFlood wrote: > > > EBS - from the amazon docs: > "A volume can only be attached to one instance at a time, but many > volumes can be attached to a single instance. " > http://aws.amazon.com/ebs/
Isn't this a inherent limitation of the technology, not a Amazon one? Trying to have multiple Operating Systems working on one actual disk is ripe for disaster (the volumes are low level block devices). How will locking and such work? never heard of connecting one physical disk to multiple machines. Of course you can access one physical disk from multiple machines via NFS etc, and see no reason why this cant work on EC2 - then the actual access to the physical drive is marshaled by one OS. Maybe Amazon will offer NAS - which could be a EBS with a mini (non-configurable) instance that uses NFS (or similar) to expose the 'drive' to multiple instances. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
