Start a Conversation

Unsolved

D

1 Message

964

November 23rd, 2021 22:00

Ansible Unity Volume Module - gather volume details

I am trying to use the volume module to gather volume facts but it fails on non thin provisioned volumes. It is defaulting the parameter 'is_thin' to True when not specified and gives the error 'Modifying is_thin is not allowed'.

Is there a way to get around this by not having that parameter default to a value?

- name: Get volume details using vol_name
dellemc.unity.dellemc_unity_volume:
unispherehost: "{ { inventory_hostname }}"
username: "{ { user }}"
password: "{ { password }}"
verifycert: False
vol_name: "{ { volume_name }}"
state: "present"
register: output

 

1 Rookie

 • 

79 Posts

December 19th, 2021 21:00

Hi @DubT1 ,

Thank you for writing to us.

We have noted this issue with the volume module and we will look into the same.

Thanks,

Jennifer. 

No Events found!

Top