Unsolved
1 Rookie
•
2 Posts
0
597
January 19th, 2021 06:00
ansible unity - remove LUN from CG with wwn
Hi,
is there a way to remove a LUN from a CG by specifying a wwn instead of Name or id?
Thanks,
Jens
No Events found!
Unsolved
1 Rookie
•
2 Posts
0
597
January 19th, 2021 06:00
Hi,
is there a way to remove a LUN from a CG by specifying a wwn instead of Name or id?
Thanks,
Jens
Top
FoolInTheRain
123 Posts
0
January 19th, 2021 08:00
Hi Jens,
The Ansible Modules for Dell EMC Unity 1.1 Product Guide:
https://github.com/dell/ansible-unity/blob/master/docs/Product%20Guide.md#filesystem-module
States that the "Volumes" parameter for Consistency Group Module must be:
*****
*****
So it would appear that using the WWN is not an option at this time.
Engineering does monitor this Community Board, and I will make sure they see both your posting and my reply.
Anil_Degwekar
13 Posts
0
January 20th, 2021 01:00
Hi Jens,
For removing volumes from a CG, you need to specify either the name or the ID of the volume -- WWN is not a valid option.
You should probably know the name of the volume if you have created it yourself.
jens.petersen
1 Rookie
•
2 Posts
0
January 24th, 2021 22:00
@FoolInTheRain Thanks, that would be very useful. Our customer request LUN returns by providing the Hostnames and LUN WWN, which makes sense as they do not see any LUN Name or -ID.