]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Declare multiattach is True in Dell Eqlx driver
authorwuyuting <wytdahu@gmail.com>
Wed, 25 Nov 2015 02:00:44 +0000 (10:00 +0800)
committerwuyuting <wytdahu@gmail.com>
Thu, 26 Nov 2015 01:10:38 +0000 (09:10 +0800)
commit5afc00586e757647605ce7ef70d7ad0de8de7def
tree5beedccc1efcca7d6b4a3ee2e25f132944cc7a6d
parent2c3b6e9912b6dc60b78585effaff6219377e5d8d
Declare multiattach is True in Dell Eqlx driver

An Eqlx volume can be attached to multi instances, however,
this feature is not declared in eqlx driver. As a result,
if a user create a multi-attached volume using eqlx as
backend, they will be failed.

In this commit, we declared multiattach is True in eqlx
driver.

Change-Id: Ia8e94e739c2573f1f26d8cb2713a6b851adf9428
Closes-Bug: #1519570
cinder/tests/unit/test_eqlx.py
cinder/volume/drivers/eqlx.py