]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused code: check_for_export.
authorRussell Bryant <rbryant@redhat.com>
Fri, 21 Sep 2012 18:51:17 +0000 (14:51 -0400)
committerRussell Bryant <rbryant@redhat.com>
Fri, 21 Sep 2012 18:51:17 +0000 (14:51 -0400)
commitadc83405e599bd51abb8f3617916c8f80c8a9d4f
treed8d8719c98d9d678eac8b586e965e6d6e645666b
parent454d596b65569eedcd6dc1e9bece66f2a13871f8
Remove unused code: check_for_export.

This code has been unused since cinder was split from nova.  It used to
be used as a safety check during live migration.  The check was removed
recently in nova, since it wasn't being used with Cinder anyway (just
nova-volumes).

An alternative approach would be to expose this from Cinder somehow if
we feel it's important, but until then, there's no reason to keep dead
code around.

Change-Id: I5adfb405c1bd04bcc1ad61d511afb227a198f4ed
cinder/tests/test_storwize_svc.py
cinder/tests/test_volume.py
cinder/tests/test_zadara.py
cinder/volume/driver.py
cinder/volume/manager.py
cinder/volume/netapp.py
cinder/volume/nfs.py
cinder/volume/storwize_svc.py
cinder/volume/zadara.py