[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.
Scott Moser
smoser at ubuntu.com
Thu Jan 5 21:15:56 UTC 2012
Kiall, could you collect the ec2 metadata from inside such an instance?
python -c 'import boto.utils, pprint;
pprint.pprint(boto.utils.get_instance_metadata())'
Basically, i suspect that the metadata is stating that swap is at
/dev/vdc, so cloud-init is trusting it.
if that is the case, we either have to :
a.) go searching for swap
b.) fix nova metadata service
and 'b' seems like the right fix, as the MD is clearly wrong.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066
Title:
/etc/fstab contains incorrect device for swap partition when no
ephemeral disk present.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions
More information about the Ubuntu-server-bugs
mailing list