758a32f7ce
This patch refactors volumeops.py to use os-brick for volume related operations. The immediate benefits are: * FC support * improved iSCSI MPIO support * simplified volume connect/disconnect workflow Change-Id: Ib21947141aadca1fa6cb99afc07a175ce14d192e Depends-On: I19dfc8dd2e9e8a1b17675b55c63de903804480e4 Implements: blueprint hyperv-use-os-brick
12 lines
376 B
YAML
12 lines
376 B
YAML
---
|
|
features:
|
|
- |
|
|
The Hyper-V driver now uses os-brick for volume related
|
|
operations, introducing the following new features:
|
|
|
|
- Attaching volumes over fibre channel on a passthrough
|
|
basis.
|
|
- Improved iSCSI MPIO support, by connecting to multiple
|
|
iSCSI targets/portals when available and allowing using
|
|
a predefined list of initiator HBAs.
|