[Yahoo-eng-team] [Bug 1891298] [NEW] volume_size in bdms cannot work when instance boot with snapshot image

2020-08-12 Thread renminmin
Public bug reported: In my env, cinder volume backend is ceph rbd. # Original instance boot with volume-backend from the image01 $ nova boot --block-device source=image,id=$image01,dest=volume,size=50,shutdown=remove,bootindex=0 --flavor m1.tiny --nic net-id=$net vm01 # create instance image $

[Yahoo-eng-team] [Bug 1885558] [NEW] sriov: instance with macvtap vnic_type live migration failed

2020-06-29 Thread renminmin
Public bug reported: Instance with the vnic_type macvtap port live migration failed. My env configuration follow the document: https://docs.openstack.org/neutron/latest/admin/config-sriov.html # VFs on source comptue 84:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ N

[Yahoo-eng-team] [Bug 1640643] Re: Cannot attach interface

2017-04-13 Thread renminmin
** Changed in: networking-vsphere Status: New => Confirmed ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => Confirmed ** Changed in: nova Assignee: (unassigned) => renminmin (rmm0811) ** Changed in: networkin

[Yahoo-eng-team] [Bug 1268505] [NEW] The response is text/plain format when encouter exception, even though set "Accept:application/json"

2014-01-13 Thread renminmin
Public bug reported: when the request encounter the exception, the response will be text/plain, even though I specify "Accept:application/json" in the request header. This is a different behavior from glance with other projects. I deploy the havana version, and use the glance api v2 as follows:

[Yahoo-eng-team] [Bug 1265719] [NEW] Create image with api v2 return 500 error

2014-01-02 Thread renminmin
Public bug reported: I try to use the glance api v2 to create image as two steps: 1. create image metadata and get image id curl -i -X POST -H "X-Auth-Token: $token" -H "content-type: application/json" -d '{"name": "image-8", "type": "kernel", "foo": "bar", "disk_format": "aki", "container_form

[Yahoo-eng-team] [Bug 1265711] [NEW] mage is creating with option min_disk and min_ram as negative number

2014-01-02 Thread renminmin
Public bug reported: I try to create a image with the min_ram and min_disk as negative number, and create image operation is successful. I use the glance api V2 to create image. curl -i -X POST -H "X-Auth-Token: $token" -H "content-type: application/json" -d '{"name": "image-7", "type": "ker