Added vserver to lun_info field to ensure unique LUN dict keys (#61357)
This commit is contained in:
parent
31b49334b9
commit
9f8a0f4ace
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class NetAppONTAPGatherInfo(object):
|
|||
'kwargs': {
|
||||
'call': 'lun-get-iter',
|
||||
'attribute': 'lun-info',
|
||||
'field': 'path',
|
||||
'field': ('vserver', 'path'),
|
||||
'query': {'max-records': '1024'},
|
||||
},
|
||||
'min_version': '0',
|
||||
|
|
Loading…
Reference in a new issue