Merge "[SVf] : Fix the SVC code level for lsfcportsetmember call"

This commit is contained in:
Zuul 2022-08-19 18:35:53 +00:00 committed by Gerrit Code Review
commit 8df3878e91
2 changed files with 8 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ class StorwizeHelpers(object):
# indicates whether the port can be used for host I/O
targetportfc_resp = self.ssh.lstargetportfc(current_node_id=node_id,
host_io_permitted=host_io)
if code_level >= (8, 4, 2, 0):
if code_level >= (8, 5, 0, 0):
portset_name = portset if portset else 'portset64'
port_ids = set()
fcportsetmember_resp = self.ssh.lsfcportsetmember()

View File

@ -0,0 +1,7 @@
---
fixes:
- |
IBM Spectrum Virtualize Family driver: `Bug #1976499
<https://bugs.launchpad.net/cinder/+bug/1976499>`_:
Setting correct SVC Code level for lsfcportsetmember
call.