On Thu, Oct 11, 2012 at 01:48:29PM -0700, Garrett Holmstrom wrote:
> > why fedora ec2-image doesn't have a swap ?
> The standard in EC2 is to use ephemeral storage for swap.
> Unfortunately, different instance types put their ephemeral storage in
> different places, and some have none at all, so I suggest using a
> script to manage swap space as the instance starts.  You can do this
> by uploading a script as the instance's user data:
> euca-run-instances ami-2ea50247 ... --user-data-file=some-shell-script.sh

Hmmm. Can we include that to make things nicer?

(I was just noticing that the kickstart puts /dev/xvda3 as swap in fstab on
i386 only, so we're already halfway trying to do something conditional.)

-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  <[email protected]>
_______________________________________________
cloud mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/cloud

Reply via email to