multiattach volume fails if status is attaching
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
New
|
Undecided
|
Unassigned |
Bug Description
This is a duplicate of https:/
These are the Heat resources in use:
OS::Cinder:
OS::Nova::Server (x2)
OS::Cinder::Volume (x1)
When using heat and creating a cinder volume with multiattach=true, the stack create fails if second volume attachment detects that the first volume attachment is in an "attaching" state. The attachment reports an error as shown below:
Error: resources.
What should happen is that the second volume attachment waits until the first attachment is in a state of available, in-use, or failed before re-attempting to connect.
This occurs on Openstack Mitaka on CentOS7.0 with the following software:
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
python-
python-
python-
python-nova.noarch 1:13.1.0-1.el7 @centos-
python-
Attached: yaml template file
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
Although we support the property 'multiattach' for cinder volume resource, but nova has not support to attach a volume to several servers yet, so the error raised.