Describe the bug
In the vSphere report, the Multipath Policy value is not populated on the report for Datastore LUNs which use a 3rd party custom PSP module (example: NIMBLE_PSP_DIRECTED for Nimble arrays).
To Reproduce
Steps to reproduce the behavior:
Run report against an environment with a 3rd-party PSP module in use.
"Multipath Module" entry in the SCSI LUN Details section will be blank.
Expected behavior
The PSP in use by the LUN should be displayed.
Additional context
The code does a lookup against the three known built-in PSP plugins to show the friendly policy name. If the actual plugin is not found, no value is returned. Propose inserting the actual value of the plugin if not found. I'll submit a PR.
Describe the bug In the vSphere report, the Multipath Policy value is not populated on the report for Datastore LUNs which use a 3rd party custom PSP module (example: NIMBLE_PSP_DIRECTED for Nimble arrays).
To Reproduce Steps to reproduce the behavior:
Expected behavior The PSP in use by the LUN should be displayed.
Additional context The code does a lookup against the three known built-in PSP plugins to show the friendly policy name. If the actual plugin is not found, no value is returned. Propose inserting the actual value of the plugin if not found. I'll submit a PR.