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 -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
