igroup has to use vserver (#60905)
This commit is contained in:
parent
d62e75bf6d
commit
63d4de7e1c
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@ class NetAppOntapIgroup(object):
|
|||
:rtype: dict
|
||||
"""
|
||||
igroup_info = netapp_utils.zapi.NaElement('igroup-get-iter')
|
||||
attributes = dict(query={'initiator-group-info': {'initiator-group-name': name}})
|
||||
attributes = dict(query={'initiator-group-info': {'initiator-group-name': name,
|
||||
'vserver': self.parameters['vserver']}})
|
||||
igroup_info.translate_struct(attributes)
|
||||
result, current = None, None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue