Hello,
I'm posting this on behalf of customer for NetBackup
what we do in nutshell is
1.we establish replication relationship between source and target volume
2.call ontap.SnpamirrorTransfer() to enable replication ,we wait util we see transfer state is successful
3.call ontap.snapshot() on target volume and save attributes of snapshot residing on target volume
what we have observed is if storage efficiency is enabled for target volume
- after replication is successful , storage efficiency runs and updates uuid of already existing snapshot on target volume
- Hence we have invalid uuid of snapshot as we have already picked up snapshot attributes mentioned at steps 3
- Due to this invalid uuid we fail to perform different operations like export/deport/delete operation for snapshot residing on target volume
How can we retrieve valid attributes of snapshot if storage efficiency is enabled on target volume using python SDK
we already have case #2010285475 opened ,respective support has asked to post query in this forum and get solution for this