yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36384
[Bug 1370901] Re: Nova EC2 doesn't create empty volume while launching an instance
** Changed in: nova
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1370901
Title:
Nova EC2 doesn't create empty volume while launching an instance
Status in ec2-api:
Fix Committed
Status in OpenStack Compute (nova):
Won't Fix
Bug description:
AWS is able to create and attach a new empty volume while launching an instance. See http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-RunInstances.html:
---
To create an empty Amazon EBS volume, omit the snapshot ID and specify a volume size instead. For example: "/dev/sdh=:20".
---
This can be set by run_instances parameters, and by image block device mapping structure.
But Nova EC2 isn't able to do this:
$ euca-run-instances --instance-type m1.nano ami-00000001 --block-device-mapping /dev/vdd=:1
euca-run-instances: error (InvalidBDMFormat): Block Device Mapping is Invalid: Unrecognized legacy format.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ec2-api/+bug/1370901/+subscriptions
References