Archived:How to identify if my FabricPool volume move was optimized or not?
アーカイブ依頼者:Tim McGue |
アーカイブの理由: https://kb.netapp.com/onprem/ontap/o...e_is_optimizedの重複 |
環境
- ONTAP 9.6以降
- FabricPool
- ボリューム移動
回答
ONTAP 9.6以降では、ボリューム移動のデスティネーションローカル階層がソースローカル階層と同じバケットを使用する場合、
バケットに格納されているソースボリューム上のデータがローカル階層に戻されません。
この最適化されたボリューム移動により、ネットワーク効率が大幅に向上します。
ONTAP 9.12.1までは、mgwdログで次の情報を探して、ボリューム移動が最適化されたかどうかを確認します。
0000001c.0065be81 0c4f7992 Thu May 11 2023 12:23:12 +02:00 [kern_mgwd:info:2498] 0x82ae89400: 8603f0000026e919:
WARNING: VOPL::VolMove: 170957 Volume Move Job Configuration Information: job serialization id: 89c1038c-ed98-473d-93f3-b6ea92438b19
sourceVolume: nfs_data dstAggrName: aggr02 isDestinationPresent: 0 cutover_window: 30 cutover_attempts: 3
cutover_action: 5 balancerMove: 0bypass-throttling: 0skip_delta_calculation: 0old_job_id: 0tiering_policy:
alltiering_minimum_cooling_days: 0isVolMoveByRef: 1srcVolBufTreeUuid: f5c4d60e-96ed-4790-829d-4abae0f309c0srcVolUuid:
dc3a1d50-ee3c-11ed-bc3c-d039ea4f196esrcVolBtidCookie: 8580313srcPrimaryConfigId: 1srcMirrorConfigId: 0dstPrimaryConfigId:
1dstMirrorConfigId: 0shouldVolMoveReadTemp: 0cloudRetrievePolicy: defaultsrcAggrUuid: 820cc9d5-3a03-4672-b4e8-7e448f579f90snaplockType:
0userName: stu\a001584.t1rclientLocation: 10.0.11.43clientTransport: sshtieringObjectTags: keyManagerAttribute: enforce-network-throttling: 0
isVolMoveByRef = 1 -最適化されたボリューム移動
isVolMoveByRef = 0 -最適化されていないボリューム移動
ONTAP 9.12.1以降では、ボリューム移動が最適化されたかどうかに関係なく、EMSエントリが報告されます。
mgmtgwd.volmove.notoptimized: Volume move operation from source aggregate "aggr3" to destination aggregate "aggr2" of volume "vol1" on Vserver "vs1" might need to copy data from existing objects in the capacity tier.
mgmtgwd.volmove.optimized: Volume move operation from source aggregate "aggr2" to destination aggregate "aggr1" of volume "vol1" on Vserver "vs1" avoided copying data from existing objects in the capacity tier.
追加情報
AdditionalInformation_text