We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bb9fe5 + a6d8b58 commit 40f1958Copy full SHA for 40f1958
1 file changed
conf/errorElaborations/Elaboration.json
@@ -975,6 +975,14 @@
975
"message_cn": "v2v迁移时所使用的迁移物理机应处于启用且己连接状态。",
976
"message_en": "The state and the status of the conversion host should be Enabled and Connected while v2v is working."
977
},
978
+ {
979
+ "category": "V2V",
980
+ "code": "1002",
981
+ "method": "regex",
982
+ "regex": "Detected .*MAC address conflict.*",
983
+ "message_cn": "迁移环境内存在重复的MAC地址,请先解决该问题再继续",
984
+ "message_en": "There are duplicate MAC addresses in the migration environment, please resolve the problem and continue"
985
+ },
986
{
987
"category": "VCENTER",
988
"code": "1000",
@@ -1431,4 +1439,4 @@
1431
1439
"message_cn": "创建VPC路由器超时。",
1432
1440
"message_en": "Creating VPC router timeout."
1433
1441
}
1434
-]
1442
+]
0 commit comments