Volume FC driver for IBM Storwize family and SVC storage systems.
Notes: 1. If you specify both a password and a key file, this driver will use the
key file only.
Limitations: 1. The driver expects CLI output in English, error messages may be in a
localized format.
Bases: cinder.volume.drivers.ibm.storwize_svc.storwize_svc_common.StorwizeSVCCommonDriver
IBM Storwize V7000 and SVC FC volume driver.
Version history: 1.0 - Initial driver 1.1 - FC support, create_cloned_volume, volume type support,
get_volume_stats, minor bug fixes
1.2.0 - Added retype 1.2.1 - Code refactor, improved exception handling 1.2.2 - Fix bug #1274123 (races in host-related functions) 1.2.3 - Fix Fibre Channel connectivity: bug #1279758 (add delim to
lsfabric, clear unused data from connections, ensure matching WWPNs by comparing lower case
1.2.4 - Fix bug #1278035 (async migration/retype) 1.2.5 - Added support for manage_existing (unmanage is inherited) 1.2.6 - Added QoS support in terms of I/O throttling rate 1.3.1 - Added support for volume replication 1.3.2 - Added support for consistency group 1.3.3 - Update driver to use ABC metaclasses 2.0 - Code refactor, split init file and placed shared methods for
FC and iSCSI within the StorwizeSVCCommonDriver class
2.0.1 - Added support for multiple pools with model update 2.1 - Added replication V2 support to the global/metro mirror
mode
2.1.1 - Update replication to version 2.1
Check connector for at least one enabled FC protocol.