]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp FC driver shims missing manage/unmanage
authorClinton Knight <cknight@netapp.com>
Wed, 15 Apr 2015 14:50:49 +0000 (10:50 -0400)
committerClinton Knight <cknight@netapp.com>
Thu, 28 May 2015 18:21:51 +0000 (18:21 +0000)
commit7f32ea852863174704706eb922752c183e7d6788
tree0f448593fb3efda4210935a466ccaa0dd2aca6c8
parent275912c6cc28cbb584f0cc660e50d4bb247f3bc9
NetApp FC driver shims missing manage/unmanage

The NetApp FC drivers' passthrough shim layers are missing the
manage/unmanage methods, causing the manage/unmanage functions
to fail.  The necessary functionality is already present in
the underlying library layer, so the trivial fix is to add the
functions to the passthrough layers. This patch also adds a
unit test to ensure the four block storage driver interfaces
remain in sync.

Change-Id: I0fa7e16b23e5148f82a8b51bf4380f4384c35759
Closes-Bug: #1444517
cinder/tests/unit/volume/drivers/netapp/dataontap/test_block_driver_interfaces.py [new file with mode: 0644]
cinder/volume/drivers/netapp/dataontap/fc_7mode.py
cinder/volume/drivers/netapp/dataontap/fc_cmode.py