Added vserver to lun_info field to ensure unique LUN dict keys (#61357)

This commit is contained in:
Jason Lee 2019-08-28 01:14:59 +10:00 committed by Jake Jackson
parent 31b49334b9
commit 9f8a0f4ace

View file

@ -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',