Managing storage efficiency
SnapMirror preserves storage efficiency on the source and destination volumes, with one exception, when postprocess data compression is enabled on the destination. In that case, all storage efficiency is lost on the destination. To correct this issue, you need to disable postprocess compression on the destination, update the relationship manually, and re-enable storage efficiency.
Before you begin
The source and destination clusters and SVMs must be peered.
You must disable postprocess compression on the destination.
About this task
AFA systems manage storage efficiency settings differently from Hybrid systems after a destination volume is made writeable:
You can use the volume efficiency show command to determine whether efficiency is enabled on a volume. For more information, see the man pages.
Fri May 22 02:13:02 CDT 2020 ScheduledUpdate[May 22 02:12:00]:cc0fbc29-b665-11e5-a626-00a09860c273 Operation-Uuid=39fbcf48-550a-4282-a906-df35632c73a1 Group=none Operation-Cookie=0 action=End source=<sourcepath> destination=<destpath> status=Success bytes_transferred=117080571 network_compression_ratio=1.0:1 transfer_desc=Logical Transfer - Optimized Directory Mode
Logical Transfer with storage
Example
The following example updates the relationship between the source volume volA on svm1 and the destination volume volA_dst on svm_backup , and re-enables storage efficiency:cluster_dst::> snapmirror update -source-path svm1:volA -destination-path svm_backup:volA_dst -enable-storage-efficiency true