跳转到主内容

聚合重复数据删除如何影响SnapMirror?

Views:
9
Visibility:
Public
Votes:
0
Category:
snapmirror
Specialty:
dp
Last Updated:

适用场景

  • SnapMirror
  • 聚合级重复数据删除
    • 聚合重复数据删除
    • 跨卷重复数据删除

问题解答

  • 聚合级重复数据删除可消除属于同一聚合的卷之间的重复块
  • SnapMirror传输不会保留SnapMirror源上的聚合重复数据删除节省量(实时或后台/后处理)
    • 这不会影响SnapMirror从源中保持卷级存储效率节省
  • SnapMirror目标集群可以对类型DP SnapMirror目标卷使用聚合重复数据删除
    • 这不会影响SnapMirror从源中保持卷级存储效率节省

追加信息

父主题:SnapMirror存储效率配置和行为

要在DP (SnapMirror目标)卷上实现跨卷节省、请执行以下操作:

  1. 在SnapMirror初始化之前、在DP卷上启用跨卷效率
  • 在DP卷上启用效率:
    volume efficiency on -vserver svm-destination -volume volume_dp
  • 在DP卷上启用跨卷后台重复数据删除:
    volume efficiency modify -vserver svm-destination -volume volume_dp -cross-volume-background-dedupe true
  • 初始化SnapMirror关系:
    snapmirror initialize -destination-vserver svm-destination -destination-volume volume_dp
  1. 如果无法重新初始化SnapMirror、则需要对DP卷执行完全扫描、以初始化其块指纹数据库:
  • 这将需要更长的时间、因为完全扫描需要很长时间、并且只会占用有限的CPU、因此、如果可能、最好选择选项1
  • 在DP卷上启用效率:
    volume efficiency on -vserver svm-destination -volume volume_dp
  • 在DP卷上启用跨卷后台重复数据删除:
    volume efficiency modify -vserver svm-destination -volume volume_dp -cross-volume-background-dedupe true
  • 对DP卷运行完全扫描:
    volume efficiency start -vserver svm-destination -volume volume_dp -scan-old-data true
  • 等待完整扫描完成:
    volume efficiency show -vserver svm-destination -volume volume_dp -scan-old-data true -fields op-status
  1.  对于SVM-DR、不能使用选项1、因为卷仅在SnapMirror初始化期间创建。
  • 使用与选项2相同的步骤、但 vserver config override 对非show命令使用高级命令:

set advanced

vserver config override -command "volume efficiency on -vserver svm-destination -volume volume_dp"

vserver config override -command "volume efficiency modify -vserver svm-destination -volume volume_dp -cross-volume-background-dedupe true"

vserver config override -command "volume efficiency start -vserver svm-destination -volume volume_dp -scan-old-data true"

使用以下任一选项:

  • 在触发下一个聚合效率后台操作后、可以实现跨卷节省。
    • 检查中的输出 aggregate efficiency cross-volume-dedupe show 以确定上次操作结束或当前操作状态
    • 聚合效率后台操作会在聚合中发生特定百分比的块更改时自动触发
    • Aggreate效率后台操作可通过以下方式手动进行触发: aggregate efficiency cross-volume-dedupe start
  • 使用LRSE (具有存储效率的逻辑复制)时、不需要为DP卷效率操作制定效率操作计划。
  • 使用LRSE时,每个都会 snapmirror update 触发效率后台操作(仅在中可见 sis.log),以实现跨卷节省。
  • 从源卷到二级卷的每个卷节省量会从主卷到二级卷保持不变、而在DP卷上未启用二级压缩时、XDP使用存储效率的关系也会有所不同。其他详细信息:

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.