We will look into this and work on adding support for this in the upcoming releases
Meanwhile, we can use the ansible uri module by directly specifying the rest api url to change the linked mode of snapshot . Attaching below sample code for the same.
---
- hosts : localhost
vars :
unisphere_ip : 10.*.*.*
port : 8443
universion : 100
username : * **
password : * **
symmetrixId : 0001***0***
storageGroupId : sg
link_storageGroupName : link_sg
snapshotId : test_snapshot
snapId : 100000
tasks :
- name : Change the linked mode off snapshot from default no copy to copy
jennifer_john
1 Rookie
•
79 Posts
507
0
Posted February 23rd, 2023 09:00
Hi @Sap8627,
We will look into this and work on adding support for this in the upcoming releases
Meanwhile, we can use the ansible uri module by directly specifying the rest api url to change the linked mode of snapshot . Attaching below sample code for the same.