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

pull/61384/head
Jason Lee 5 years ago committed by Jake Jackson
parent 31b49334b9
commit 9f8a0f4ace

@ -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…
Cancel
Save