加密卷的卷移动失败,并出现错误:创建卷:内部错误
- Views:
- 4
- Visibility:
- Public
- Votes:
- 0
- Category:
- ontap-9
- Specialty:
- core<a>2008738835</a><a>进行翻译</a>
- Last Updated:
适用场景
ONTAP 9
NetApp 卷加密 (NetApp Volume Encryption, NVE)
问题描述
- 在尝试将加密卷卷移动到集群中其他节点上的聚合时,会发生以下错误:
"Creating volume: Internal error (1)."
cluster1::> volume move start -vserver vs0 -volume volume_test -destination-aggregate dest_aggr
[Job 8867] Job is queued: Move "volume_test" in Vserver "vs0" to aggregate "dest_aggr".
Use the "volume move show -vserver vs0 -volume volume_test" command to view the status of this operation.
cluster1::*> vol move show -vserver vs0 -volume volume_test
Vserver Name: vs0
Volume Name: volume_test
Actual Completion Time: Tue Feb 05 09:43:22 2019
...
Detailed Status: Creating volume: Internal error
- 检查作业状态。运行 volume move start 命令时会打印作业 ID 。
cluster1::> job show -id 8867 -fields progress,id,vserver
id vserver progress
-- ---------------- ---------
8867 vs0 Complete: Creating volume: Internal error [1]
- 检查事件日志:
cluster1::> event log show -message-name *jobcomplete.failure*
Tue Feb 05 11:09:28 PST [vs0-02: mgwd: mgmtgwd.jobmgr.jobcomplete.failure:info]: Job "Volume
Move" [id 8867] (Move "volume_test" in Vserver "vs0" to aggregate "dest_aggr") completed
unsuccessfully: Creating volume: Internal error (1).