** Changed in: nova/kilo
Status: Fix Released => Fix Committed
** Changed in: nova/kilo
Milestone: 2015.1.2 => 2015.1.3
--
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/1459491
Title:
Unexpected result when create server booted from volume
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) kilo series:
Fix Committed
Bug description:
Enviroment:
flalvor :1 --- 1G disk.
volume :aaa ,---2G,bootable,image:bbb,
image:bbb 13M
when boot from volume like this:
nova boot --flavor 1 --nic net-id=xxx --boot-volume aaa
it will rasie an error: FlavorDiskTooSmall
when boot from volum like this:
nova boot --flavor 1 --nic net-id=xxx --block-device
id=bbb,source=image,dest=volume,size=2,bootindex=0 test2
it goes well.
But,the second one is same with the first one.So,either the first or
the second is unexcepted.
I think the second one should raise 'FlavorDiskTooSmall' error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1459491/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp