** Changed in: nova
       Status: Invalid => In Progress

** Changed in: nova
     Assignee: (unassigned) => Feodor Tersin (ftersin)

-- 
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):
  In Progress

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     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to