cinder/cinder/volume/drivers/san
Walter A. Boring IV 824de4a01d Ensure FC ZoneManager is called
This patch ensures that the FC ZoneManager
is called during for all cases in Cinder
that does a volume attach/detach for FC
enabled drivers.
The problem was that we had code in the volume
manager that manually called the ZoneManager,
after initialize_connection and terminate_connection,
but other places in Cinder were not calling the
ZoneManager.
This patch creates 2 new decorators that can
be used for any driver's initialize_connection
and terminate_connection call.   The decorator
checks to make sure that the return value is for
a fibre_channel attachment and then calls the
ZoneManager's add_connection or delete_connection.
Change-Id: Ie3ae70785f500a140003ad3a8495e0ddc3516ea8
Closes-Bug: 1321798
2014-07-07 16:19:03 -07:00
..
hp Ensure FC ZoneManager is called 2014-07-07 16:19:03 -07:00
__init__.py New HP LeftHand array iSCSI driver 2014-02-10 12:59:34 -08:00
san.py Enable flake8 F841 checking 2014-04-01 11:38:35 +04:00
solaris.py Fix solaris_execute in SolarisISCSIDriver. 2014-05-09 20:56:37 -05:00