dell / ansible-powermax

Ansible Modules for Dell PowerMax
GNU General Public License v3.0
36 stars 35 forks source link

[FEATURE]: Add volume_identifier to info module 'vol' subset #33

Closed Piaskun closed 11 months ago

Piaskun commented 11 months ago

Describe the solution you'd like Currently info.py module doesn't return volume_identifier of volumes as part of return dictionary, but is able to filter on it. volume_identifier is only seen on volume_details in volume.py module, but that require to querying multiple volumes in loop.

Describe alternatives you've considered Query multiple volumes in loop using volume.py, but that approach is slow.

Additional context We manage volumes/devices using volume_identifier, so having it returned from info.py (like volume name in different storage array modules) could be helpfull.