Unsolved
1 Rookie
•
12 Posts
0
317
August 23rd, 2022 03:00
PowerMax ansible info module gather volume info
Hi,
Is there any way using the ansible info module to gather fact about a volume, e.g cap_gb? Currently using the info module to filter out a specific volume, and when I've got that volume, I want to check the current size among other things.
The only working solution I've found out to work is to use the volume module and expand the specific volume with 0 GB to be able to get out the volumes attributes such as capacity. But this is quite a ugly solution? Wouldn't it be more suitable to use the info module to also gather fact about these things?
Regards,
Jonathan
No Events found!
jennifer_john
1 Rookie
•
79 Posts
0
September 1st, 2022 03:00
Hi @skitbil ,
Yes, as per the existing design the info module returns the only the id of the volumes. Please raise an enhancement in https://github.com/dell/ansible-powermax/issues and we will have a look at the same.
Thanks,
Jennifer