Unsolved
1 Message
0
537
October 14th, 2020 08:00
Ansible module powermax : Create volume on SG "unprotected"
Hi !
I try to create volume on standalone array, the task dellemc_powermax_volume is KO for that.
In dellemc_powermax_volume.py, I found this :
if (storage_group is not None and not storage_group['unprotected']):
The result of my SG, it's "unprotected".
remote_array_1_id'",
{
"base_slo_name": "Diamond",
"cap_gb": 0.0,
"compression": true,
"device_emulation": "N/A",
"num_of_child_sgs": 0,
"num_of_masking_views": 0,
"num_of_parent_sgs": 0,
"num_of_snapshots": 0,
"num_of_vols": 0,
"service_level": "Diamond",
"slo": "Diamond",
"slo_compliance": "STABLE",
"srp": "SRP_1",
"storageGroupId": "sg_testjsg",
"type": "Standalone",
"unprotected": true
}
The case for create volume on "unprotected" SG seems not present in this module ...
What is the workaround for that ?
Regards,