ボリューム移動処理が「重複排除処理が設定されていません」というエラーで停止する

規定されたコンテンツ ブロック内にのみテキストを追加します。ソルブループコンテンツの作成の詳細については、こちら をクリックしてください。
環境
ONTAP 9
問題
- ボリュームの移動を実行すると、
Deduplication operation is not configuredがmgwd.logで繰り返し表示され、プロセスは進行しません:
[kern_mgwd:info:2036] 0x81f38d500: 8603ef00000ac52e: WARNING: VOPL::DbladeZapiServerConnection: ksmfDbladeIf::setupMoveSourceForTransfer 833 failed operation forVolume Id: XXXX error-no : 1259827 error-string : Deduplication operation is not configured detailed error: move_agent.cc:452: Error:14643, CR_Error:CR_NO_ERROR(0), WAFL_Error:0
[kern_mgwd:info:2036] 0x81f38d500: 8603ef00000ac52e: ERR: VOPL::VolumeObject: FlexVolume::setupMoveSourceForTransfer: failed to prepare for jobId(XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX), vserverId(0x0000000X), clusterId(XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX), aggrId(XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX), volName(XXXXXXX), msid(0x0x000000008000XXXX), dsid(0x0x000000000000XXXX), err(code=14643,module=19,msg=Deduplication operation is not configured), reason(Deduplication operation is not configured).
[kern_mgwd:info:2036] 0x81f38f300: 8603ef00000ac52e: WARNING: VOPL::VolMove: 125964 refreshTransferEngineInterfaces 12424 VolMoveJob::refreshing transfer engine interfaces, due to last error code = 14643. Preparing the source of the volume move for transfer: Deduplication operation is not configured
volume move show -instanceコマンドにはDeduplication operation is not configured:も表示されます
Cluster::> volume move show -instance
Vserver Name: SVM1
Volume Name: vol_test
Actual Completion Time: -
Bytes Remaining: 573.3GB
Destination Aggregate: aggr2
Detailed Status: Volume move job at decision point
Error: Preparing the source of the volume move for transfer: Deduplication operation is not configured
Estimated Time of Completion: Sun Dec 31 23:59:59 202ue3
Managing Node: node2
Percentage Complete: 98%
Move Phase: replicating
Estimated Remaining Duration: 00:00:30
Replication Throughput: 464.2MB/s
Duration of Move: 5 days 03:04
Source Aggregate: aggr1
Start Time of Move: Tue Dec 26 12:00:00 2023
Move State: warning
Is Source Volume Encrypted: false
Encryption Key ID of Source Volume:
Is Destination Volume Encrypted: false
Encryption Key ID of Destination Volume:
原因
bug1328903
解決策
- 場合によっては、ボリューム効率を有効にすることでこの問題を解決できます:
::> volume efficiency on -vserver <vserver_name> -volume <volume_name>
- これが失敗した場合は、
- The solution requires Diagnostic-level recovery.
- The use of Diagnostic commands and recovery steps is potentially disruptive and should only be used with guidance from NetApp Support.
Please contact NetApp Technical Support or log into the NetApp Support Site to create a case. Reference this article for assistance with the solution.
追加情報
該当なし
内部情報
バグ 1328903の内部回避策に従ってください:
- ボリューム内の重複排除メタファイルを特定します:
cluster1::> node run -node cluster1-01
Type 'exit' or 'Ctrl-D' to return to the CLI
cluster1-01> priv set diag
Warning: These diagnostic commands are for use by NetApp
personnel only.
cluster1-01*> sis ls /vol/vol
Error listing sis metafiles in aggregate for /vol/vol: Metafile does not exist
SIS metadata in flexible volume vol:
Filename Size Blocks Used
-------------------------------------------------------- ----------- -----------
dense_state_bin 0KB 1
Total files: 1. Total blocks used: 1
cluster1-01*>
- 上記でファイルが報告されない場合は、以下を実行する必要がある可能性があります:
cluster1::> node run -node cluster1-01
cluster1-01> priv set diag
cluster1-01*> setflag wafl_metadata_visible 1
cluster1-01*> ls /vol/vol/metadir/dense
- メタファイルが見つかり識別されたら、WAFLメタデータの可視性を無効にします:
cluster1-01*> setflag wafl_metadata_visible 0
dense_state_binファイルをsis resetで削除します:
cluster1::> node run -node cluster1-01
cluster1-01> priv set diag
cluster1-01*>
cluster1-01*> sis reset /vol/data_vol dense_state_bin 1
- 重複排除メタデータを削除した状態で、ボリューム移動処理を再試行します