Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychou committed Dec 30, 2016
1 parent a4b4d73 commit fc07bf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions infortrend/eonstor_ds_cli/common_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,13 @@ class InfortrendCommon(object):
1.0.1 - Support DS4000
1.0.2 - Support GS Series
1.0.3 - Add iSCSI MPIO support
1.0.4 - Fix Nova live migration bugs #1481968
1.0.4 - Fix Nova live migration (bug #1481968)
1.0.5 - Improve driver speed
1.0.6 - Select pool by Cinder scheduler
- Fix migrate & manage_existing issues
"""

VERSION = '1.0.5'
VERSION = '1.0.6'

constants = {
'ISCSI_PORT': 3260,
Expand Down
3 changes: 2 additions & 1 deletion infortrend/infortrend_fc_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ class InfortrendCLIFCDriver(driver.FibreChannelDriver):
1.0.1 - Support DS4000
1.0.2 - Support GS Series
1.0.3 - Add iSCSI MPIO support
1.0.4 - Fix Nova live migration bugs. #1481968
1.0.4 - Fix Nova live migration (bug #1481968)
1.0.5 - Improve driver speed
1.0.6 - Select pool by Cinder scheduler
- Fix migrate & manage_existing issues
"""

def __init__(self, *args, **kwargs):
Expand Down
3 changes: 2 additions & 1 deletion infortrend/infortrend_iscsi_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ class InfortrendCLIISCSIDriver(driver.ISCSIDriver):
1.0.1 - Support DS4000
1.0.2 - Support GS Series
1.0.3 - Add iSCSI MPIO support
1.0.4 - Fix Nova live migration bugs. #1481968
1.0.4 - Fix Nova live migration (bug #1481968)
1.0.5 - Improve driver speed
1.0.6 - Select pool by Cinder scheduler
- Fix migrate & manage_existing issues
"""

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit fc07bf6

Please sign in to comment.