使用AWS KMS进行卷加密失败、原因为:item_NOT_found
适用场景
- Cloud Volumes ONTAP (CVO)
- AWS密钥管理服务(KMS)
问题描述
对于 按照 NetApp文档使用AWS KMS配置的新配置,但在尝试创建加密卷时,会出现以下错误:
AWS_CVO::*> volume create -vserver svm_AWS_Data_CVO -volume cvo_volume_nve -aggregate aggr1 -encrypt true
[Job 3089] Job is queued: Create cvo_volume_nve.
Error: command failed: [Job 3089] Job failed: Failed to create the volume on node "AWS_CVO-01". Reason: Failed to store
SVM key encryption key with key ID "000000000000200000000000a11111bdc6b03a7ffa5097005b12da55ff30000000000000000" on external key server "ed343f49-5897-1111-9062-9ef4035307fe:6000". Cryptsoft error: "Response status: OPERATION_FAILED.
Reason: ITEM_NOT_FOUND. Message: NOT_FOUND".
可以使用""创建卷、-encrypt false
不会出现任何错误。