Hi,
Yesterday we hit the following bug: https://launchpad.net/bugs/1523503. An
initial patch was posted https://review.openstack.org/#/c/254206/. This morning
I discovered that there were conflicts due to the merge
https://github.com/openstack/nova/commit/e792d50efadb36437e82381f4c84d738cee25dfd
Hi, Laohu
You shouldn't use cinder attach API to attach a volume to an instance.
Cinder attach API worked with Nova attach API, so you should call Nova
attach API that will attach volume really.
Attach volume is a complex process, it start from Nova side, Nova
will interact with Cinder several ti
> On Dec 6, 2015, at 7:00 AM, Jay Pipes wrote:
>
> On 12/03/2015 02:24 AM, Richard Raseley wrote:
>> I am tracking down an issue I am having in Horizon ( HTTPD output
>> http://paste.openstack.org/show/480704/ ) which lead me to looking at
>> the Nova extensions. When I try to execute a `nova li
I called cinderclient.volumes.attach(...) to attach a block volume to an
instance, the volume is in 'In-Use' status and attached to the volume.
However, when I got on Openstack dashboard and clicked on the instance, i could
not find the volume in the 'Volumes Attached' section.
I use cinde