]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Netapp: fix multiple copies of cinder-volume
authorVishvananda Ishaya <vishvananda@gmail.com>
Tue, 9 Sep 2014 00:05:13 +0000 (17:05 -0700)
committerVishvananda Ishaya <vishvananda@gmail.com>
Tue, 9 Sep 2014 00:05:13 +0000 (17:05 -0700)
commitf8aee8c52071870113425024bec55fc1425d4f83
tree0e51808f16e4378f8b44a37ffaf7016b97559f1b
parent8049f0b8728860617e2ba6f32a3d2a95af2e4fd1
Netapp: fix multiple copies of cinder-volume

Various commands were failing when running multiple copies of
cinder-volume. This is due to storing an in memory copy of the luns
which may get updated in the backend by another cinder-volume. Fix
it by attempting to refresh the list of luns if one is not found
during a request.

Change-Id: Iecd1dc5146525d7240a09f71669a3ab239c488bd
Resolves-bug: #1367044
cinder/volume/drivers/netapp/iscsi.py