Merge "[SVf] : Fix the SVC code level for lsfcportsetmember call"
This commit is contained in:
commit
8df3878e91
@ -1160,7 +1160,7 @@ class StorwizeHelpers(object):
|
|||||||
# indicates whether the port can be used for host I/O
|
# indicates whether the port can be used for host I/O
|
||||||
targetportfc_resp = self.ssh.lstargetportfc(current_node_id=node_id,
|
targetportfc_resp = self.ssh.lstargetportfc(current_node_id=node_id,
|
||||||
host_io_permitted=host_io)
|
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'
|
portset_name = portset if portset else 'portset64'
|
||||||
port_ids = set()
|
port_ids = set()
|
||||||
fcportsetmember_resp = self.ssh.lsfcportsetmember()
|
fcportsetmember_resp = self.ssh.lsfcportsetmember()
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user