yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21591
[Bug 1370901] [NEW] Nova EC2 doesn't create empty volume while launching an instance
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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 OpenStack Compute (Nova):
New
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/nova/+bug/1370901/+subscriptions
Follow ups
References