@cloudtower/parrot 0.5.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (450) hide show
  1. package/README.md +8 -2
  2. package/dist/index.d.ts +2 -1
  3. package/dist/index.js +2 -1
  4. package/dist/locales/en-US/alert.json +77 -0
  5. package/dist/locales/en-US/auditLog.json +226 -0
  6. package/dist/locales/en-US/backup.json +261 -0
  7. package/dist/locales/en-US/backupPlan.json +271 -0
  8. package/dist/locales/en-US/backupRestorePoint.json +17 -0
  9. package/dist/locales/en-US/backupStoreRepository.json +67 -0
  10. package/dist/{src/locales → locales}/en-US/basic.json +0 -0
  11. package/dist/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  12. package/dist/locales/en-US/cluster.json +281 -0
  13. package/dist/locales/en-US/clusterUpgrade.json +61 -0
  14. package/dist/locales/en-US/common.json +392 -0
  15. package/dist/locales/en-US/components.json +91 -0
  16. package/dist/locales/en-US/connection.json +11 -0
  17. package/dist/locales/en-US/consistencyGroup.json +62 -0
  18. package/dist/locales/en-US/consistencyGroupSnapshot.json +23 -0
  19. package/dist/locales/en-US/contentLibraryImage.json +70 -0
  20. package/dist/locales/en-US/contentLibraryVmTemplate.json +126 -0
  21. package/dist/locales/en-US/datacenter.json +34 -0
  22. package/dist/locales/en-US/disk.json +127 -0
  23. package/dist/locales/en-US/elfDataStore.json +28 -0
  24. package/dist/locales/en-US/elfImage.json +29 -0
  25. package/dist/locales/en-US/entityFilter.json +94 -0
  26. package/dist/locales/en-US/enum.json +182 -0
  27. package/dist/locales/en-US/error.json +1166 -0
  28. package/dist/locales/en-US/eventAudit.json +9 -0
  29. package/dist/locales/en-US/everoute.json +267 -0
  30. package/dist/locales/en-US/everouteCluster.json +5 -0
  31. package/dist/locales/en-US/everoutePackage.json +4 -0
  32. package/dist/locales/en-US/execute_plan.json +3 -0
  33. package/dist/locales/en-US/globalAlertRule.json +34 -0
  34. package/dist/locales/en-US/graph.json +11 -0
  35. package/dist/locales/en-US/hardware-topo.json +81 -0
  36. package/dist/locales/en-US/host.json +397 -0
  37. package/dist/locales/en-US/httpCode.json +16 -0
  38. package/dist/locales/en-US/index.d.ts +10112 -0
  39. package/dist/locales/en-US/index.js +213 -0
  40. package/dist/locales/en-US/installer.json +67 -0
  41. package/dist/locales/en-US/iscsiConnection.json +12 -0
  42. package/dist/locales/en-US/iscsiLun.json +142 -0
  43. package/dist/locales/en-US/iscsiLunSnapshot.json +9 -0
  44. package/dist/locales/en-US/iscsiTarget.json +147 -0
  45. package/dist/locales/en-US/isolationPolicy.json +29 -0
  46. package/dist/locales/en-US/label.json +84 -0
  47. package/dist/locales/en-US/logCollection.json +13 -0
  48. package/dist/locales/en-US/login.json +18 -0
  49. package/dist/locales/en-US/maintenance-mode.json +56 -0
  50. package/dist/locales/en-US/metric.json +355 -0
  51. package/dist/locales/en-US/migrateTransmitter.json +26 -0
  52. package/dist/locales/en-US/monitor.json +57 -0
  53. package/dist/locales/en-US/namespaceGroup.json +24 -0
  54. package/dist/locales/en-US/nfsExport.json +41 -0
  55. package/dist/locales/en-US/nfsInode.json +14 -0
  56. package/dist/locales/en-US/nic.json +62 -0
  57. package/dist/locales/en-US/nvmfConnection.json +11 -0
  58. package/dist/locales/en-US/nvmfNamespace.json +112 -0
  59. package/dist/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  60. package/dist/locales/en-US/nvmfSubsystem.json +127 -0
  61. package/dist/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  62. package/dist/locales/en-US/overview.json +76 -0
  63. package/dist/locales/en-US/plugins.json +13 -0
  64. package/dist/locales/en-US/pmemDimm.json +11 -0
  65. package/dist/locales/en-US/portal.json +5 -0
  66. package/dist/locales/en-US/recycleBin.json +79 -0
  67. package/dist/locales/en-US/recycleVm.json +9 -0
  68. package/dist/locales/en-US/report-task.json +4 -0
  69. package/dist/locales/en-US/report-template.json +20 -0
  70. package/dist/locales/en-US/reportTask.json +7 -0
  71. package/dist/locales/en-US/reportTemplate.json +22 -0
  72. package/dist/locales/en-US/requestCode.json +18 -0
  73. package/dist/locales/en-US/role.json +206 -0
  74. package/dist/locales/en-US/securityGroup.json +48 -0
  75. package/dist/locales/en-US/securityPolicy.json +222 -0
  76. package/dist/locales/en-US/setting.json +292 -0
  77. package/dist/locales/en-US/setup.json +9 -0
  78. package/dist/locales/en-US/snapshot.json +18 -0
  79. package/dist/locales/en-US/snapshotGroup.json +37 -0
  80. package/dist/locales/en-US/snapshotPlan.json +134 -0
  81. package/dist/locales/en-US/snapshotPlanTask.json +10 -0
  82. package/dist/locales/en-US/snmp-transport.json +13 -0
  83. package/dist/locales/en-US/snmp-trap-receiver.json +13 -0
  84. package/dist/locales/en-US/snmpTransport.json +25 -0
  85. package/dist/locales/en-US/snmpTrapReceiver.json +15 -0
  86. package/dist/locales/en-US/storage.json +4 -0
  87. package/dist/locales/en-US/svtImage.json +12 -0
  88. package/dist/locales/en-US/systemAuditLog.json +14 -0
  89. package/dist/locales/en-US/task.json +558 -0
  90. package/dist/locales/en-US/title.json +58 -0
  91. package/dist/locales/en-US/ui.json +16 -0
  92. package/dist/locales/en-US/usbDevice.json +29 -0
  93. package/dist/locales/en-US/user.json +67 -0
  94. package/dist/locales/en-US/userAuditLog.json +275 -0
  95. package/dist/locales/en-US/userRoleNext.json +5 -0
  96. package/dist/locales/en-US/validation.json +230 -0
  97. package/dist/locales/en-US/vds.json +55 -0
  98. package/dist/locales/en-US/view.json +8 -0
  99. package/dist/locales/en-US/vlan.json +127 -0
  100. package/dist/locales/en-US/vm.json +1082 -0
  101. package/dist/locales/en-US/vmDisk.json +4 -0
  102. package/dist/locales/en-US/vmEntityFilterResult.json +8 -0
  103. package/dist/locales/en-US/vmFolder.json +3 -0
  104. package/dist/locales/en-US/vmPlacementGroup.json +48 -0
  105. package/dist/locales/en-US/vmSnapshot.json +47 -0
  106. package/dist/locales/en-US/vmTemplate.json +67 -0
  107. package/dist/locales/en-US/vmVolume.json +92 -0
  108. package/dist/locales/en-US/vsphereEsxiAccount.json +5 -0
  109. package/dist/locales/en-US/witness.json +8 -0
  110. package/dist/locales/en-US/zone.json +13 -0
  111. package/dist/locales/index.d.ts +20361 -0
  112. package/dist/locales/index.js +7 -0
  113. package/dist/locales/zh-CN/alert.json +74 -0
  114. package/dist/locales/zh-CN/auditLog.json +225 -0
  115. package/dist/locales/zh-CN/backup.json +255 -0
  116. package/dist/locales/zh-CN/backupPlan.json +262 -0
  117. package/dist/locales/zh-CN/backupRestorePoint.json +17 -0
  118. package/dist/locales/zh-CN/backupStoreRepository.json +69 -0
  119. package/dist/{src/locales → locales}/zh-CN/basic.json +0 -0
  120. package/dist/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  121. package/dist/locales/zh-CN/cluster.json +282 -0
  122. package/dist/locales/zh-CN/clusterUpgrade.json +61 -0
  123. package/dist/locales/zh-CN/common.json +394 -0
  124. package/dist/locales/zh-CN/components.json +91 -0
  125. package/dist/locales/zh-CN/connection.json +11 -0
  126. package/dist/locales/zh-CN/consistencyGroup.json +62 -0
  127. package/dist/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  128. package/dist/locales/zh-CN/contentLibraryImage.json +69 -0
  129. package/dist/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  130. package/dist/locales/zh-CN/datacenter.json +34 -0
  131. package/dist/locales/zh-CN/disk.json +127 -0
  132. package/dist/locales/zh-CN/elfDataStore.json +28 -0
  133. package/dist/locales/zh-CN/elfImage.json +29 -0
  134. package/dist/locales/zh-CN/entityFilter.json +94 -0
  135. package/dist/locales/zh-CN/enum.json +188 -0
  136. package/dist/locales/zh-CN/error.json +1173 -0
  137. package/dist/locales/zh-CN/eventAudit.json +9 -0
  138. package/dist/locales/zh-CN/everoute.json +265 -0
  139. package/dist/locales/zh-CN/everouteCluster.json +5 -0
  140. package/dist/locales/zh-CN/everoutePackage.json +4 -0
  141. package/dist/locales/zh-CN/execute_plan.json +3 -0
  142. package/dist/locales/zh-CN/globalAlertRule.json +34 -0
  143. package/dist/locales/zh-CN/gpuDevice.json +36 -0
  144. package/dist/locales/zh-CN/graph.json +11 -0
  145. package/dist/locales/zh-CN/hardware-topo.json +81 -0
  146. package/dist/locales/zh-CN/host.json +401 -0
  147. package/dist/locales/zh-CN/httpCode.json +16 -0
  148. package/dist/locales/zh-CN/index.d.ts +10248 -0
  149. package/dist/locales/zh-CN/index.js +215 -0
  150. package/dist/locales/zh-CN/installer.json +68 -0
  151. package/dist/locales/zh-CN/iscsiConnection.json +12 -0
  152. package/dist/locales/zh-CN/iscsiLun.json +140 -0
  153. package/dist/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  154. package/dist/locales/zh-CN/iscsiTarget.json +147 -0
  155. package/dist/locales/zh-CN/isolationPolicy.json +29 -0
  156. package/dist/locales/zh-CN/label.json +84 -0
  157. package/dist/locales/zh-CN/logCollection.json +13 -0
  158. package/dist/locales/zh-CN/login.json +18 -0
  159. package/dist/locales/zh-CN/maintenance-mode.json +56 -0
  160. package/dist/locales/zh-CN/metric.json +355 -0
  161. package/dist/locales/zh-CN/migrateTransmitter.json +26 -0
  162. package/dist/locales/zh-CN/monitor.json +57 -0
  163. package/dist/locales/zh-CN/namespaceGroup.json +24 -0
  164. package/dist/locales/zh-CN/nfsExport.json +41 -0
  165. package/dist/locales/zh-CN/nfsInode.json +14 -0
  166. package/dist/locales/zh-CN/nic.json +62 -0
  167. package/dist/locales/zh-CN/nvmfConnection.json +11 -0
  168. package/dist/locales/zh-CN/nvmfNamespace.json +110 -0
  169. package/dist/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  170. package/dist/locales/zh-CN/nvmfSubsystem.json +126 -0
  171. package/dist/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  172. package/dist/locales/zh-CN/overview.json +76 -0
  173. package/dist/locales/zh-CN/plugins.json +13 -0
  174. package/dist/locales/zh-CN/pmemDimm.json +11 -0
  175. package/dist/locales/zh-CN/portal.json +5 -0
  176. package/dist/locales/zh-CN/recycleBin.json +79 -0
  177. package/dist/locales/zh-CN/recycleVm.json +9 -0
  178. package/dist/locales/zh-CN/report-task.json +4 -0
  179. package/dist/locales/zh-CN/report-template.json +20 -0
  180. package/dist/locales/zh-CN/reportTask.json +7 -0
  181. package/dist/locales/zh-CN/reportTemplate.json +22 -0
  182. package/dist/locales/zh-CN/requestCode.json +18 -0
  183. package/dist/locales/zh-CN/role.json +207 -0
  184. package/dist/locales/zh-CN/securityGroup.json +47 -0
  185. package/dist/locales/zh-CN/securityPolicy.json +214 -0
  186. package/dist/locales/zh-CN/setting.json +289 -0
  187. package/dist/locales/zh-CN/setup.json +9 -0
  188. package/dist/locales/zh-CN/snapshot.json +18 -0
  189. package/dist/locales/zh-CN/snapshotGroup.json +37 -0
  190. package/dist/locales/zh-CN/snapshotPlan.json +128 -0
  191. package/dist/locales/zh-CN/snapshotPlanTask.json +10 -0
  192. package/dist/locales/zh-CN/snmp-transport.json +13 -0
  193. package/dist/locales/zh-CN/snmp-trap-receiver.json +13 -0
  194. package/dist/locales/zh-CN/snmpTransport.json +25 -0
  195. package/dist/locales/zh-CN/snmpTrapReceiver.json +15 -0
  196. package/dist/locales/zh-CN/storage.json +4 -0
  197. package/dist/locales/zh-CN/svtImage.json +11 -0
  198. package/dist/locales/zh-CN/systemAuditLog.json +14 -0
  199. package/dist/locales/zh-CN/task.json +561 -0
  200. package/dist/locales/zh-CN/title.json +58 -0
  201. package/dist/locales/zh-CN/ui.json +16 -0
  202. package/dist/locales/zh-CN/usbDevice.json +52 -0
  203. package/dist/locales/zh-CN/user.json +67 -0
  204. package/dist/locales/zh-CN/userAuditLog.json +275 -0
  205. package/dist/locales/zh-CN/userRoleNext.json +5 -0
  206. package/dist/locales/zh-CN/validation.json +233 -0
  207. package/dist/locales/zh-CN/vds.json +54 -0
  208. package/dist/locales/zh-CN/view.json +8 -0
  209. package/dist/locales/zh-CN/vlan.json +137 -0
  210. package/dist/locales/zh-CN/vm.json +1160 -0
  211. package/dist/locales/zh-CN/vmDisk.json +4 -0
  212. package/dist/locales/zh-CN/vmEntityFilterResult.json +8 -0
  213. package/dist/locales/zh-CN/vmFolder.json +3 -0
  214. package/dist/locales/zh-CN/vmPlacementGroup.json +48 -0
  215. package/dist/locales/zh-CN/vmSnapshot.json +48 -0
  216. package/dist/locales/zh-CN/vmTemplate.json +70 -0
  217. package/dist/locales/zh-CN/vmVolume.json +91 -0
  218. package/dist/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  219. package/dist/locales/zh-CN/witness.json +8 -0
  220. package/dist/locales/zh-CN/zone.json +13 -0
  221. package/dist/parrotI18n.d.ts +2 -0
  222. package/dist/parrotI18n.js +10 -0
  223. package/package.json +7 -2
  224. package/src/index.ts +2 -1
  225. package/src/locales/en-US/alert.json +77 -0
  226. package/src/locales/en-US/auditLog.json +226 -0
  227. package/src/locales/en-US/backup.json +261 -0
  228. package/src/locales/en-US/backupPlan.json +271 -0
  229. package/src/locales/en-US/backupRestorePoint.json +17 -0
  230. package/src/locales/en-US/backupStoreRepository.json +67 -0
  231. package/src/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  232. package/src/locales/en-US/cluster.json +281 -0
  233. package/src/locales/en-US/clusterUpgrade.json +61 -0
  234. package/src/locales/en-US/common.json +392 -0
  235. package/src/locales/en-US/components.json +91 -0
  236. package/src/locales/en-US/connection.json +11 -0
  237. package/src/locales/en-US/consistencyGroup.json +62 -0
  238. package/src/locales/en-US/consistencyGroupSnapshot.json +23 -0
  239. package/src/locales/en-US/contentLibraryImage.json +70 -0
  240. package/src/locales/en-US/contentLibraryVmTemplate.json +126 -0
  241. package/src/locales/en-US/datacenter.json +34 -0
  242. package/src/locales/en-US/disk.json +127 -0
  243. package/src/locales/en-US/elfDataStore.json +28 -0
  244. package/src/locales/en-US/elfImage.json +29 -0
  245. package/src/locales/en-US/entityFilter.json +94 -0
  246. package/src/locales/en-US/enum.json +182 -0
  247. package/src/locales/en-US/error.json +1166 -0
  248. package/src/locales/en-US/eventAudit.json +9 -0
  249. package/src/locales/en-US/everoute.json +267 -0
  250. package/src/locales/en-US/everouteCluster.json +5 -0
  251. package/src/locales/en-US/everoutePackage.json +4 -0
  252. package/src/locales/en-US/execute_plan.json +3 -0
  253. package/src/locales/en-US/globalAlertRule.json +34 -0
  254. package/src/locales/en-US/graph.json +11 -0
  255. package/src/locales/en-US/hardware-topo.json +81 -0
  256. package/src/locales/en-US/host.json +397 -0
  257. package/src/locales/en-US/httpCode.json +16 -0
  258. package/src/locales/en-US/index.ts +215 -1
  259. package/src/locales/en-US/installer.json +67 -0
  260. package/src/locales/en-US/iscsiConnection.json +12 -0
  261. package/src/locales/en-US/iscsiLun.json +142 -0
  262. package/src/locales/en-US/iscsiLunSnapshot.json +9 -0
  263. package/src/locales/en-US/iscsiTarget.json +147 -0
  264. package/src/locales/en-US/isolationPolicy.json +29 -0
  265. package/src/locales/en-US/label.json +84 -0
  266. package/src/locales/en-US/logCollection.json +13 -0
  267. package/src/locales/en-US/login.json +18 -0
  268. package/src/locales/en-US/maintenance-mode.json +56 -0
  269. package/src/locales/en-US/metric.json +355 -0
  270. package/src/locales/en-US/migrateTransmitter.json +26 -0
  271. package/src/locales/en-US/monitor.json +57 -0
  272. package/src/locales/en-US/namespaceGroup.json +24 -0
  273. package/src/locales/en-US/nfsExport.json +41 -0
  274. package/src/locales/en-US/nfsInode.json +14 -0
  275. package/src/locales/en-US/nic.json +62 -0
  276. package/src/locales/en-US/nvmfConnection.json +11 -0
  277. package/src/locales/en-US/nvmfNamespace.json +112 -0
  278. package/src/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  279. package/src/locales/en-US/nvmfSubsystem.json +127 -0
  280. package/src/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  281. package/src/locales/en-US/overview.json +76 -0
  282. package/src/locales/en-US/plugins.json +13 -0
  283. package/src/locales/en-US/pmemDimm.json +11 -0
  284. package/src/locales/en-US/portal.json +5 -0
  285. package/src/locales/en-US/recycleBin.json +79 -0
  286. package/src/locales/en-US/recycleVm.json +9 -0
  287. package/src/locales/en-US/report-task.json +4 -0
  288. package/src/locales/en-US/report-template.json +20 -0
  289. package/src/locales/en-US/reportTask.json +7 -0
  290. package/src/locales/en-US/reportTemplate.json +22 -0
  291. package/src/locales/en-US/requestCode.json +18 -0
  292. package/src/locales/en-US/role.json +206 -0
  293. package/src/locales/en-US/securityGroup.json +48 -0
  294. package/src/locales/en-US/securityPolicy.json +222 -0
  295. package/src/locales/en-US/setting.json +292 -0
  296. package/src/locales/en-US/setup.json +9 -0
  297. package/src/locales/en-US/snapshot.json +18 -0
  298. package/src/locales/en-US/snapshotGroup.json +37 -0
  299. package/src/locales/en-US/snapshotPlan.json +134 -0
  300. package/src/locales/en-US/snapshotPlanTask.json +10 -0
  301. package/src/locales/en-US/snmp-transport.json +13 -0
  302. package/src/locales/en-US/snmp-trap-receiver.json +13 -0
  303. package/src/locales/en-US/snmpTransport.json +25 -0
  304. package/src/locales/en-US/snmpTrapReceiver.json +15 -0
  305. package/src/locales/en-US/storage.json +4 -0
  306. package/src/locales/en-US/svtImage.json +12 -0
  307. package/src/locales/en-US/systemAuditLog.json +14 -0
  308. package/src/locales/en-US/task.json +558 -0
  309. package/src/locales/en-US/title.json +58 -0
  310. package/src/locales/en-US/ui.json +16 -0
  311. package/src/locales/en-US/usbDevice.json +29 -0
  312. package/src/locales/en-US/user.json +67 -0
  313. package/src/locales/en-US/userAuditLog.json +275 -0
  314. package/src/locales/en-US/userRoleNext.json +5 -0
  315. package/src/locales/en-US/validation.json +230 -0
  316. package/src/locales/en-US/vds.json +55 -0
  317. package/src/locales/en-US/view.json +8 -0
  318. package/src/locales/en-US/vlan.json +127 -0
  319. package/src/locales/en-US/vm.json +1082 -0
  320. package/src/locales/en-US/vmDisk.json +4 -0
  321. package/src/locales/en-US/vmEntityFilterResult.json +8 -0
  322. package/src/locales/en-US/vmFolder.json +3 -0
  323. package/src/locales/en-US/vmPlacementGroup.json +48 -0
  324. package/src/locales/en-US/vmSnapshot.json +47 -0
  325. package/src/locales/en-US/vmTemplate.json +67 -0
  326. package/src/locales/en-US/vmVolume.json +92 -0
  327. package/src/locales/en-US/vsphereEsxiAccount.json +5 -0
  328. package/src/locales/en-US/witness.json +8 -0
  329. package/src/locales/en-US/zone.json +13 -0
  330. package/src/locales/index.ts +9 -2
  331. package/src/locales/zh-CN/alert.json +74 -0
  332. package/src/locales/zh-CN/auditLog.json +226 -0
  333. package/src/locales/zh-CN/backup.json +255 -0
  334. package/src/locales/zh-CN/backupPlan.json +262 -0
  335. package/src/locales/zh-CN/backupRestorePoint.json +17 -0
  336. package/src/locales/zh-CN/backupStoreRepository.json +69 -0
  337. package/src/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  338. package/src/locales/zh-CN/cluster.json +282 -0
  339. package/src/locales/zh-CN/clusterUpgrade.json +61 -0
  340. package/src/locales/zh-CN/common.json +394 -0
  341. package/src/locales/zh-CN/components.json +91 -0
  342. package/src/locales/zh-CN/connection.json +11 -0
  343. package/src/locales/zh-CN/consistencyGroup.json +62 -0
  344. package/src/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  345. package/src/locales/zh-CN/contentLibraryImage.json +69 -0
  346. package/src/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  347. package/src/locales/zh-CN/datacenter.json +34 -0
  348. package/src/locales/zh-CN/disk.json +127 -0
  349. package/src/locales/zh-CN/elfDataStore.json +28 -0
  350. package/src/locales/zh-CN/elfImage.json +29 -0
  351. package/src/locales/zh-CN/entityFilter.json +94 -0
  352. package/src/locales/zh-CN/enum.json +188 -0
  353. package/src/locales/zh-CN/error.json +1173 -0
  354. package/src/locales/zh-CN/eventAudit.json +9 -0
  355. package/src/locales/zh-CN/everoute.json +265 -0
  356. package/src/locales/zh-CN/everouteCluster.json +5 -0
  357. package/src/locales/zh-CN/everoutePackage.json +4 -0
  358. package/src/locales/zh-CN/execute_plan.json +3 -0
  359. package/src/locales/zh-CN/globalAlertRule.json +34 -0
  360. package/src/locales/zh-CN/gpuDevice.json +36 -0
  361. package/src/locales/zh-CN/graph.json +11 -0
  362. package/src/locales/zh-CN/hardware-topo.json +81 -0
  363. package/src/locales/zh-CN/host.json +407 -0
  364. package/src/locales/zh-CN/httpCode.json +16 -0
  365. package/src/locales/zh-CN/index.ts +217 -1
  366. package/src/locales/zh-CN/installer.json +68 -0
  367. package/src/locales/zh-CN/iscsiConnection.json +12 -0
  368. package/src/locales/zh-CN/iscsiLun.json +140 -0
  369. package/src/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  370. package/src/locales/zh-CN/iscsiTarget.json +147 -0
  371. package/src/locales/zh-CN/isolationPolicy.json +29 -0
  372. package/src/locales/zh-CN/label.json +84 -0
  373. package/src/locales/zh-CN/logCollection.json +13 -0
  374. package/src/locales/zh-CN/login.json +18 -0
  375. package/src/locales/zh-CN/maintenance-mode.json +56 -0
  376. package/src/locales/zh-CN/metric.json +355 -0
  377. package/src/locales/zh-CN/migrateTransmitter.json +26 -0
  378. package/src/locales/zh-CN/monitor.json +57 -0
  379. package/src/locales/zh-CN/namespaceGroup.json +24 -0
  380. package/src/locales/zh-CN/nfsExport.json +41 -0
  381. package/src/locales/zh-CN/nfsInode.json +14 -0
  382. package/src/locales/zh-CN/nic.json +62 -0
  383. package/src/locales/zh-CN/nvmfConnection.json +11 -0
  384. package/src/locales/zh-CN/nvmfNamespace.json +110 -0
  385. package/src/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  386. package/src/locales/zh-CN/nvmfSubsystem.json +126 -0
  387. package/src/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  388. package/src/locales/zh-CN/overview.json +76 -0
  389. package/src/locales/zh-CN/plugins.json +13 -0
  390. package/src/locales/zh-CN/pmemDimm.json +11 -0
  391. package/src/locales/zh-CN/portal.json +5 -0
  392. package/src/locales/zh-CN/recycleBin.json +79 -0
  393. package/src/locales/zh-CN/recycleVm.json +9 -0
  394. package/src/locales/zh-CN/report-task.json +4 -0
  395. package/src/locales/zh-CN/report-template.json +20 -0
  396. package/src/locales/zh-CN/reportTask.json +7 -0
  397. package/src/locales/zh-CN/reportTemplate.json +22 -0
  398. package/src/locales/zh-CN/requestCode.json +18 -0
  399. package/src/locales/zh-CN/role.json +207 -0
  400. package/src/locales/zh-CN/securityGroup.json +47 -0
  401. package/src/locales/zh-CN/securityPolicy.json +214 -0
  402. package/src/locales/zh-CN/setting.json +289 -0
  403. package/src/locales/zh-CN/setup.json +9 -0
  404. package/src/locales/zh-CN/snapshot.json +18 -0
  405. package/src/locales/zh-CN/snapshotGroup.json +37 -0
  406. package/src/locales/zh-CN/snapshotPlan.json +128 -0
  407. package/src/locales/zh-CN/snapshotPlanTask.json +10 -0
  408. package/src/locales/zh-CN/snmp-transport.json +13 -0
  409. package/src/locales/zh-CN/snmp-trap-receiver.json +13 -0
  410. package/src/locales/zh-CN/snmpTransport.json +25 -0
  411. package/src/locales/zh-CN/snmpTrapReceiver.json +15 -0
  412. package/src/locales/zh-CN/storage.json +4 -0
  413. package/src/locales/zh-CN/svtImage.json +11 -0
  414. package/src/locales/zh-CN/systemAuditLog.json +14 -0
  415. package/src/locales/zh-CN/task.json +561 -0
  416. package/src/locales/zh-CN/title.json +58 -0
  417. package/src/locales/zh-CN/ui.json +16 -0
  418. package/src/locales/zh-CN/usbDevice.json +52 -0
  419. package/src/locales/zh-CN/user.json +67 -0
  420. package/src/locales/zh-CN/userAuditLog.json +275 -0
  421. package/src/locales/zh-CN/userRoleNext.json +5 -0
  422. package/src/locales/zh-CN/validation.json +233 -0
  423. package/src/locales/zh-CN/vds.json +55 -0
  424. package/src/locales/zh-CN/view.json +8 -0
  425. package/src/locales/zh-CN/vlan.json +153 -0
  426. package/src/locales/zh-CN/vm.json +1160 -0
  427. package/src/locales/zh-CN/vmDisk.json +4 -0
  428. package/src/locales/zh-CN/vmEntityFilterResult.json +8 -0
  429. package/src/locales/zh-CN/vmFolder.json +3 -0
  430. package/src/locales/zh-CN/vmPlacementGroup.json +48 -0
  431. package/src/locales/zh-CN/vmSnapshot.json +48 -0
  432. package/src/locales/zh-CN/vmTemplate.json +70 -0
  433. package/src/locales/zh-CN/vmVolume.json +91 -0
  434. package/src/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  435. package/src/locales/zh-CN/witness.json +8 -0
  436. package/src/locales/zh-CN/zone.json +13 -0
  437. package/src/parrotI18n.ts +14 -0
  438. package/src/tools/index.mts +47 -0
  439. package/src/tools/templates/index.ejs +9 -0
  440. package/tsconfig.json +2 -2
  441. package/yarn-error.log +19134 -0
  442. package/dist/src/index.d.ts +0 -1
  443. package/dist/src/index.js +0 -1
  444. package/dist/src/locales/en-US/index.d.ts +0 -1
  445. package/dist/src/locales/en-US/index.js +0 -1
  446. package/dist/src/locales/index.d.ts +0 -2
  447. package/dist/src/locales/index.js +0 -2
  448. package/dist/src/locales/zh-CN/index.d.ts +0 -1
  449. package/dist/src/locales/zh-CN/index.js +0 -1
  450. package/index.ts +0 -1
@@ -0,0 +1,1166 @@
1
+ {
2
+ "INVALID_QUERY_PARAMS": "Invalid query parameters",
3
+ "INVALID_METRIC_ATTRIBUTES": "Invalid metric field",
4
+ "CIRCULAR_DEPENDENCIES": "Duplicate reference error",
5
+ "INVALID_TASK_DEPENDENCIES": "Invalid dependencies of task",
6
+ "VNC_SECRET_NOT_SET": "VNC_SECRET variable is not set",
7
+ "CLUSTER_NOT_FOUND": "The cluster was not found",
8
+ "VM_NOT_FOUND": "The VM was not found",
9
+ "CLUSTER_NOT_PROVIDED": "Cluster information is not provided",
10
+ "NOT_SUPPORTED": "Not currently supported",
11
+ "VM_DUPLICATE_NAME": "A VM with the same name exists",
12
+ "LOAD_CLUSTER_FAILED": "Failed to load cluster data",
13
+ "LOAD_CLUSTER_NETWORK_ERROR": "Unable to connect to the cluster IP address, please confirm network connectivity",
14
+ "LOAD_CLUSTER_NOT_FOUND": "The cluster service is not running, please confirm the cluster status",
15
+ "LOAD_CLUSTER_UNHEALTHY": "The cluster service status is abnormal, please confirm the cluster status",
16
+ "LOAD_CLUSTER_UNAUTHORIZED": "Cluster authentication failed, please confirm that the user name and password are correct",
17
+ "CLUSTER_UUID_MISS_MATCH": "The cluster UUID does not match, please confirm whether it is the same cluster",
18
+ "HOST_NOT_SUPPORT_NEST": "The host does not enable nested virtualization",
19
+ "EC_PRECHECK_VMS_STATE_UNMATCH": "VM state does not match",
20
+ "EC_PRECHECK_VMS_NETWORK_UNMTCH": "The selected virtual network does not support migration to the target host",
21
+ "EC_NODE_OUT_OF_MEMORY": "The target host has insufficient memory: the total memory minus the memory used by the system, then minus the sum of the memory allocated for other booted VMs, is less than the memory allocated for the current VM.",
22
+ "EC_LICENSE_EXPIRED": "The license contained in the license code has expired.",
23
+ "EC_LICENSE_INVALID": "The license is invalid",
24
+ "EC_LICENSE_SERIAL_NOT_MATCH": "Serial number does not match",
25
+ "EC_LICENSE_TYPE_CONVERT_NOT_ALLOWED": "Cluster license type cannot be converted",
26
+ "EC_LICENSE_DOWNGRADE_NOT_ALLOWED": "It's not allowed to switch the license from Enterprise Edition to Standard Edition",
27
+ "EC_LICENSE_NOT_SUPPORT_METROX": "The cluster has enabled the MetroX function, but the new license does not include the corresponding license",
28
+ "EC_LICENSE_NOT_SUPPORT_TIME_MACHINE": "The cluster has enabled the backup function, but the new license does not include the corresponding license",
29
+ "EC_LICENSE_NOT_SUPPORT_CLUSTER_MANAGE": "The cluster has enabled the multi-cluster management function, and the new license cannot be the Standard version",
30
+ "EC_LICENSE_NOT_SUPPORT_METROX_AND_BACKUP": "The cluster has enabled MetroX and backup functions, but the new license does not include the corresponding license",
31
+ "EC_LICENSE_NOT_SUPPORT_LARGE_CLUSTER": "The current number of cluster hosts exceeds the maximum number of cluster hosts supported in the new license.",
32
+ "EC_LICENSE_NOT_SUPPORT_SUBSCRIPTION_SAN": "The separated mode does not support subscription license",
33
+ "EC_LICENSE_NOT_SUPPORT_PMEM": "The cluster has enabled the PMem function, and the new license cannot be the Standard version",
34
+ "EC_LICENSE_NODE_CAPACITY_LIMITED": "The data space capacity of the hosts in the cluster is greater than the maximum capacity of a single node allowed by the new license",
35
+ "EC_LICENSE_CLUSTER_CAPACITY_LIMITED": "The used capacity of the cluster exceeds the license capacity.",
36
+ "EC_VM_NOT_FOUND": "VM not found",
37
+ "EC_VLAN_DUPLICATED": "VLAN ID is already occupied",
38
+ "EC_PRECHECK_PLACEMENT_GROUPS_UNMATCH": "The target host conflicts with the VM placement group policy",
39
+ "EC_PRECHECK_VMS_CPU_INCOMPATIBLE": "The VM CPU compatibility conflicts with the target host",
40
+ "EC_VM_DUPLICATED_NAME": "A VM with the same name already exists",
41
+ "EC_VM_TEMPLATE_DUPLICATED_NAME": "A VM template with the same name already exists",
42
+ "EC_CHANGE_HOSTNAME_DUPLICATE": "A host with the same name already exists in the cluster",
43
+ "EC_CHANGE_HOSTNAME_ERROR": "An error occurred while modifying the host name",
44
+ "EC_CHANGE_MTU_NOT_SUPPORTED": "The current platform does not support modifying MTU",
45
+ "EC_CHANGE_MTU_WITH_WRONG_NIC": "The current NIC does not support modifying MTU",
46
+ "EC_CHANGE_MTU_DUPLICATED": "The new MTU value is the same as before, and the MTU value needs to be changed",
47
+ "EC_DEVICE_NOT_FOUND": "Pass-through device not found",
48
+ "EC_PRECHECK_VMS_HOSTDEV_EXISTS": "The VM has a pass-through device mounted",
49
+ "EC_PRECHECK_VMS_HOSTDEV_BOUND": "The pass-through device has been bound",
50
+ "EC_CHANGE_HOSTNAME_INVALID": "The host name is invalid",
51
+ "EC_PLACEMENT_GROUP_RULE_CONFLICT": "The current rule conflicts with the existing placement group rule",
52
+ "EC_JOB_RESOURCE_IS_LOCKED": "Related resources are locked",
53
+ "EC_PLACEMENT_GROUP_DUPLICATE_NAME": "The placement group name already exists",
54
+ "NOT_MATCH_USER": "Unable to log in. The user account no longer exists",
55
+ "USER_PASSWORD_INCORRECT": "The user password is wrong",
56
+ "LOGIN_FAILED": "Cannot log in now ({ code })",
57
+ "NOT_MATCH_USER_OR_PASSWORD_INCORRECT": "Unable to log in. The user name or password may be wrong, or you need to switch the login method",
58
+ "LOG_COLLECTION_NOT_FOUND": "The corresponding log file was not found",
59
+ "EC_REST_UNKNOWN_ERROR": "Unknown error: {error_msg}",
60
+ "UPDATE_VCENTER_ACCOUNT_FAILED": "Please provide the correct vCenter address, username and password",
61
+ "UPDATE_VM_FAILED": "Failed to update the VM",
62
+ "CLUSTER_NOT_SAME": "The belonging clusters are different",
63
+ "EC_JOB_NO_AVAILABLE_NODE_FOR_SCHEDULING": "Failed to auto schedule the VM since there is no appropriate to run the VM.",
64
+ "EC_ULicenseExpired": "License expired",
65
+ "CLUSTER_CONNECTION_STATUS_ERROR": "The cluster connection status is abnormal",
66
+ "EC_DEPLOY_ERROR": "Deployment failed",
67
+ "PERMISSION_DENIED": "No related permissions.",
68
+ "MIGRATE_TRANSMITTER_DUPLICATE_IP": "A duplicate IP exists in the cross-cluster transport agent.",
69
+ "NO_HOST_PROVIDED": "No host provided.",
70
+ "VM_VOLUME_NOT_FOUND": "Failed to query virtual volume.",
71
+ "SNAPSHOT_NOT_FOUND": "Failed to query snapshot.",
72
+ "SNAPSHOT_PLAN_NOT_FOUND": "Failed to query snapshot plan.",
73
+ "ORM_ERROR": "ORM error.",
74
+ "BATCH_MISS_MATCH": "Batch query failed.",
75
+ "TESTS_ORM_ERROR": "Test ORM error.",
76
+ "QUERY_TASKS_FAILED": "Query task failed.",
77
+ "UPSERT_IMAGE_FAILED": "Failed to update (or insert) image.",
78
+ "DELETE_IMAGE_FAILED": "Failed to delete image.",
79
+ "UPSERT_STORAGE_POLICY_FAILED": "Failed to update (or insert) storage policy.",
80
+ "DELETE_STORAGE_POLICY_FAILED": "Failed to delete storage policy.",
81
+ "TASK_EXEC_FAILED": "Task execution failed.",
82
+ "RUNTIME_EXEC_FAILED": "Runtime execution failed.",
83
+ "LDAP_ERROR": "LDAP error.",
84
+ "SCHEDULER_EXEC_FAILED": "Failed to execute scheduler.",
85
+ "VM_SNAPSHOT_NOT_FOUND": "Failed to query VM snapshot.",
86
+ "VM_SNAPSHOT_DUPLICATE_NAME": "Duplicate VM snapshot name.",
87
+ "VM_TEMPLATE_NOT_FOUND": "Failed to query VM template.",
88
+ "CREATE_VM_EFFECT_ARGS_ERROR": "Error of `effect` parameters for creating VM.",
89
+ "CLUSTER_ALREADY_CONNECTED": "Cluster already associated.",
90
+ "CREATE_VM_FAILED": "Failed to create VM.",
91
+ "UPLOAD_TASK_NOT_FOUND": "Failed to query upload task.",
92
+ "BCRYPT_HASH_FAILED": "BCRYPT encryption failed.",
93
+ "BCRYPT_COMPARE_FAILED": "BCRYPT compare failed.",
94
+ "USER_NOT_FOUND": "Failed to query user.",
95
+ "IMAGE_NOT_FOUND": "Failed to query image.",
96
+ "GET_IPMI_FAILED": "Failed to get IPMI.",
97
+ "NICS_NOT_FOUND": "Failed to query network port.",
98
+ "VLAN_NOT_FOUND": "Failed to query VLAN.",
99
+ "HOST_NOT_FOUND": "Failed to query host.",
100
+ "DISK_EXCEED_LIMIT": "Number of disks exceeds upper limit.",
101
+ "NO_VIEW_PROVIDED": "No view provided.",
102
+ "GRAPH_NOT_FOUND": "Failed to query graph",
103
+ "VIEW_NOT_FOUND": "Failed to query view.",
104
+ "VDS_NOT_FOUND": "Failed to query VDS.",
105
+ "ISCSI_TARGET_NOT_FOUND": "Failed to query iSCSI Target.",
106
+ "ISCSI_LUN_NOT_FOUND": "Failed to query LUN.",
107
+ "ISCSI_LUN_SNAPSHOT_NOT_FOUND": "Failed to query LUN snapshot.",
108
+ "NFS_EXPORT_NOT_FOUND": "Failed to query NFS Export.",
109
+ "NFS_INODE_NOT_FOUND": "Failed to query NFS inode.",
110
+ "CREATE_VDS_FAILED": "Failed to create VDS.",
111
+ "METRIC_LOAD_FAILED": "Failed to load metrics",
112
+ "ENTITY_FILTER_NOT_FOUND": "Failed to query resource optimization.",
113
+ "SNMP_TRANSPORT_NOT_FOUND": "Failed to query SNMP transport.",
114
+ "SNMP_TRAP_RECEIVER_NOT_FOUND": "Failed to query SNMP trap receiver.",
115
+ "DISK_NOT_FOUND": "Failed to query disk.",
116
+ "DISK_ONLY_SUPPORT_MOUNT_OR_UNMOUNT": "Disk only supports mounting or unmounting.",
117
+ "OTHER_DISK_MOUNTING": "Other disks being mounted.",
118
+ "OTHER_DISK_UNMOUNTING": "Other disks being unmounted.",
119
+ "EDIT_GUEST_INFO_ERROR": "Error of editing gust information.",
120
+ "MIGRATE_ACROSS_CLUSTER_ERROR": "Error of cross-cluster migration.",
121
+ "REPORT_TEMPLATE_NOT_FOUND": "Failed to query report template.",
122
+ "FAILED_TO_WRITE_FILE": "Writing file failed.",
123
+ "NOT_FOUND_JOB": "Failed to query corn job.",
124
+ "DULPLICATED_JOB_KEY": "Duplicate key of corn job.",
125
+ "EMPTY_RESOURCE_TEMPLATE": "Empty resource template.",
126
+ "CREATE_SVT_IMAGE_FAILED": "Error when creating SVT image.",
127
+ "UPLOAD_SVT_IMAGE_BUFFER_FAILED": "Failed to upload SVT image buffer.",
128
+ "ALERT_RULE_NOT_FOUND": "Failed to query alert rule.",
129
+ "GLOBAL_ALERT_RULE_NOT_FOUND": "Failed to query global alert rule.",
130
+ "SNAPSHOT_PLAN_CONNECTED_VM_NOT_SUPPORT_DELETE": "The snapshot plan has been associated with VM and can not be deleted.",
131
+ "UPDATE_APPLICATION_VALIDATE_FAILED": "Failed to validate uploading advanced monitoring application.",
132
+ "UPLOAD_CLUSTER_IAMGE_FAILED": "Failed to upload cluster image.",
133
+ "UPLOAD_CLUSTER_IAMGE_META_FAILED": "Failed to upload cluster image meta.",
134
+ "DATACENTER_NOT_FOUND": "Failed to query data center.",
135
+ "NEW_TOWER_LICENSE_EXPIRED": "The new license has expired.",
136
+ "TOWER_LICENSE_EXPIRED": "The license has expired.",
137
+ "TOWER_LICENSE_SERIAL_IS_INVALID": "The serial number does not match. ",
138
+ "LICENSE_SERIAL_NOT_MATCH": "The serial number does not match.",
139
+ "LICENSE_IS_REQUIRED": "The new license code cannot be empty.",
140
+ "LICENSE_IS_INVALID": "Invalid software license.",
141
+ "VM_VOLUME_PATH_ERROR": "Error of virtual volume path.",
142
+ "CREATE_VM_TEMPLATE_ERROR": "Error when creating VM template.",
143
+ "DEFAULT_VM_RECYCLE_BIN_NOT_ENABLE": "Global recycle bin not enabled.",
144
+ "CLUSTER_VM_RECYCLE_BIN_NOT_ENABLE": "Cluster recycle bin not enabled.",
145
+ "VM_NOT_STOPPED": "VM is not powered off.",
146
+ "VM_PROTECTED": "VM is under protection.",
147
+ "CLUSTER_SETTINGS_NOT_EXIST": "Cluster settings do not exist.",
148
+ "UPDATE_USB_DEVICE_ERROR": "Error when updating USB device.",
149
+ "USB_DEVICE_NOT_EXIST": "USB device does not exist.",
150
+ "FAILED_TO_GET_VM_MIGRATION_PROGRESS": "Fail to get VM migration progress.",
151
+ "CREATE_VM_VOLUME_FAILED": "Failed to create virtual volume.",
152
+ "ELF_STORAGE_POLICY_NOT_FOUND": "Failed to query ELF storage policy.",
153
+ "CREATE_VM_FOLDER_FAILED": "Failed to create VM group.",
154
+ "CREATE_VM_SNAPSHOT_FAILED": "Failed to create VM snapshot.",
155
+ "CREATE_STORAGE_POLICY_FAILED": "Failed to create storage policy.",
156
+ "UPDATE_VM_TEMPLATE_FAILED": "Failed to update VM template",
157
+ "TRANSMITTER_REQUEST_ERROR": "Failed to request for transmitter",
158
+ "CREATE_VCENTER_ACCOUNT_FAILED": "Failed to create vCenter account.",
159
+ "VCENTER_ACCOUNT_NOT_FOUND": "Failed to query vCenter account.",
160
+ "VSPHERE_ESXI_ACCOUNT_NOT_FOUND": "Failed to query ESXi account.",
161
+ "UPDATE_VSPHERE_ESXI_ACCOUNT_FAILED": "Failed to update ESXi account.",
162
+ "BATCH_UPDATE_VSPHERE_ESXI_ACCOUNT_FAILED": "Failed to batch update ESXi account.",
163
+ "REPLICA_NUM_GREATER_THAN_HOSTS_COUNT": "Number of replicas exceeds number of hosts.",
164
+ "SNAPSHOT_GROUP_NOT_FOUND": "Failed to query snapshot group.",
165
+ "SNAPSHOT_PLAN_TASK_NOT_FOUND": "Failed to query snapshot plan task.",
166
+ "CREATE_RACK_TOPO_FAILED": "Failed to create rack topology.",
167
+ "UPDATE_RACK_TOPO_FAILED": "Failed to update rack topology.",
168
+ "DELETE_RACK_TOPO_FAILED": "Failed to delete rack topology.",
169
+ "CREATE_BRICK_TOPO_FAILED": "Failed to create chassis topology.",
170
+ "UPDATE_BRICK_TOPO_FAILED": "Failed to update chassis topology.",
171
+ "DELETE_BRICK_TOPO_FAILED": "Failed to delete chassis topology.",
172
+ "BRICK_TOPO_NOT_EXIST": "Chassis topology does not exist.",
173
+ "RACK_TOPO_NOT_EXIST": "Rack topology does not exist.",
174
+ "ZONE_TOPO_NOT_EXIST": "Availability zone topology does not exist.",
175
+ "CLUSTER_TOPO_NOT_EXIST": "Cluster topology does not exist.",
176
+ "LOAD_CLUSTER_UPGRADE_PROGRESS_FAILED": "Failed to load cluster upgrade progress.",
177
+ "NODE_TOPO_NOT_EXIST": "Host topology does not exist.",
178
+ "LABEL_DUPLICATE_KEY_VALUE": "Duplicate key-value pair of label.",
179
+ "LABEL_NOT_EXIST": "Label does not exist.",
180
+ "DISK_IOPS_OUT_OF_RANGE": "Disk IOPS exceeds upper limit.",
181
+ "DISK_BANDWIDTH_OUT_OF_RANGE": "Disk bandwidth exceeds upper limit.",
182
+ "CLUSTER_IMAGE_NOT_FOUND": "Fail to query cluster image.",
183
+ "EMPTY_HOSTS_LIST_OF_POLICY": "Not provide host to enable VM placement group policy.",
184
+ "UNKNOW_VMVM_POLICY": "Unknown parameter of VM placement group policy.",
185
+ "VM_PLACEMENT_GROUP_NOT_FOUND": "Fail to query VM placement group.",
186
+ "INVALID_VM_PLACEMENT_GROUP_INPUT": "Invalid parameter of VM placement group.",
187
+ "BRICK_TOPO_COLUMN_NOT_MEET_REQUIREMENT": "Number of columns of chassis topology does not meet requirements.",
188
+ "INIT_UPLOAD_APPLICATION_FAILED": "Failed to initialize uploading advanced monitoring application.",
189
+ "UPLOAD_MONITOR_APPLICATION_IMAGE_FAILED": "Failed to upload advanced monitoring image.",
190
+ "COMMIT_MONITOR_APPLICATION_IMAGE_FAILED": "Failed to unzip advanced monitoring image.",
191
+ "LOAD_APPLICATIONS_FAILED": "Failed to load advanced monitoring application.",
192
+ "DEPLOY_MONITOR_APPLICATION_FAILED": "Failed to deploy advanced monitoring.",
193
+ "UPGRADE_MONITOR_APPLICATION_FAILED": "Failed to upgrade advanced monitoring.",
194
+ "CREATE_HOSTS_FAILED": "Failed to add host.",
195
+ "GET_CREATE_HOST_LOG_FAILED": "Failed to get creating host log.",
196
+ "INVALID_SEMANTIC_FILTER": "Invalid semantic filter.",
197
+ "CREATE_SNMP_TRAP_RECEIVER_FAILED": "Failed to create SNMP trap receiver.",
198
+ "CREATE_SNMP_TRANSPORT_FAILED": "Failed to create SNMP transport.",
199
+ "SEMANTIC_FILTER_INVALID_ARGS": "Invalid semantic filter parameter.",
200
+ "DEPLOY_ERROR": "Deployment error.",
201
+ "ROOT_USER_EXISTED": "Super administrator already exists.",
202
+ "CANNOT_UPATE_USER_ROLE_TO_ROOT": "Failed to set user's role as super administrator.",
203
+ "NVMF_SUBSYSTEM_NOT_FOUND": "Failed to query NVMF subsystem.",
204
+ "CONSISTENCY_GROUP_NOT_FOUND": "Failed to query consistency group.",
205
+ "LOAD_CONSISTENCY_GROUP_FAILED": "Failed to load consistency group.",
206
+ "NAMESPACE_GROUP_NOT_FOUND": "Failed to query Namespace Group.",
207
+ "CONSISTENCY_GROUP_SNAPSHOT_NOT_FOUND": "Failed to query consistency group snapshot.",
208
+ "LOAD_CONSISTENCY_GROUP_SNAPSHOT_FAILED": "Failed to load consistency group snapshot.",
209
+ "NVMF_NAMESPACE_NOT_FOUND": "Failed to query NameSpace.",
210
+ "UPDATE_SRIOV_VF_NUMBER_FAILED": "Failed to edit the number of the SR-IOV pass-through NICs.",
211
+ "NVMF_NAMESPACE_SNAPSHOT_NOT_FOUND": "Failed to query NVMF Namespace snapshot.",
212
+ "EHOSTUNREACH": "ehost cannot be accessed.",
213
+ "UNKNOWN_PROVIDER": "Unknown Provider",
214
+ "NOT_COMPATIBLE": "Provider compatibility error.",
215
+ "NETWORK_ERROR": "Network error.",
216
+ "ELF_ERROR": "ELF error.",
217
+ "LOAD_TOKEN_FAILED": "Failed to load token.",
218
+ "LOAD_VMS_FAILED": "Failed to load VM.",
219
+ "LOAD_VM_SNAPSHOT_FAILED": "Failed to load VM snapshot.",
220
+ "MISS_MATCH_LOADER": "Miss match loader.",
221
+ "LOAD_HOSTS_FAILED": "Failed to load host.",
222
+ "UPDATE_NIC_MTU_FAILED": "Failed to update NIC MTU.",
223
+ "NO_SYSTEM_POOL": "No system pool.",
224
+ "QUERY_METRIC_FAILED": "Failed to get metrics.",
225
+ "LOAD_METRIC_FAILED": "Failed to load metrics.",
226
+ "DELETE_VM_FAILED": "Failed to delete VM.",
227
+ "CLONE_VM_FAILED": "Failed to clone VM.",
228
+ "CONVERT_VM_TEMPLATE_TO_VM_FAILED": "Failed to convert VM template to VM.",
229
+ "LOAD_JOB_FAILED": "Failed to load ELF Job.",
230
+ "LOAD_VDS_FAILED": "Failed to load VDS",
231
+ "LOAD_VLAN_FAILED": "Failed to load virtual network.",
232
+ "CREATE_VLAN_FAILED": "Failed to create virtual network.",
233
+ "UPDATE_VLAN_FAILED": "Failed to update virtual network.",
234
+ "DELETE_VLAN_FAILED": "Failed to delete virtual network.",
235
+ "LOAD_VMS_SUMMARY_FAILED": "Failed to load VM summary information.",
236
+ "LOAD_STORAGE_POLICY_FAILED": "Failed to load storage policy.",
237
+ "LOAD_IMAGE_FAILED": "Failed to load image.",
238
+ "LOAD_HOST_CPU_MODEL_FAILED": "Failed to load host CPU Model.",
239
+ "UPDATE_VDS_FAILED": "Failed to update VDS.",
240
+ "DELETE_VDS_FAILED": "Failed to delete VDS.",
241
+ "DISCOVER_HOSTS_FAILED": "Failed to discover host.",
242
+ "LOAD_FOLDER_FAILED": "Failed to load VM folder.",
243
+ "LOAD_SNAPSHOT_PLAN_FAILED": "Failed to load snapshot plan.",
244
+ "UPDATE_SNAPSHOT_PLAN_FAILED": "Failed to update snapshot plan.",
245
+ "EXECUTE_SNAPSHOT_PLAN_FAILED": "Failed to execute snapshot plan.",
246
+ "SUSPEND_SNAPSHOT_PLAN_FAILED": "Failed to suspend snapshot plan.",
247
+ "RESUME_SNAPSHOT_PLAN_FAILED": "Failed to resume snapshot plan.",
248
+ "CREATE_SNAPSHOT_PLAN_FAILED": "Failed to create snapshot plan.",
249
+ "DELETE_SNAPSHOT_PLAN_FAILED": "Failed to delete snapshot plan.",
250
+ "LOAD_VM_TEMPLATE_FAILED": "Failed to load VM template.",
251
+ "LOAD_SNMP_TRAP_RECEIVER_FAILED": "Failed to load SNMP trap receiver.",
252
+ "UPDATE_SNMP_TRAP_RECEIVER_FAILED": "Failed to update SNMP trap receiver.",
253
+ "DELETE_SNMP_TRAP_RECEIVER_FAILED": "Failed to delete SNMP trap receiver.",
254
+ "LOAD_SNMP_TRANSPORT_FAILED": "Failed to load SNMP transport.",
255
+ "UPDATE_SNMP_TRANSPORT_FAILED": "Failed to update SNMP transport.",
256
+ "DELETE_SNMP_TRANSPORT_FAILED": "Failed to delete SNMP transport.",
257
+ "LOAD_VM_VOLUME_FAILED": "Failed to load virtual volume.",
258
+ "DELETE_VM_VOLUME_FAILED": "Failed to delete virtual volume.",
259
+ "LOAD_ALERT_FAILED": "Failed to load alert.",
260
+ "UPDATE_ALERT_FAILED": "Failed to update alert.",
261
+ "LOAD_VIEW_FAILED": "Failed to load view.",
262
+ "CREATE_VIEW_FAILED": "Failed to create view.",
263
+ "UPDATE_VIEW_FAILED": "Failed to update view.",
264
+ "DELETE_VIEW_FAILED": "Failed to delete view.",
265
+ "LOAD_GRAPH_FAILED": "Failed to load graph.",
266
+ "CREATE_GRAPH_FAILED": "Failed to create graph.",
267
+ "UPDATE_GRAPH_FAILED": "Failed to update graph.",
268
+ "DELETE_GRAPH_FAILED": "Failed to delete graph.",
269
+ "LOAD_ALERT_RULE_FAILED": "Failed to load alert rule.",
270
+ "UPDATE_ALERT_RULE_FAILED": "Failed to update alert rule.",
271
+ "INIT_UPLOAD_IMAGE_FAILED": "Failed to initialize uploading image.",
272
+ "UPLOAD_IMAGE_FAILED": "Failed to upload image.",
273
+ "UPDATE_IMAGE_FAILED": "Failed to update image.",
274
+ "DELETE_VM_SNAPSHOT_FAILED": "Failed to delete VM snapshot.",
275
+ "CONVERT_VM_TO_VM_TEMPLATE_FAILED": "Failed to convert VM to VM template.",
276
+ "CREATE_VM_FORM_TEMPLATE_FAILED": "Failed to create VM template from VM.",
277
+ "LOAD_HOSTS_IPMI_FAILED": "Failed to load host IPMI.",
278
+ "UPDATE_HOST_IPMI_FAILED": "Failed to update host IPMI.",
279
+ "ASSOCIATE_HOST_IPMI_FAILED": "Failed to associate with the IPMI of host.",
280
+ "UPDATE_HOST_NAME_FAILED": "Failed to update host name.",
281
+ "UPDATE_HOST_DISK_LED_ON_FAILED": "Failed to turn on host disk LED.",
282
+ "UPDATE_HOST_DISK_LED_OFF_FAILED": "Failed to turn off host disk LED.",
283
+ "REBUILD_VM_FROM_SNAPSHOT_FAILED": "Failed to rebuild VM from VM snapshot.",
284
+ "UPDATE_CLUSTER_NAME_FAILED": "Failed to update cluster name.",
285
+ "UPDATE_CLUSTER_DNS_FAILED": "Failed to update cluster DNS.",
286
+ "UPDATE_CLUSTER_NTP_FAILED": "Failed to update cluster NTP.",
287
+ "UPDATE_CLUSTER_CPU_COMPATIBILITY_FAILED": "Failed to update cluster CPU compatibility model.",
288
+ "UPDATE_CLUSTER_VIP_FAILED": "Failed to update cluster virtual IP.",
289
+ "LOAD_SVT_IMAGE_FAILED": "Failed to load SVT image.",
290
+ "LOAD_VLAN_INVALID_ARG": "Failed to load virtual network parameter.",
291
+ "LOAD_CSI_DRIVER_FAILED": "Failed to load CSI driver.",
292
+ "LOAD_SUPPORT_DRIVER_FAILED": "Failed to load third-party driver.",
293
+ "CREATE_DATASTORE_FAILED": "Failed to create data storage.",
294
+ "LOAD_DATASTORE_FAILED": "Failed to load data storage.",
295
+ "DELETE_DATASTORE_FAILED": "Failed to delete data storage.",
296
+ "LOAD_ISCSI_TARGET_FAILED": "Failed to load iSCSI Target.",
297
+ "LOAD_NFS_EXPORT_FAILED": "Failed to load NFS Export.",
298
+ "LOAD_ELF_ZONE_DATA_FAILED": "Failed to load ELF availability zone data.",
299
+ "LOAD_ISCSI_LUN_FAILED": "Failed to load LUN.",
300
+ "LOAD_ISCSI_LUN_SNAPSHOT_FAILED": "Failed to load LUN snapshot.",
301
+ "LOAD_ISCSI_CONNECTION_FAILED": "Failed to load iSCSI connection.",
302
+ "CREATE_ISCSI_LUN_SNAPSHOT_FAILED": "Failed to create LUN snapshot.",
303
+ "DELETE_ISCSI_LUN_SNAPSHOT_FAILED": "Failed to delete LUN snapshot.",
304
+ "LOAD_NFS_INODE_FAILED": "Failed to load NFS inode.",
305
+ "LOAD_ISCSI_INVALID_ARG": "Invalid parameter for loading LUN.",
306
+ "LOAD_NFS_INVALID_ARG": "Invalid parameter for loading NFS inode.",
307
+ "CREATE_ISCSI_TARGET_FAILED": "Failed to create iSCSI Target.",
308
+ "UPDATE_ISCSI_TARGET_FAILED": "Failed to update iSCSI Target.",
309
+ "DELETE_ISCSI_TARGET_FAILED": "Failed to delete iSCSI Target.",
310
+ "CREATE_ISCSI_LUN_FAILED": "Failed to create LUN.",
311
+ "UPDATE_ISCSI_LUN_FAILED": "Failed to update LUN.",
312
+ "COPY_ISCSI_LUN_FAILED": "Failed to copy LUN.",
313
+ "MOVE_ISCSI_LUN_FAILED": "Failed to move LUN.",
314
+ "ROLLBACK_ISCSI_LUN_FAILED": "Failed to roll back LUN.",
315
+ "DELETE_ISCSI_LUN_FAILED": "Failed to delete LUN.",
316
+ "CREATE_NFS_EXPORT_FAILED": "Failed to create NFS Export.",
317
+ "UPDATE_NFS_EXPORT_FAILED": "Failed to update NFS Export.",
318
+ "DELETE_NFS_EXPORT_FAILED": "Failed to delete NFS Export.",
319
+ "CREATE_NFS_INODE_FAILED": "Failed to create NFS inode.",
320
+ "UPDATE_NFS_INODE_FAILED": "Failed to update NFS inode.",
321
+ "DELETE_NFS_INODE_FAILED": "Failed to delete NFS inode.",
322
+ "COPY_NFS_INODE_FAILED": "Failed to copy NFS inode.",
323
+ "MOVE_NFS_INODE_FAILED": "Failed to move NFS inode.",
324
+ "RENAME_NFS_INODE_FAILED": "Failed to rename NFS inode.",
325
+ "LOAD_CLUSTER_IAMGE_META_FAILED": "Failed to load cluster upgrade image meta.",
326
+ "CLUSTER_IMAGE_UPLOAD_FAILED": "Failed to upload cluster upgrade image.",
327
+ "CLUSTER_IMAGE_MERGE_FAILED": "Failed to merge cluster upgrade image.",
328
+ "CLUSTER_IMAGE_STORE_FAILED": "Failed to store cluster upgrade image.",
329
+ "CLUSTER_IMAGE_META_UPLOAD_FAILED": "Failed to upload cluster upgrade image meta.",
330
+ "TYPE_MISMATCH": "Type not match.",
331
+ "MOUNT_DISK_FAILED": "Failed to mount disk.",
332
+ "UNMOUNT_DISK_FAILED": "Failed to unmount disk.",
333
+ "DISK_STATE_OUT_OF_SYNC": "Disk state is not synchronized.",
334
+ "EDIT_GUEST_INFO_FAILED": "Failed to edit customer information.",
335
+ "MIGRATE_VM_ACROSS_CLUSTER_FAILED": "Cross-cluster migration failed.",
336
+ "MIGRATE_CANCEL_FAILED": "Failed to cancel migration.",
337
+ "RESUME_CUTOVER_FAILED": "Failed to resume cutover.",
338
+ "CREATE_MIGRATE_TRANSMITTER_FAILED": "Failed to create cross-cluster transport agent.",
339
+ "LOAD_LOG_COLLECTION_FAILED": "Failed to load log collection.",
340
+ "CREATE_LOG_COLLECTION_FAILED": "Failed to create log collection.",
341
+ "UPDATE_LOG_COLLECTION_FAILED": "Failed to update log collection.",
342
+ "DELETE_LOG_COLLECTION_FAILED": "Failed to delete log collection.",
343
+ "LOAD_SCVM_ACCOUNT_FAILED": "Failed to load SCVM account.",
344
+ "LOAD_ALERT_NOTIFIER_FAILED": "Failed to load alert email notification.",
345
+ "UPDATE_ALERT_NOTIFIER_FAILED": "Failed to update alert email notification.",
346
+ "INIT_UPLOAD_MONITOR_FAILED": "Failed to initialize uploading advanced monitoring.",
347
+ "UPLOAD_MONITOR_IMAGE_FAILED": "Failed to upload advanced monitoring image.",
348
+ "UPDATE_APPLICATION_FAILED": "Failed to edit advanced monitoring application.",
349
+ "COMMIT_MONITOR_IMAGE_FAILED": "Failed to unzip advanced monitoring image.",
350
+ "UPDATE_VOLUME_FAILED": "Failed to update virtual disk.",
351
+ "CLONE_VM_TO_CREATE_VM_TEMPLATE_FAILED": "Failed to clone VM as VM template.",
352
+ "CLUSTER_COMPATIBILITY_UNKNOWN": "Unknown cluster compatibility.",
353
+ "SRC_VM_QEMU_KVM_VERSION_HIGER": "SRC VM QEMU KVM version is too high.",
354
+ "DEST_NODE_CPU_NOT_MATCH": "Target node CPU does not match.",
355
+ "NO_NODE_CPU_MATCH": "No node with matching CPU.",
356
+ "MIGRATOR_GRAPHQL_ERROR": "Error of migrating GraphQL.",
357
+ "MIGRATOR_HOST_CONNECTION_ERROR": "Error of migrating host connection.",
358
+ "ERROR_UNKNOWN": "Unknown error.",
359
+ "VM_MIGRATE_ERROR": "Error of VM migration.",
360
+ "MIGRATOR_FAILED_CONNECT_PROXY": "Migration failed, unable to connect to proxy.",
361
+ "PROXY_NOT_AVAILABLE": "Proxy not available.",
362
+ "CLUSTER_NOT_REACHABLE": "Cluster is not reachable.",
363
+ "LOAD_USB_DEVICES_FAILED": "Error of loading USB device.",
364
+ "UPDATE_USB_DEVICE_FAILED": "Error of updating USB device.",
365
+ "DELETE_VM_TEMPLATE_FAILED": "Error of deleting VM template.",
366
+ "ABORT_LIVE_MIGRATION_FAILED": "Error of terminating hot migration.",
367
+ "FAILED_TO_GET_FAILURE_JOB_TASK_REASON": "Failed to get reason of failed task.",
368
+ "MIRAGTION_ABORTED": "Migration terminated.",
369
+ "MIRAGTION_FAILED": "Migration failed.",
370
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_HOT_MIGRATION_CLUSTER_CPU_VENDOR_UNMATCHED": "The CPU vendors of the source and target clusters do not match",
371
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_NO_NIC": "The virtual machine has no virtual NICs, so only migration to the cluster with version 5.0.1 or above is supported.",
372
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_ONLY_SRIOV_NIC": "The virtual machine only has SR-IOV passthrough NICs, so only migration to the cluster with version 5.0.1 or above is supported.",
373
+ "MIGRATE_ACROSS_CLUSTER_REMOVE_DEVICE_FAILED": "Unable to remove the device from the source virtual machine",
374
+ "UPDATE_CLUSTER_MIGRATION_CAPABILITIES_FAILED": "Failed to update cluster migration compatibility.",
375
+ "CREATE_VDS_WITH_VMOTION_FAILED": "Failed to create VDS",
376
+ "LOAD_VCENTER_ACCOUNTS_FAILED": "Failed to load vCenter account.",
377
+ "LOAD_VSPHERE_ESXI_ACCOUNTS_FAILED": "Failed to load ESXi account.",
378
+ "BATCH_UPDATE_VSPHERE_ESXI_ACCOUNTs_FAILED": "Failed to batch update ESXi accounts.",
379
+ "LOAD_RACK_TOPO_FAILED": "Failed to load rack topology.",
380
+ "LOAD_BRICK_TOPO_FAILED": "Failed to load chassis topology.",
381
+ "LOAD_BRICK_INFO_FAILED": "Failed to load chassis information.",
382
+ "LOAD_HOST_NICS_FAILED": "Failed to load host NIC.",
383
+ "LOAD_SNAPSHOT_PLAN_TASK_FAILED": "Failed to load snapshot plan task.",
384
+ "UPDATE_SNAPSHOT_GROUP_FAILED": "Failed to update snapshot group.",
385
+ "CLONE_SNAPSHOT_GROUP_FAILED": "Failed to clone snapshot group.",
386
+ "ROLLBACK_SNAPSHOT_GROUP_FAILED": "Failed to roll back snapshot group.",
387
+ "KEEP_SNAPSHOT_GROUP_FAILED": "Failed to retain the snapshot group.",
388
+ "UNKEEP_SNAPSHOT_GROUP_FAILED": "Failed to not retain snapshot group.",
389
+ "DELETE_SNAPSHOT_GROUP_FAILED": "Failed to delete snapshot group.",
390
+ "CREATE_HARDWARE_TOPO_FAILED": "Failed to create rack topology.",
391
+ "UPDATE_HARDWARE_TOPO_FAILED": "Failed to update rack topology.",
392
+ "DELETE_HARDWARE_TOPO_FAILED": "Failed to delete rack topology.",
393
+ "LOAD_VM_PLACEMENT_GROUP_FAILED": "Failed to load VM placement group.",
394
+ "CREATE_VM_PLACEMENT_GROUP_FAILED": "Failed to create VM placement group.",
395
+ "UPDATE_VM_PLACEMENT_GROUP_FAILED": "Failed to update VM placement group.",
396
+ "DELETE_VM_PLACEMENT_GROUP_FAILED": "Failed to delete VM placement group.",
397
+ "CLUSTER_UPGRADE_FAILED": "Cluster upgrade failed.",
398
+ "DELETE_CLUSTER_IMAGE_FAILED": "Failed to delete cluster upgrade image.",
399
+ "LOAD_CLUSTER_UPGRADE_HISTORY_FAILED": "Failed to load cluster upgrade history.",
400
+ "UPDATE_UPGRADE_TOOL_PROCESS_NOT_EXIST": "Update progress of upgrade tool does not exist.",
401
+ "UPGRADE_CLUSTER_PROCESS_NOT_EXIST": "Upgrade progress does not exist.",
402
+ "UPGRADE_CLUSTER_FAILED": "Failed to upgrade cluster.",
403
+ "DEPLOY_APPLICATION_FAILED": "Failed to deploy advanced monitoring application.",
404
+ "UPGRADE_APPLICATION_FAILED": "Failed to upgrade advanced monitoring application.",
405
+ "LOAD_WITNESS_FAILED": "Failed to load witness node.",
406
+ "LOAD_ZONES_COMPUTE_SUMMARY_FAILED": "Failed to load availability zone computation information.",
407
+ "LOAD_ZONES_STORAGE_SUMMARY_FAILED": "Failed to load availability zone storage information.",
408
+ "CREATE_HOST_PRECHECK_FAILED": "Failed in precheck of adding host .",
409
+ "UPDATE_MANAGEMENT_IP_FAILED": "Failed to update management IP.",
410
+ "LOAD_NVMF_SUBSYSTEM_FAILED": "Failed to load NVMF Subsystem .",
411
+ "CREATE_NVMF_SUBSYSTEM_FAILED": "Failed to create NVMF Subsystem.",
412
+ "UPDATE_NVMF_SUBSYSTEM_FAILED": "Failed to update NVMF Subsystem.",
413
+ "DELETE_NVMF_SUBSYSTEM_FAILED": "Failed to delete NVMF Subsystem.",
414
+ "CREATE_CONSISTENCY_GROUP_FAILED": "Failed to create consistency group.",
415
+ "UPDATE_CONSISTENCY_GROUP_FAILED": "Failed to update consistency group.",
416
+ "DELETE_CONSISTENCY_GROUP_FAILED": "Failed to delete consistency group.",
417
+ "LOAD_NAMESPACE_GROUP_FAILED": "Failed to load Namespace Group.",
418
+ "CREATE_NAMESPACE_GROUP_FAILED": "Failed to create Namespace Group.",
419
+ "UPDATE_NAMESPACE_GROUP_FAILED": "Failed to update Namespace Group.",
420
+ "DELETE_NAMESPACE_GROUP_FAILED": "Failed to delete Namespace Group.",
421
+ "CREATE_CONSISTENCY_GROUP_SNAPSHOT_FAILED": "Failed to create consistency group snapshot.",
422
+ "UPDATE_CONSISTENCY_GROUP_SNAPSHOT_FAILED": "Failed to update consistency group snapshot.",
423
+ "DELETE_CONSISTENCY_GROUP_SNAPSHOT_FAILED": "Failed to delete consistency group snapshot.",
424
+ "ROLLBACK_CONSISTENCY_GROUP_SNAPSHOT_FAILED": "Failed to roll back consistency group snapshot.",
425
+ "LOAD_NVMF_NAMESPACE_FAILED": "Failed to load Namespace.",
426
+ "CREATE_NVMF_NAMESPACE_FAILED": "Failed to create Namespace.",
427
+ "UPDATE_NVMF_NAMESPACE_FAILED": "Failed to update Namespace.",
428
+ "DELETE_NVMF_NAMESPACE_FAILED": "Failed to delete Namespace.",
429
+ "LOAD_NVMF_INVALID_ARG": "Invalid parameter for loading Namespace Group.",
430
+ "LOAD_NVMF_NAMESPACE_SNAPSHOT_FAILED": "Failed to load Namespace snapshot.",
431
+ "CREATE_NVMF_NAMESPACE_SNAPSHOT_FAILED": "Failed to create Namespace snapshot.",
432
+ "ROLLBACK_NVMF_NAMESPACE_SNAPSHOT_FAILED": "Failed to roll back Namespace snapshot.",
433
+ "DELETE_NVMF_NAMESPACE_SNAPSHOT_FAILED": "Failed to delete Namespace snapshot.",
434
+ "UPDATE_SCVM_NAME_FAILED": "Failed to update SCVM name.",
435
+ "LOAD_NVMF_CONNECTION_FAILED": "Failed to load NVMF active connections.",
436
+ "EC_TIME_OUT": "Request timed out",
437
+ "EXPORT_CSV_ORM_FAILED": "Failed to export CSV.",
438
+ "LOAD_SYSTEM_AUDIT_LOG": "Failed to load system events.",
439
+ "JOB_NOT_FOUND": "The task could not be found",
440
+ "JOB_NO_ID": "The task has no ID",
441
+ "JOB_CYCLE_DETECTED": "The task has a loop",
442
+ "JOB_LEADER_SPLIT_VOLUME_ERROR": "Split virtual volume operation error",
443
+ "JOB_WORKER_TASK_NOT_FOUND": "Follower task does not exist",
444
+ "JOB_WORKER_NOT_RUNNING": "Follower task is not running",
445
+ "JOB_LEADER_TIMEOUT": "Leader timeout",
446
+ "JOB_FOLLOWER_TIMEOUT": "The task mechanism of operating the target host has timed out",
447
+ "JOB_RESOURCE_COLLECTION_NOT_FOUND": "The database to which the resource belongs does not exist",
448
+ "JOB_FOLLOWER_FAILED_DUE_TO_DEPENDENCY": "Unable to execute because the dependent task failed",
449
+ "JOB_TASK_RESOURCE_NOT_FOUND": "The resource required by the task does not exist",
450
+ "JOB_LIBVIRT_ERROR": "Libvirt returned an error: {error_msg}",
451
+ "JOB_TOO_MANY_VIRTIO_DEVICES": "The number of VIRTIO devices of the virtual machine exceeds the upper limit 32",
452
+ "JOB_TOO_MANY_SCSI_DEVICES": "The number of SCSI devices in the virtual machine exceeds the upper limit 32",
453
+ "JOB_TOO_MANY_IDE_DEVICES": "The number of IDE devices of the virtual machine exceeds the upper limit 4",
454
+ "JOB_TOO_MANY_DEVICES": "The number of virtual disks mounted on the virtual machine exceeds the upper limit 16",
455
+ "JOB_TOO_MANY_DEVICES2": "The number of virtual disks mounted on the virtual machine exceeds the upper limit 68",
456
+ "JOB_TOO_MANY_DEVICES3": "The number of virtual disks and virtual network cards mounted on the VM exceeds the upper limit.",
457
+ "JOB_CANNOT_DETACH_ALL_DISKS": "It is not allowed to uninstall all virtual disks",
458
+ "JOB_WORKER_STATUS_ERROR": "Task center worker status is abnormal",
459
+ "JOB_CANNOT_ATTACH_DETACH_RUNNING_CDROM": "It is not allowed to mount or unmount CDROM to a running virtual machine",
460
+ "JOB_VM_SNAPSHOT_EXIST": "Virtual machine snapshot already exists",
461
+ "JOB_EXPORT_NOT_FOUND": "NFS data storage does not exist",
462
+ "JOB_ROLLBACK_REMOVED_VOLUME": "An error occurred while trying to roll back the deleted virtual volume",
463
+ "JOB_VOLUME_NOT_FOUND": "The virtual volume required by the task does not exist",
464
+ "JOB_VOLUME_BLOCK_RESIZE_FAILED": "Failed to refresh virtual volume capacity. {error_msg}",
465
+ "JOB_VM_STATE_MACHINE_ERROR": "Virtual machine state machine error",
466
+ "JOB_RESOURCE_IS_LOCKED": "Related resources are locked",
467
+ "JOB_CACHE_SIZE_INVALID": "An error occurred while trying to unload the cache disk. At least one cache disk must be kept on each host",
468
+ "JOB_CACHE_MOUNT_FAILED": "Failed to mount the cache disk",
469
+ "JOB_CACHE_UMOUNT_FAILED": "Failed to uninstall cache disk",
470
+ "JOB_PARTITION_SIZE_INVALID": "An error occurred while trying to unmount the data disk. At least one data disk must be reserved on each host",
471
+ "JOB_FOLLOWER_HANDLER_NOT_SET": "Timeout when assigning a follower to worker.",
472
+ "JOB_NODE_OUT_OF_MEMORY": "The target host has insufficient memory to allocate to the target vm.",
473
+ "JOB_MODIFY_MANAGEMENT_IP_ERROR": "Failed to update the host management network",
474
+ "JOB_OPERATE_OVS_BRIDGE_ERROR": "Failed to operate OVS bridge",
475
+ "JOB_NIC_UNAVAILABLE_ERROR": "The network port is unavailable on this host: {error_msg}",
476
+ "JOB_VDS_UNAVAILABLE_ERROR": "VDS is not available on this node",
477
+ "JOB_INVALID_CHUNK_STATE": "Chunk state is incorrect",
478
+ "JOB_TARGET_NOT_FOUND": "iSCSI Target does not exist",
479
+ "JOB_VM_HOST_IP_NOT_FOUND": "Host IP does not exist in the cluster",
480
+ "JOB_DETACH_DEVICE_TIMEOUT": "Removing the device timeout. Possible reasons: 1. The virtual machine is not installed with an operating system; 2. The virtual disk is the root directory of the operating system or the hard disk where the C drive of the Windows system is located. If the virtual machine is installed with the Linux operating system, You can try to execute \"modprobe acpiphp\" on the virtual machine and retry the removal operation. In addition, the current removal timeout device may be automatically removed after the virtual machine is rebooted next time. At this time, you need to remove it again on the management interface Operate to ensure that the virtual machine's internal display is consistent with the management interface.",
481
+ "JOB_SNAPSHOT_PLAN_EXECUTION_FAILED": "Failed to execute the backup plan",
482
+ "JOB_SNAPSHOT_GROUP_RECYCLING_FAILED": "Failed to recycle the snapshot group",
483
+ "JOB_PARTITION_MOUNT_FAILED": "Failed to mount the partition",
484
+ "JOB_PARTITION_UMOUNT_FAILED": "Failed to unmount the partition",
485
+ "JOB_UNKNOWN_ERROR": "Job Unknown Error",
486
+ "JOB_VM_SHUTDOWN_TIMEOUT": "The shutdown of the virtual machine has timed out. It may be that the virtual machine is not installed with an operating system that supports ACPI, or the system is unresponsive.",
487
+ "JOB_NO_AVAILABLE_NODE_FOR_SCHEDULING": "Automatic scheduling failed. There is no suitable host to run the virtual machine.",
488
+ "JOB_SPECIFIED_NODE_SCHEDULE_FAILED": "The specified host does not meet the scheduling requirements.",
489
+ "JOB_AUTO_SCHEDULE_FAILED": "Automatic scheduling failed. An error occurred during scheduling.",
490
+ "JOB_REJECT_DELETE_SHARING_VOLUME": "The shared volume mounted on the virtual machine cannot be deleted.",
491
+ "JOB_SNAPSHOT_GROUP_ENTITIES_MISSING": "The recovery target snapshot no longer exists.",
492
+ "JOB_COLD_MIGRATE_REJECT_BY_HOST_LIVE": "The original host has returned to health but refuses to perform cold migration.",
493
+ "JOB_VM_CONFIG_MEMORY_HOTADD_REBOOT": "The current virtual machine configuration is not the latest and does not support memory live expansion. To use the memory live expansion function, please power off the virtual machine and reboot it.",
494
+ "JOB_VM_CONFIG_MEMORY_NO_HOT_REMOVE": "Live expansion for memory is supported while live reduction is not.",
495
+ "JOB_VM_CONFIG_MEMORY_HOTADD_GRANULARITY": "Memory can only be increased in integer multiples of 512 MiB.",
496
+ "JOB_VM_CONFIG_CPU_HOTADD_REBOOT": "The current virtual machine configuration is not the latest and does not support CPU live expansion. To use the CPU live expansion function, please power off the virtual machine and reboot it.",
497
+ "JOB_VM_CONFIG_CPU_NO_HOT_REMOVE": "Live expansion for vCPU is supported while live reduction is not.",
498
+ "JOB_VM_CONFIG_CPU_VCPU_MAX_REACHED": "The number of vCPUs exceeds the upper limit of support. Please use a value within the supported range.",
499
+ "JOB_VM_CONFIG_CPU_NO_HOT_CHANGE_TOPO": "It's not supported to modify the vCPU cores when the VM is running. Please shut down the VM and try again.",
500
+ "JOB_VM_CONFIG_CPU_VCPU_GRANULARITY": "The total number of cores of the virtual processor should be an integer multiple of the number of single processor cores.",
501
+ "JOB_VM_CONGIG_CPU_VCPU_TOPO_MISMATCH": "The number of cores of the configured virtual processor is not equal to the product of the number of single-processor cores and the number of processors.",
502
+ "JOB_VM_CONFIG_NIC_TIMEOUT": "Create virtual network card timeout.",
503
+ "JOB_RESOURCES_EXCESS": "The number of operating resources exceeds the upper limit.",
504
+ "JOB_SUB_TASKS_EXCESS": "The number of subtasks exceeds the upper limit.",
505
+ "JOB_RESOURCES_NOT_ALL_LOCKED": "Failed to lock the related resources.",
506
+ "JOB_ZK_CONNECTION_TIMEOUT": "Connecting to Zookeeper timed out.",
507
+ "JOB_VM_CONFIG_IP_FAILED": "Failed to configure the network for the virtual machine.",
508
+ "STORAGE_POLICY_INVALID_LUN_SIZE": "Invalid capacity: it must be an integer multiple of the number of stripes * 256 MiB.",
509
+ "JOB_LIBVIRT_ABORT_MIGRATE": "Virtual machine migration was stopped",
510
+ "DHCP_SERVER_ERROR": "Failed to configure the network for the virtual machine.",
511
+ "JOB_VM_CONFIG_DISK_QUOTA_FAILED": "Failed to configure I/O QoS.",
512
+ "JOB_VM_PREPARE_CLOUD_INIT_FAILED": "Failed to configure cloud-init",
513
+ "STORAGE_POLICY_INVALID_LUN_SIZE ": "Invalid capacity: it must be an integer multiple of the number of stripes * 256 MiB.",
514
+ "EChunksLessThanReplicas": "This operation is not allowed: the number of nodes in the storage pool cannot be less than the expected number of replicas.",
515
+ "ENotReady": "The system is not ready, please try again later.",
516
+ "EBadRequest": "The request parameter is invalid.",
517
+ "ENotFound": "The storage object was not found.",
518
+ "JOB_GUEST_VM_CPU_INCOMPATIBLE": "The CPU of the host is not compatible with the CPU model of the virtual machine.",
519
+ "EAllocSpace": "Failed to allocate storage space, it may be due to insufficient free space.",
520
+ "EMaxLimit": "The allocated capacity of the cluster has reached the upper limit of 2 PiB.",
521
+ "ELicenseExpired": "The software license has expired.",
522
+ "EConnectError": "Failed to connect to the storage service.",
523
+ "JOB_REMOTE_API_FAILED": "Migration target API call failed: {error_msg}.",
524
+ "JOB_NIC_MAPPING_ERROR": "Network mapping error: {error_msg}.",
525
+ "JOB_PRE_MIGRATE_ACROSS_CLUSTER_ERROR": "Handle exception before cross-cluster migration: {error_msg}.",
526
+ "JOB_LIBVIRT_MIGRATE_ACROSS_CLUSTER_ERROR": "Libvirt error when performing cross-cluster migration: {error_msg}.",
527
+ "REST_UNKNOWN_ERROR": "Unknown error: {error_msg}.",
528
+ "JOB_DISK_MOUNT_FAILED": "An error was reported when mounting a disk: {error_msg}.",
529
+ "JOB_DISK_UMOUNT_FAILED": "An error was reported when unmount the disk: {error_msg}.",
530
+ "MOUNT_CACHE_DISK_CAPACITY_OVERFLOW": "The maximum cache disk capacity supported by the host is exceeded.",
531
+ "MOUNT_CACHE_MEMORY_OVERFLOW": "The available memory of the host is insufficient to expand the system memory.",
532
+ "VM_DUPLICATED_NAME": "A virtual machine with the same name already exists.",
533
+ "PRECHECK_VMS_STATE_UNMATCH": "It's not allowed to perform this operation when the VM is in current state.",
534
+ "NODE_OUT_OF_MEMORY": "The target host has no enough memory to allocate to this VM.",
535
+ "JOB_SET_SRIOV_NUMVFS_FAILED": "Failed to edit the number of the SR-IOV pass-through NICs.",
536
+ "SRIOV_ASSIGN_VFS_FAILED": "An error occurred during the allocation of the SR-IOV pass-through NICs.",
537
+ "SRIOV_VF_NOT_ENOUGH": "The number of the SR-IOV pass-through NICs available for the network port is insufficient.",
538
+ "SRIOV_RELEASE_VFS_FAILED": "An error occurred during the release of the SR-IOV pass-through NICs.",
539
+ "CONTENT_LIBRARY_IMAGE_NOT_FOUND": "Failed to query content image.",
540
+ "DELETE_CONTENT_LIBRARY_IMAGE_FAILED": "Failed to delete content library image.",
541
+ "UPDATE_CONTENT_LIBRARY_IMAGE_FAILED": "Failed to update content library image.",
542
+ "UPLOAD_CONTENT_LIBRARY_IMAGE_FAILED": "Failed to upload content library image.",
543
+ "DISTRIBUTE_CONTENT_LIBRARY_IMAGE_FAILED": "Failed to distribute content library image.",
544
+ "SOME_DISTRIBUTE_CONTENT_LIBRARY_IMAGE_FAILED": "Failed to distribute some content library image.",
545
+ "EC_ENoSpace": "The number has reached the upper limit supported by the system.",
546
+ "EC_ELicenseNotPermitted": "Exceed the capacity limit of cluster license.",
547
+ "EC_UAllocFail": "Insufficient allocable space of cluster storage.",
548
+ "EC_E_ISO_NOT_EXIST ISO": "The ISO file does not exist",
549
+ "EC_E_METADATA_NOT_EXIST": "The metadata file does not exist",
550
+ "EC_E_TASK_FAILED": "The initialization of the tool upgrade task failed",
551
+ "EC_E_TOOLS_UPDATE_ERROR": "The version of the currently running upgrade tool does not match the version of the upgrade tool RPM.",
552
+ "EC_E_OTHER_UPGRADE_TOOL_PROCESS_EXIST": "There is another tool upgrade process",
553
+ "EC_E_OTHER_UPGRADE_PROCESS_EXIST": "Currently there is a running cluster upgrade process.",
554
+ "EC_E_TOOL_RUNNING_VERSION_NOT_EQUAL_RPM_VERSION": "The version of the currently running upgrade tool does not match the version of the target upgrade tool RPM.",
555
+ "EC_E_TOOL_RPM_VERSION_LARGER_THAN_TARGET_VERSION": "The version of the currently running upgrade tool is greater than the version of the target upgrade tool, therefore the tool cannot be upgraded (downgraded)",
556
+ "EC_E_INDEX_ERROR": "Error of obtaining response to the tool upgrade progress",
557
+ "EC_E_NOT_FOUND": "The interface is not responding",
558
+ "EC_E_TOOL_NOT_READY": "The version of the currently running upgrade tool does not match the version of the target upgrade tool used for ISO image.",
559
+ "CONTENT_LIBRARY_VM_TEMPLATE_NOT_FOUND": "No virtual machine template found.",
560
+ "VM_TEMPLATE_ID_NOT_PROVIDED": "No virtual machine template information provided.",
561
+ "VM_TEMPLATE_NOT_VALID": "Invalid virtual machine template parameter.",
562
+ "DELETE_CONTENT_LIBRARY_VM_TEMPLATE_FAILED": "Failed to delete the virtual machine template.",
563
+ "UPDATE_CONTENT_LIBRARY_VM_TEMPLATE_FAILED": "Failed to edit the virtual machine template.",
564
+ "EC_UVolumeResizeError": "Capacity expansion failure.",
565
+ "DISTRIBUTE_CONTENT_LIBRARY_IMAGE_IN_UPDATE_VM": "Failed to distribute iso image.",
566
+ "CLUSTER_ENVIRONMENT_EXCEPTION": "Cluster Environment Exception.",
567
+ "EC_JOB_FORCE_SHUTDOWN_FAILED": "The forced shutdown of the virtual machine failed. This may be because its resources cannot be released. Please try again later.",
568
+ "EC_JOB_CHOOSE_USB_BUS_FAILED": "Cannot allocate a valid USB controller.",
569
+ "EC_VDS_DUPLICATE_NAME": "Duplicate name of virtual distributed switch.",
570
+ "EC_VM_MIGRATE_NETWORK_PROBE_FAILED": "Failed to detect virtual machine migration network.",
571
+ "EC_IMAGE_IN_USE": "The ISO image file is being used.",
572
+ "EC_PRECHECK_VMS_VALID_VLAN": "Failed to check the validity of virtual machine network.",
573
+ "EC_VM_MEMORY_EXCEEDS_LIMIT": "The virtual machine memory exceeds the limit.",
574
+ "EC_VM_NVRAM_NOT_FOUND": "The UEFI NVRAM file of the virtual machine is not found.",
575
+ "EC_SRIOV_VF_INVALID": "The SR-IOV pass-through NIC is invalid.",
576
+ "DISTRIBUTE_VM_TEMPLATE_SRC_CLUSTER_DISCONNECTED": "The connection to the source cluster is abnormal",
577
+ "DISTRIBUTE_VM_TEMPLATE_DEST_CLUSTER_DISCONNECTED": "The connection to the target cluster is abnormal",
578
+ "DISTRIBUTE_VM_TEMPLATE_SRC_LICENSE_EXPIRED": "The software license of the source cluster has expired",
579
+ "DISTRIBUTE_VM_TEMPLATE_DEST_LICENSE_EXPIRED": "The software license of the target cluster has expired",
580
+ "DISTRIBUTE_VM_TEMPLATE_CONFIG_SRC_VLAN_FAILED": "The default virtual machine network of the source cluster is abnormal",
581
+ "DISTRIBUTE_VM_TEMPLATE_CONFIG_DEST_VLAN_FAILED": "The default virtual machine network of the target cluster is abnormal",
582
+ "DISTRIBUTE_VM_TEMPLATE_GET_CONFIG_FAILED": "The default virtual machine network of the target cluster is abnormal",
583
+ "DISTRIBUTE_VM_TEMPLATE_ABORT_MANUALLY": "The distribution is stopped by the user",
584
+ "DISTRIBUTE_VM_TEMPLATE_CREATE_VM_TEMPLATE_FAILED": "Failed to create a virtual machine template in the target cluster",
585
+ "DISTRIBUTE_VM_TEMPLATE_GET_VM_TEMPLATE_FAILED": "Failed to synchronize the virtual machine template in the target cluster",
586
+ "DISTRIBUTE_VM_TEMPLATE_ORM_GET_VM_TEMPLATE_FAILED": "Failed to synchronize the virtual machine template in the target cluster",
587
+ "DISTRIBUTE_MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_CLUSTER_VERSION": "The distribution of virtual machine templates is not supported in the target cluster",
588
+ "DISTRIBUTE_MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_CLUSTER_DISCONNECTED": "The target cluster is in a disconnected state",
589
+ "DISTRIBUTE_MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_STRETCH_CLUSTER_STORAGE_POLICY": "The target cluster is a MetroX cluster, but the number of replicas in the current storage policy is smaller than 3",
590
+ "DISTRIBUTE_MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_CLUSTER_LACK_DATA_SPACE": "The target cluster has insufficient space",
591
+ "DISTRIBUTE_TRANSMIT_DATA_ERROR": "Failed to transmit data",
592
+ "DISTRIBUTE_IMAGE_ABORT_MANUALLY": "The distribution is stopped by the user",
593
+ "ALL_DISTRIBUTE_CONTENT_LIBRARY_VM_TEMPLATE_FAILED": "Failed to distribute all virtual machine templates",
594
+ "SOME_DISTRIBUTE_CONTENT_LIBRARY_VM_TEMPLATE_FAILED": "Failed to distribute some virtual machine templates",
595
+ "DELETE_IN_CONTENT_LIBRARY_VM_TEMPLATE_CLUSTER_FAILED": "Failed to remove the storage cluster",
596
+ "DISTRIBUTE_IMAGE_IN_CREATE_VM_FAILED": "Failed to distribute the ISO image",
597
+ "DISTRIBUTE_VM_TEMPLATE_IN_CREATE_VM_FAILED": "Failed to distribute the virtual machine template",
598
+ "DELETE_IN_CONTENT_LIBRARY_IMAGE_CLUSTER_FAILED": "Failed to remove the storage cluster",
599
+ "STORAGE_POLICY_NOT_MATCH": "This operation is not supported by a single-replica volume.",
600
+ "EC_LICENSE_BAD_FORMAT": "The license format is not correct.",
601
+ "CANNOT_USE_ESSENTIAL_LICENSE_FOR_VMWARE": "The license for Basic Edition cannot be updated to a cluster with VMware hypervisor.",
602
+ "CANNOT_USE_ESSENTIAL_LICENSE_FOR_ALL_FLASH": "The cluster is a all-flash cluster, and the new license cannot be Basic Edition.",
603
+ "PERMISSION_DENY": "The current role does not have permissions for this operation",
604
+ "EC_ERR": "Unknown error.",
605
+ "EC_REST_OPERATION_NOT_SUPPORT": "The operation is not supported",
606
+ "EC_REST_API_CONNECTION_ERROR": "The API request had a connection error.",
607
+ "EC_REST_API_TIMEOUT": "The API request timed out.",
608
+ "EC_REST_API_HTTP_ERROR": "The HTTP request failed.",
609
+ "EC_REST_API_BAD_STATUS_CODE": "HTTP request returned a non-200 error.",
610
+ "EC_REST_API_JSON_DECODE_ERROR": "JSON Decode failed.",
611
+ "EC_REST_FORM_ERROR": "Invalid request parameter.",
612
+ "EC_REST_DUPLICATE_ACCOUNT": "The specified account already exists.",
613
+ "EC_REST_ACCOUNT_DOES_NOT_EXIST": "The specified account was not found.",
614
+ "EC_REST_VMWARE_BASE_ERROR": "The call to VMWare API was abnormal",
615
+ "EC_REST_VMWARE_CONNECTION_TIMEOUT": "The connection to VMWare timed out.",
616
+ "EC_REST_VMWARE_ACCOUNT_NOT_FOUND": "The VMWare (vCenter) account was not configured.",
617
+ "EC_VLAN_NOTFOUND": "The specified virtual machine network was not found.",
618
+ "EC_VM_SNAPSHOT_NOT_FOUND": "The specified virtual machine snapshot was not found.",
619
+ "EC_VM_WRONG_VOLUME_CONFIG": "The virtual disk configured for the virtual machine lacks necessary parameters.",
620
+ "EC_VM_TEMPLATE_NOT_FOUND": "The specified virtual machine template was not found.",
621
+ "EC_VM_REPEATED_PATH_IN_DISKS": "It is not allowed to specify the same path for multiple virtual disks.",
622
+ "EC_VOLUME_NOT_FOUND": "The specified virtual volume was not found.",
623
+ "EC_VOLUME_SNAPSHOT_NOT_FOUND": "The specified virtual volume snapshot was not found.",
624
+ "EC_VOLUME_TEMPLATE_NOT_FOUND": "The specified virtual volume template was not found.",
625
+ "EC_SHARING_VOLUME_MOUNT_IN_RUNNING_VMS": "The target shared volume to be rolled back is being used by other running virtual machines.",
626
+ "EC_IMAGE_MISSING_ARGUMENTS": "The parameters are missing. Please fill in the parameters as required.",
627
+ "EC_REST_VOL_ID_NOT_FOUND": "The Volume UUID was not found. The corresponding Volume UUID cannot be found in the system, please double check.",
628
+ "EC_REST_TYPE_NOT_MATCH": "The request type does not match.",
629
+ "EC_REST_DEVICE_NOT_SUPPORT": "The device is not supported.",
630
+ "EC_REST_CHUNK_UPLOAD_FAILED": "The data block upload is abnormal.",
631
+ "EC_REST_ZBS_RAISED_ERROR": "The ZBS storage is abnormal.",
632
+ "EC_REST_NOT_IMPLEMENTED": "The interface is not implemented.",
633
+ "EC_REST_INVALID_REPLICA_NUM": "Invalid number of replicas.",
634
+ "EC_REST_INVALID_PARAMETERS": "Invalid parameters.",
635
+ "EC_REST_ELF_STORAGE_OPERATION_FORBIDDEN": "It is not allowed to operate the protected storage objects.",
636
+ "EC_JOB_NO_ID": "No task ID.",
637
+ "EC_JOB_CYCLE_DETECTED": "A task cycle exists.",
638
+ "EC_JOB_LEADER_SPLIT_VOLUME_ERROR": "The task of splitting the volume failed.",
639
+ "EC_JOB_WORKER_TASK_NOT_FOUND": "Undefined Task found.",
640
+ "EC_JOB_WORKER_NOT_RUNNING": "The Job Center Worker of the corresponding node is not running.",
641
+ "EC_JOB_FOLLOWER_TIMEOUT": "The task timed out.",
642
+ "EC_JOB_RESOURCE_COLLECTION_NOT_FOUND": "The specified collection was not found.",
643
+ "EC_JOB_FOLLOWER_FAILED_DUE_TO_DEPENDENCY": "The previous dependent task failed.",
644
+ "EC_JOB_TASK_RESOURCE_NOT_FOUND": "The resource associated with the task was not found.",
645
+ "EC_JOB_LIBVIRT_ERROR": "Unknown libvirt error.",
646
+ "EC_JOB_TOO_MANY_IDE_DEVICES": "The IDE bus devices mounted on the virtual machine exceed the upper limit supported by the system.",
647
+ "EC_JOB_TOO_MANY_DEVICES": "The disks mounted on the virtual machine exceed the upper limit supported by the system.",
648
+ "EC_JOB_CANNOT_DETACH_ALL_DISKS": "Unmounting all disks of the virtual machine is not allowed.",
649
+ "EC_JOB_WORKER_STATUS_ERROR": "The Job Center Worker status of the corresponding node is abnormal.",
650
+ "EC_JOB_CANNOT_ATTACH_DETACH_RUNNING_CDROM": "Mounting or unmounting CDROM for the booting virtual machine is not allowed.",
651
+ "EC_JOB_EXPORT_NOT_FOUND": "The specified export was not found.",
652
+ "EC_JOB_VOLUME_NOT_FOUND": "The specified Volume was not found.",
653
+ "EC_JOB_VM_STATE_MACHINE_ERROR": "Cannot convert between the current and the target states of the virtual machine.",
654
+ "EC_JOB_NODE_OUT_OF_MEMORY": "Insufficient node memory.",
655
+ "EC_JOB_MODIFY_MANAGEMENT_IP_ERROR": "Failed to modify the management IP address.",
656
+ "EC_JOB_OPERATE_OVS_BRIDGE_ERROR": "An unhandled error occurred while operating the OVS bridge.",
657
+ "EC_JOB_NIC_UNAVAILABLE_ERROR": "The NIC is unavailable.",
658
+ "EC_JOB_INVALID_CHUNK_STATE": "Chunk state error.",
659
+ "EC_JOB_TARGET_NOT_FOUND": "The specified Target was not found.",
660
+ "EC_JOB_VM_HOST_IP_NOT_FOUND": "The target node specified for the virtual machine was not found.",
661
+ "EC_JOB_DETACH_DEVICE_TIMEOUT": "The removal of the virtual machine device timed out.",
662
+ "EC_JOB_MASTER_NODE_NOT_FOUND": "Unable to find the node which performs the task.",
663
+ "EC_JOB_PARTITION_MOUNT_FAILED": "Failed to mount data disk.",
664
+ "EC_JOB_PARTITION_UMOUNT_FAILED": "Failed to unmount the data disk.",
665
+ "EC_JOB_VM_SHUTDOWN_TIMEOUT": "The power-off of the virtual machine timed out.",
666
+ "EC_JOB_AUTO_SCHEDULE_FAILED": "The automatic scheduling failed.",
667
+ "EC_JOB_PORT_TAG_SET_FAILED": "Failed to modify the VLAN ID of the NIC.",
668
+ "EC_JOB_REJECT_DELETE_SHARING_VOLUME": "Deleting the mounted shared volume is not allowed.",
669
+ "EC_JOB_VM_NEW_DISK_NOT_APPEND_TO_END": "The order of disk hot add does not meet the requirements",
670
+ "EC_JOB_VOLUME_BLOCK_RESIZE_FAILED": "Notify the virtual machine that adjusting disk size failed.",
671
+ "EC_JOB_ZK_CONNECTION_TIMEOUT": "The ZooKeeper connection timed out",
672
+ "EC_JOB_VM_CONFIG_MEMORY_HOTADD_REBOOT": "Need to shut down and reboot the virtual machine in order to support memory hot add",
673
+ "EC_JOB_VM_CONFIG_MEMORY_NO_HOT_REMOVE": "The virtual machine does not support memory hot removal.",
674
+ "EC_JOB_VM_CONFIG_MEMORY_HOTADD_GRANULARITY": "Invalid memory size.",
675
+ "EC_JOB_VM_CONFIG_CPU_HOTADD_REBOOT": "Need to shut down and reboot the virtual machine in order to support CPU hot add.",
676
+ "EC_JOB_VM_CONFIG_CPU_NO_HOT_REMOVE": "The virtual machine does not support CPU hot removal.",
677
+ "EC_JOB_MODIFY_CLOCK_NOT_SUPPORT": "Modifying the clock of a running virtual machine is not allowed.",
678
+ "EC_JOB_VM_CONFIG_CPU_VCPU_MAX_REACHED": "The number of vCPUs has reached the upper limit supported by the system.",
679
+ "EC_JOB_VM_CONFIG_CPU_NO_HOT_CHANGE_TOPO": "Modifying the number of CPU cores of a running virtual machine is not allowed.",
680
+ "EC_JOB_VM_CONFIG_CPU_VCPU_GRANULARITY": "Invalid number of vCPUs.",
681
+ "EC_JOB_VM_CONGIG_CPU_VCPU_TOPO_MISMATCH": "The number of vCPUs does not match the topology.",
682
+ "EC_JOB_HOT_MIGRATE_NESTED_VIRTUALIZATION": "The hot migration of virtual machines with nested virtualization enabled is not allowed.",
683
+ "EC_JOB_VM_CONFIG_NIC_TIMEOUT": "Failed to configure the NIC of the virtual machine.",
684
+ "EC_JOB_HOST_CAPABILITIES_MISSING": "Failed to find the node CPU compatibility information.",
685
+ "EC_JOB_GUEST_VM_CPU_INCOMPATIBLE": "The CPU Model of the virtual machine is not compatible with the node.",
686
+ "EC_JOB_RESOURCES_EXCESS": "The resources which can be operated by a single Job exceed the upper limit supported by the system.",
687
+ "EC_JOB_SUB_TASKS_EXCESS": "The number of the SubTask of the Job exceeds the limit supported by the system.",
688
+ "EC_JOB_RESOURCES_NOT_ALL_LOCKED": "Failed to attempt to lock the resources associated with the Job.",
689
+ "EC_JOB_VM_TIME_STATE_NOT_MATCH": "The virtual machine data have been changed and the task cannot be generated.",
690
+ "EC_JOB_UNKNOWN_ERROR": "Unknown error.",
691
+ "EC_DEPLOY_PARAMS_ERROR": "Error of parameters specified by deployment.",
692
+ "EC_DEPLOY_CONFLICT_ERROR": "The configuration file or node status conflicts and cannot be deployed.",
693
+ "EC_DEPLOY_BAD_IP_OR_MAC_ADDRESS": "Invalid IP or MAC address.",
694
+ "EC_REST_MGT_IP_NOT_FOUND": "Failed to find the management network IP address of the corresponding node.",
695
+ "EC_REST_MGT_IP_IN_USED": "The specified management network IP address has been used by other nodes.",
696
+ "EC_REST_XEN_API_ERROR": "An error occurred when calling the Xen API.",
697
+ "EC_STORAGE_POLICY_NOT_FOUND": "Cannot find the specified storage policy.",
698
+ "EC_STORAGE_POLICY_NOT_EMPTY": "There are resources already associated with the storage policy.",
699
+ "EC_STORAGE_POLICY_DUPLICATE_NAME": "A storage policy with the specified name already exists.",
700
+ "EC_STORAGE_POLICY_HAS_BEEN_MODIFIED": "Failed to update the storage policy.",
701
+ "EC_STORAGE_POLICY_UNAVAILABLE_TARGET": "No available Target was found under the storage policy.",
702
+ "EC_STORAGE_POLICY_LUN_RECORD_FREEZE_FAILURE": "Failed to assign a LUN ID to the virtual volume.",
703
+ "EC_STORAGE_POLICY_LUN_RECORD_NOT_FOUND": "Failed to find the LUN record corresponding to the virtual volume.",
704
+ "EC_STORAGE_POLICY_INVALID_LUN_SIZE": "The storage policy does not support creating a LUN with the specified size.",
705
+ "EC_STORAGE_POLICY_INVALID_VALUES": "Invalid parameters do not satisfy the storage policy.",
706
+ "EC_NODE_NOT_FOUND": "Failed to find the specified node.",
707
+ "EC_RESOURCE_PAGING_QUERY_ERROR": "An error occurred while paging query resources.",
708
+ "EC_RESOURCE_QUERY_ERROR": "An error occurred while querying resources.",
709
+ "EC_RESOURCE_SEARCH_ERROR": "An error occurred while searching for resources.",
710
+ "EC_RESOURCE_SEARCH_NOT_SUPPORT": "Searching for the resource type or field is not supported.",
711
+ "EC_PLACEMENT_GROUP_COUNT_OUT_OF_RANGE": "The number of rules of the specified types in the placement group exceeds the system limit.",
712
+ "EC_PLACEMENT_GROUP_DUPLICATE_RULE": "Duplicate placement group rule.",
713
+ "EC_PLACEMENT_GROUP_RULE_INVALID_FLAG": "Invalid placement group rule.",
714
+ "EC_PLACEMENT_GROUP_RULE_EMPTY_HOSTS": "The placement group does not specify an associated host for the virtual machine.",
715
+ "EC_PLACEMENT_GROUP_NOT_FOUND": "The specified placement group was not found.",
716
+ "EC_PLACEMENT_GROUP_MAXIMUM_REACHED": "The number of placement groups has reached the maximum number supported by the system.",
717
+ "EC_VM_SCHEDULE_FAILED": "The virtual machine scheduling failed",
718
+ "EC_PRECHECK_RESOURCES_EXCESS": "The number of resources exceeds the maximum limit supported by the operation.",
719
+ "EC_PRECHECK_VMS_IP_UNAVAILABLE": "The IP address specified for the virtual machine is unavailable.",
720
+ "EC_GRPC_SERVER_ERROR": "The GRPC service returned an error.",
721
+ "EC_DHCP_SERVER_ERROR": "The DHCP service of the virtual machine network returned an error.",
722
+ "EC_SSL_CERTIFICATE_NOT_FOUND": "Unable to find the SSL certificate file.",
723
+ "EC_REST_NETWORK_DISABLE_DHCP": "DHCP is not enabled in the virtual machine network.",
724
+ "EC_ENotFound": "The requested resource was not found.",
725
+ "EC_UNameTooLong": "The name is too long. The length of a name cannot exceed 255.",
726
+ "EC_UNameEmpty": "The name cannot be empty.",
727
+ "EC_UOnlyOneChunkRemoving": "The storage pool has chunks that are being removed, therefore the removal operation cannot be performed at this time.",
728
+ "EC_EChunksLessThanReplicas": "The chunk is less than the number of replicas.",
729
+ "EC_EHasStoragePool": "The chunk is already occupied by other storage pools.",
730
+ "EC_UPoolNotFound": "Pool not found.",
731
+ "EC_UDescriptionTooLong": "The remark is too long. The length of a remark cannot exceed 256.",
732
+ "EC_UBadReplicaNum": "Error of number of replicas. The supported number of replicas is 2 and 3.",
733
+ "EC_UPoolDuplicate": "Duplicate pool name. Please check if the name is duplicated.",
734
+ "EC_UPoolNotEmpty": "Non-empty pool. Please check if the pool is empty.",
735
+ "EC_UVolumeNotFound": "Volume not found.",
736
+ "EC_UVolumeThinProvisionChangeNotAllowed": "Changing the provision settings of a volume is not allowed.",
737
+ "EC_UVolumeDuplicate": "Duplicate volume. Please check if the name already exists.",
738
+ "EC_UVolumeBadSize": "The Size information does not meet the requirements.",
739
+ "EC_UVolumeStripeNumTooBig": "The number of stripes is too large. The range of the number of strips.",
740
+ "EC_UVolumeStripeSizeTooSmall": "The stripe size is too small. It cannot be smaller than 4 KB.",
741
+ "EC_UVolumeStripeSizeNotPowerOfTwo": "The stripe size must be a power of 2.",
742
+ "EC_USnapshotDuplicate": "Duplicate snapshot name.",
743
+ "EC_EServiceUnavailable": "The service is unavailable.",
744
+ "EC_UISCSIInvalidIQNDate": "Invalid iqn date. The format is yyyy-mm.",
745
+ "EC_UISCSIInvalidIQNNamingAuth": "Invalid iqn_naming_auth. It can only contain letters, numbers, and periods (.).",
746
+ "EC_UISCSIInvalidStorageName": "Invalid storage name. It can only contain letters, numbers, periods (.), and hyphens (-).",
747
+ "EC_UISCSIInvalidName": "Invalid name. It can only contain letters, numbers, periods (.), and hyphens (-).",
748
+ "EC_UIQNNameTooLong": "The iqn name is too long. The length of an iqn name cannot exceed 223.",
749
+ "EC_UISCSIInvalidInitiatorChapNameLen": "The length of the chap name does not meet the requirements. 1 < chap name < 512.",
750
+ "EC_UISCSIInvalidInitiatorChapName": "The chap name does not meet the requirements. The name cannot contain characters other than periods (.), hyphens (-), colons (:), numbers and letters.",
751
+ "EC_UISCSIInvalidInitiatorChapSecLen": "The length of the chap secret does not meet the requirements. 1 < chap sec < 512.",
752
+ "EC_UISCSIInvalidInitiatorChapSec": "The chap secret does not meet the requirements. The string cannot contain characters other than numbers and letters.",
753
+ "EC_UDirNotEmpty": "The resource contains sub-resources, it cannot be deleted.",
754
+ "EC_UISCSIInvalidIQNRegExpr": "The regular expression of an iSCSI whitelist is invalid. The characters after the prefix of 'reg.' cannot be empty.",
755
+ "EC_UISCSIInvalidIQNPrefix": "The iqn expression of an iSCSI whitelist is invalid. The prefix of a single entry in the whitelist must start with the four characters of 'iqn.', and if the prefix is a regular expression, it must start with the four characters of 'reg.'.",
756
+ "EC_UEmptyLunPath": "The LUN parameter is empty.",
757
+ "EC_ULUNNotFound": "Cannot find the LUN.",
758
+ "EC_ULUNIDMissing": "The LUN ID cannot be 0.",
759
+ "EC_ULUNMaxLimit": "The LUN ID is too large and exceeds the maximum value of 255. The number of LUNs in a single Target cannot exceed 255.",
760
+ "EC_UMissingParameter": "Missing parameters. Please check whether the parameters meet the requirements.",
761
+ "EC_UISCSILUNSizeShrink": "The LUN size cannot be zero.",
762
+ "EC_UAlreadyExists": "Already exists.",
763
+ "EC_UISCSIWhitelistEntryTooShort": "The iSCSI whitelist expression is too short.",
764
+ "EC_ULUNIDDuplicate": "Duplicate LUN ID.",
765
+ "EC_EInvalidArgument": "Please check whether the target LUN and the Snapshot are in the same storage pool.",
766
+ "EC_UInodeNotFound": "The corresponding Inode was not found.",
767
+ "EC_UNotDir": "Not a directory. Please check if the parent_id provided is a directory.",
768
+ "EC_ESessionExpired": "Session expired.",
769
+ "EC_EDuplicate": "Duplicate resource.",
770
+ "EC_EMaxLimit": "Exceeds the Spec number limit, etc.",
771
+ "EC_EBadRequest": "Parameter error.",
772
+ "EC_JOB_REGION_MOUNT_FAILED": "Failed to mount the region.",
773
+ "EC_JOB_REGION_UMOUNT_FAILED": "Failed to unmount the region.",
774
+ "EC_UNVMFInvalidNQNDate": "An nqn date must follow the form of yyyy-mm.",
775
+ "EC_UNVMFInvalidNQNNamingAuth": "An nqn naming auth must only consist of numbers, letters and periods ('.').",
776
+ "EC_UNVMFInvalidStorageName": "A storage pool name must only consist of numbers, letters and periods ('.').",
777
+ "EC_UNVMFInvalidName": "A Subsystem name must only consist of numbers, letters, hyphens ('-') and periods ('.').",
778
+ "EC_UNVMFDistSubsystemNotFound": "Subsystem not found.",
779
+ "EC_UNVMFDistNamespaceSizeShrink": "The Namespace size cannot be reduced.",
780
+ "EC_UNVMFDistNamespaceIDMissing": "The Namespace ID is not provided.",
781
+ "EC_UNVMFNamespaceMaxLimit": "The Namespace ID is too long and exceeds the upper limit of 255.",
782
+ "EC_ENotEmpty": "A Namespace or a Namespace Group exists in the Subsystem.",
783
+ "EC_UNVMFDistNamespacePathEmpty": "The Namespace ID and the Namespace name are not specified.",
784
+ "EC_UNVMFDistNamespaceNotFound": "The specified Namespace was not found.",
785
+ "EC_ENameTooLong": "The new name is too long.",
786
+ "EC_ENameEmpty": "The new name is an empty string.",
787
+ "EC_ATTRIBUTE_DUPLICATE": "Duplicate custom attribute.",
788
+ "EC_ATTRIBUTE_KEY_DUPLICATE_RESOURCE": "Duplicate resources under custom attribute keys.",
789
+ "EC_ATTRIBUTE_KEY_MAXIMUN": "The number of keys of the custom attributes reaches the upper limit supported by the system.",
790
+ "EC_ATTRIBUTE_KEY_NOT_FOUND": "The key of the custom attribute was not found.",
791
+ "EC_ATTRIBUTE_RESOURCE_EXCEED_MAXIMUN": "The keys of the custom attributes owned by the resources has reached the upper limit supported by the system.",
792
+ "EC_ATTRIBUTE_RESOURCE_NOT_FOUND": "The custom attribute was not found in the resource.",
793
+ "EC_ATTRIBUTE_VALUE_NOT_FOUND": "The value of the custom attribute value was not found in the resource.",
794
+ "EC_FOLDER_DUPLICATE_NAME": "Duplicate group name.",
795
+ "EC_FOLDER_MAXIMUN": "The number of groups has reached the upper limit supported by the system.",
796
+ "EC_FOLDER_NOT_FOUND": "The specified group was not found.",
797
+ "EC_JOB_LIBVIRT_ABORT_MIGRATE": "The migration task was terminated.",
798
+ "EC_JOB_LIBVIRT_MIGRATE_ACROSS_CLUSTER_ERROR": "Unknown error of cross-cluster hot migration.",
799
+ "EC_JOB_MODIFY_VMOTION_IP_ERROR": "Failed to modify the migration network IP address.",
800
+ "EC_JOB_NFS_FILE_NOT_FOUND": "The specified NFS file was not found.",
801
+ "EC_JOB_PRE_MIGRATE_ACROSS_CLUSTER_ERROR": "An exception occurred during preprocessing cross-cluster hot migration of virtual machines.",
802
+ "EC_JOB_REMOTE_API_FAILED": "An exception occurred when calling the remote site APIs.",
803
+ "EC_JOB_RSYNC_TASK_CANCELED": "The task of copying Volume was cancelled.",
804
+ "EC_JOB_RSYNC_TASK_FAILED": "The task of copying Volume failed",
805
+ "EC_JOB_SPECIFIED_NODE_SCHEDULE_FAILED": "Failed to attempt to schedule the virtual machine to the specified node.",
806
+ "EC_JOB_TOO_MANY_SCSI_DEVICES": "The SCSI-bus disk mounted on the virtual machine exceeds the upper limit supported by the system.",
807
+ "EC_JOB_TOO_MANY_VIRTIO_DEVICES": "The VIRTIO-bus disk mounted on the virtual machine exceeds the upper limit supported by the system.",
808
+ "EC_JOB_VM_CONFIG_DISK_QUOTA_FAILED": "Failed to configure the disk quota.",
809
+ "EC_JOB_VM_CONFIG_IP_FAILED": "Failed to configure IP address for the virtual machine.",
810
+ "EC_JOB_VM_PREPARE_CLOUD_INIT_FAILED": "Failed to prepare the cloud-init Config Drive ISO image.",
811
+ "EC_JOB_VM_RESERVE_IP_FAILED": "Failed to assign an IP address to the virtual machine through DHCP service.",
812
+ "EC_JOB_VOLUME_MOUNT_IN_OTHER_VMS": "The non-shared volumes cannot be mounted to multiple virtual machines at the same time.",
813
+ "EC_REST_GENERATE_SSH_KEY_ERROR": "Failed to generate an SSH Key.",
814
+ "EC_REST_IP_IN_USED": "The specified IP address is being used.",
815
+ "EC_REST_NETWORK_NOT_SUPPORT_CONFIG_DHCP": "Configuring DHCP for an unspecified virtual machine network is not supported.",
816
+ "EC_SHARING_VOLUME_NOT_ALLOW_CONVERTING": "Converting the shared volumes is not supported when converting a virtual machine to a virtual machine template.",
817
+ "EC_STORAGE_POLICY_DUPLICATE_UUID": "The specified storage policy UUID already exists.",
818
+ "EC_SVT_DISABLED": "No available VMTools ISO image was found.",
819
+ "EC_SVT_INVALID_IMAGE": "Invalid VMTools ISO image.",
820
+ "EC_VM_ABORT_MIGRATE_FAILED": "Failed to cancel the hot migration operation.",
821
+ "EC_VM_CDROM_MAXIMUN": "The number of CDROMs exceeds the maximum supported number.",
822
+ "EC_VM_CLOUD_INIT_CONFIG_ERROR": "Failed to initialize the cloud-init configurations.",
823
+ "EC_VM_FULL_COPY_WRONG_NODE_IP_CONFIG": "Needs to specify the target node for full clone",
824
+ "EC_VM_HYPERVISOR_CHECK_ERROR": "The cross-cluster hot migration to the specified target cluster is not supported, and the hypervisor of the target cluster is not supported.",
825
+ "EC_VM_NOT_SUPPORT_SHARE_VOLUME_MIGRATE": "The cross-cluster hot migration of the virtual machines mounted with shared volumes is not supported.",
826
+ "EC_VM_REMOTE_ACCOUNT_ERROR": "Invalid account of the specified remote site (target cluster).",
827
+ "EC_VM_REMOTE_API_ERROR": "Failed to call the remote site (target cluster) APIs.",
828
+ "EC_VM_VERSION_CHECK_ERROR": "Cross-cluster hot migration is not supported by the version of the target cluster.",
829
+ "EC_VM_VHOST_NOT_SUPPORT_MIGRATE_ACROSS": "Cross-cluster hot migration of the virtual machines under vHost mode is not supported.",
830
+ "EC_VOLUME_CONVERSIONS_AS_SOURCE_CREATION_MANY_TIMES": "Unable to convert a single storage object into multiple virtual volumes.",
831
+ "EC_VOLUME_MOUNT_IN_OTHER_VMS": "The virtual volume has been mounted for the virtual machine.",
832
+ "EC_DEPLOY_LICENSE_ALL_FLASH_CHECK": "The current license does not support deploying all-flash clusters.",
833
+ "EC_DEPLOY_LICENSE_CLUSTRER_MAX_CAP_CHECK": "Exceeds the maximum capacity allowed by the license and cannot be deployed.",
834
+ "EC_DEPLOY_LICENSE_MAX_NODE_NUM_CHECK": "Exceeds the maximum number of nodes allowed by the license and cannot be deployed.",
835
+ "EC_DEPLOY_LICENSE_NODE_MAX_CAP_CHECK": "Exceeds the maximum capacity of a single node allowed by the license and cannot be deployed.",
836
+ "EC_JOB_CACHE_MOUNT_FAILED": "Failed to mount cache disk.",
837
+ "EC_JOB_CACHE_SIZE_INVALID": "Unable to unmount the last cache disk.",
838
+ "EC_JOB_CACHE_UMOUNT_FAILED": "Failed to unmount cache disk.",
839
+ "EC_JOB_DATA_MOUNT_FAILED": "Failed to mount data disk.",
840
+ "EC_JOB_DATA_UMOUNT_FAILED": "Failed to unmount data disk.",
841
+ "EC_JOB_DISK_MOUNT_FAILED": "Failed to mount disk.",
842
+ "EC_JOB_DISK_UMOUNT_FAILED": "Failed to unmount disk.",
843
+ "EC_JOB_PARTITION_SIZE_INVALID": "Unable to unmount the last data disk.",
844
+ "EC_LICENSE_NOT_SUPPORT_ALL_FLASH": "The license does not support all-flash nodes.",
845
+ "EC_LICENSE_ONLY_SUPPORT_ELF": "The license supports supports the ELF platform only.",
846
+ "EC_MOUNT_CACHE_DISK_CAPACITY_OVERFLOW": "Exceeds the upper limit of the cache capacity of a single node and cannot be mounted.",
847
+ "EC_MOUNT_CACHE_MEMORY_OVERFLOW": "Exceeds the upper limit of the cache memory of a single node and cannot be mounted.",
848
+ "EC_MOUNT_EXTEND_CLUSTER_CAPACITY_LIMITED": "Exceeds the maximum capacity of a cluster allowed by the license and cannot be mounted.",
849
+ "EC_MOUNT_EXTEND_DISK_ERROR": "Failed to mount data disk.",
850
+ "EC_MOUNT_EXTEND_NODE_CAPACITY_LIMITED": "Exceeds the maximum capacity of a single node allowed by the license and cannot be mounted.",
851
+ "EC_PRECHECK_VMS_SRIOV_EXISTS": "The current virtual machine contains an SR-IOV pass-through NIC.",
852
+ "EC_PRECHECK_VMS_HA": "It is forbidden to add an SR-IOV pass-through NIC to the virtual machine with HA enabled.",
853
+ "ALL_DISTRIBUTE_CONTENT_LIBRARY_IMAGE_FAILED": "Failed to distribute all ISO images.",
854
+ "SRIOV_VF_INVALID": "Invalid SR-IOV pass-through NIC.",
855
+ "EVEROUTE_LICENSE_IS_INVALID": "Invalid Everoute software license.",
856
+ "EVEROUTE_LICENSE_SERIAL_ERROR": "Invalid license code.",
857
+ "EVEROUTE_LICENSE_NOT_FOUND": "No license information.",
858
+ "EVEROUTE_LICENSE_MAX_SOCKET_ERROR": "The total number of licenses in the license code must be greater than or equal to the total number of the current licenses.",
859
+ "EVEROUTE_LICENSE_EXPIRE_DATE_ERROR": "The new license has expired.",
860
+ "EVEROUTE_LICENSE_SUBSCRIPTION_ERROR": "A perpetual license cannot be converted to a subscription license.",
861
+ "EVEROUTE_LICENSE_PERPETUAL_ERROR": "A subscription license cannot be converted to a perpetual license.",
862
+ "EVEROUTE_LICENSE_USED_SOCKET_ERROR": "The total number of licenses in the license code must be greater than or equal to the total number of the used licenses.",
863
+ "EVEROUTE_PACKAGE_FORMAT_INVALID": "Error of Everoute installation package format.",
864
+ "EVEROUTE_PACKAGE_NOT_FOUND": "Cannot find the corresponding Everoute installation package.",
865
+ "EVEROUTE_PACKAGE_COPY_FAILED": "Failed to copy the Everoute installation package.",
866
+ "EVEROUTE_PACKAGE_INSTALL_FAILED": "Failed to install the Everoute installation package.",
867
+ "EVEROUTE_PACKAGE_DELETE_FAILED": "Failed to delete the Everoute installation package.",
868
+ "EVEROUTE_CLUSTER_FETCH_FAILED": "_Failed to get the Everoute service.",
869
+ "EVEROUTE_CLUSTER_NOT_FOUND": "Cannot find the corresponding Everoute service.",
870
+ "EVEROUTE_CLUSTER_CREATE_FAILED": "Failed to create an Everoute service.",
871
+ "EVEROUTE_CLUSTER_UPDATE_FAILED": "Failed to update the Everoute service.",
872
+ "EVEROUTE_CLUSTER_UPGRADE_FAILED": "Failed to upgrade the Everoute service.",
873
+ "EVEROUTE_CLUSTER_DELETE_FAILED": "Failed to delete the Everoute service.",
874
+ "EVEROUTE_VDS_DISCONNECT_FAILED": "Failed to dissociate the VDS from the Everoute service.",
875
+ "EVEROUTE_VDS_CONNECT_FAILED": "Failed to associate the VDS with the Everoute service.",
876
+ "JOB_MODIFY_VMOTION_IP_ERROR": "Failed to modify the migration network IP address.",
877
+ "EC_JOB_SET_SRIOV_NUMVFS_FAILED": "Failed to edit the number of SR-IOV pass-through NICs.",
878
+ "EC_SRIOV_ASSIGN_VFS_FAILED": "An error occurred during the assignment of the SR-IOV pass-through NIC.",
879
+ "EC_SRIOV_VF_NOT_ENOUGH": "The number of SR-IOV pass-through NICs available for the network port is insufficient.",
880
+ "EC_SRIOV_VF_IN_USE": "The SR-IOV pass-through NIC is being used.",
881
+ "EC_SRIOV_RELEASE_VFS_FAILED": "An error occurred during the release of the SR-IOV pass-through NIC.",
882
+ "UPGRADE_CLUSTER_PRECHECK_FAILED": "Failed in precheck of upgrading cluster.",
883
+ "JOB_CHOOSE_USB_BUS_FAILED": "Cannot allocate a valid USB controller.",
884
+ "E_ISO_NOT_EXIST ISO": "ISO does not exist.",
885
+ "E_ISO_NOT_EXIST": "ISO does not exist.",
886
+ "E_METADATA_NOT_EXIST": "This metadata does not exist.",
887
+ "E_OTHER_UPGRADE_TOOL_PROCESS_EXIST": "There is another tool upgrade process.",
888
+ "E_OTHER_UPGRADE_PROCESS_EXIST": "Currently there is a running cluster upgrade process.",
889
+ "E_TOOL_RUNNING_VERSION_NOT_EQUAL_RPM_VERSION": "The version of the currently running upgrade tool does not match the version of the installed upgrade tool rpm.",
890
+ "E_TOOL_RPM_VERSION_LARGER_THAN_TARGET_VERSION": "The version of the currently running upgrade tool is greater than the version of the target upgrade tool, therefore the tool cannot be upgraded.",
891
+ "E_DUPLICATE": "Redundant resources.",
892
+ "E_NOT_FOUND": "This resource does not exist.",
893
+ "E_PRE_CHECK_FAILED": "Pre-upgrade check failed.",
894
+ "E_UPGRADE_FAILED": "Upgrade failed.",
895
+ "E_CHECK_METADATA_FAILED": "Failed to pass metadata check.",
896
+ "E_METADATA_EXIST": "Metadata with the same name already exists in the system.",
897
+ "E_CHECK_ISO_FAILED": "Failed to pass ISO check.",
898
+ "E_UPLOAD_FAILED": "Upload failed.",
899
+ "E_TASK_FAILED": "Upgrade task failed.",
900
+ "E_INDEX_ERROR": "This resource is not found.",
901
+ "E_MONGO_STATUS_ERROR": "Abnormal database state.",
902
+ "E_NETWORK_ERROR": "Network error.",
903
+ "E_HYPER_ACCOUNT": "Hypervisor account association is invalid.",
904
+ "E_ZK_STATUS_ERROR": "Abnormal ZooKeeper state",
905
+ "E_ZBS_RECOVER_ERROR": "The cluster has recovering pextents and thus cannot be upgraded.",
906
+ "E_ZBS_DEAD_RECOVER_ERROR": "The cluster has recovering and dead pextents and thus cannot be upgraded.",
907
+ "E_ZBS_DEAD_ERROR": "The cluster has dead pextents and thus cannot be upgraded.",
908
+ "E_TOOLS_UPDATE_ERROR": "The version of the currently running upgrade tool does not match the version of the upgrade tool RPM.",
909
+ "E_TOOL_NOT_READY": "The version of the currently running upgrade tool does not match the version of the upgrade tool used by target upgrade ISO.",
910
+ "LOG_COLLECT_NOT_SUPPORT_RUN_PARALLEL": "The collection task is running and cannot be created again.",
911
+ "VM_REPEATED_PATH_IN_DISKS": "It is not allowed to specify the same path for multiple virtual disks.",
912
+ "E_PARAMETER_ERROR": "Parameter error.",
913
+ "GET_UPGRADE_CLUSTER_TOOL_UPDATE_PROGRESS_FAILED": "Failed to get the update progress of the cluster upgrade tool.",
914
+ "GET_UPGRADE_CLUSTER_TOOL_VERSION_FAILED": "Failed to get the version of the cluster upgrade tool.",
915
+ "UPDATE_UPGRADE_CLUSTER_TOOL_FAILED": "Failed to update the cluster upgrade tool.",
916
+ "LOAD_HOST_FAILED": "No single host matching the conditions could be found.",
917
+ "EC_GUEST_SET_USER_PASSWORD_FAILED": "Failed to reset the password, and the guest operating system displays: { info }",
918
+ "SVT_USER_NOT_FOUND": "The user was not found",
919
+ "SVT_UNKNOWN_PLATFORM": "This guest OS is not supported",
920
+ "SVT_SERVICE_NOT_CONNECTED": "SVT is down",
921
+ "SVT_SCRIPT_NOT_FOUND": "Unable to run the SVT command",
922
+ "SVT_SCRIPT_NOT_ALLOWED": "The guest OS does not permit SVT scripts to run",
923
+ "SVT_NTP_NOT_INSTALLED": "NTP client is not installed",
924
+ "SVT_IO_ERROR": "Unable to write SVT scripts to the guest OS",
925
+ "SVT_INVALID_COMMAND_RESULT": "The SVT command failed",
926
+ "SVT_FS_IS_FROZEN": "SVT has frozen the file system",
927
+ "SVT_FS_FREEZE_FAILED": "SVT failed to freeze the file system",
928
+ "SVT_COMMAND_TIMEOUT": "The SVT command timed out",
929
+ "SVT_COMMAND_NOT_FOUND": "The SVT command was not found",
930
+ "CREATE_INIT_INVOKER_FAILED": "Failed to initialize the task",
931
+ "USER_LOCKED": "Too many password errors, the account has been locked.",
932
+ "RECOVER_QA_NOT_MATCH": "Wrong answer.",
933
+ "E_HYPER_ACCOUNT_ERROR": "The association to the Hypervisor account is abnormal.",
934
+ "LOAD_LOG_CONFIG_FAILED": "Failed to load the log service data",
935
+ "OTHER_UPGRADING_CLUSTER_TASK_EXISTED": "There are other cluster upgrade processes in progress.",
936
+ "SVT_NTP_SERVER_IP_UNREACHABLE": "The NTP server network is unreachable",
937
+ "SVT_NTP_SERVER_SERVICE_UNAVAILABLE": "The NTP server is unavailable",
938
+ "EC_UIPPatternInvalid": "The IP address is invalid.",
939
+ "VM_TEMPLATE_DUPLICATED_NAME": "A VM template with the same name already exists",
940
+ "DATA_CHANNEL_FAILED_TO_WRITE": "Failed to write storage",
941
+ "DATA_CHANNEL_CONNECT_ECONNREFUSED": "Abnormal transmission connection",
942
+ "DATA_CHANNEL_READ_BODY_ERROR": "Failed to read data",
943
+ "DISTRIBUTE_VM_TEMPLATE_ABORT_FAILED": "Failed to stop distributing the virtual machine template",
944
+ "DISTRIBUTE_VM_TEMPLATE_HAS_ABORT_FAILED": "The operation of stopping the distribution has been performed, please wait for a while",
945
+ "DISTRIBUTE_IMAGE_ABORT_FAILED": "Failed to stop distributing the ISO image",
946
+ "DISTRIBUTE_IMAGE_ABORT_HAS_FAILED": "The operation of stopping the distribution has been performed, please wait for a while",
947
+ "IMAGE_ID_NOT_PROVIDED": "No image information is provided.",
948
+ "IMAGE_NOT_VALID": "Invalid image parameter",
949
+ "MIGRATE_ACROSS_CLUSTER_CREATE_VM_FAILED": "Failed to create a target virtual machine.",
950
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_ALL_HOST_LACK_MEMORY": "No hosts in the target cluster { dest_cluster_name } have enough memory allocable for the virtual machine { vm_name }, therefore the automatic scheduling cannot be performed.",
951
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_ALL_HOST_NOT_HEALTHY": "No available hosts in the target cluster { dest_cluster_name }.",
952
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_CLUSTER_ARCHITECTURE_UNMATCHED": "The target cluster has a different CPU architecture from the source cluster.",
953
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_CLUSTER_LACK_DATA_SPACE": "The target cluster has insufficient available space.",
954
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_CLUSTER_VERSION_SRC_V5_TO_DEST_V4": "The version of the source cluster does not support migration to the version of the target cluster.",
955
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_CONNECTION_ERROR": "Failed to pass the network connectivity check for cross-cluster hot migration.",
956
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_CLUSTER_DISCONNECTED": "The target cluster is in disconnected status.",
957
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_CLUSTER_LICENSE_EXPIRED": "The software license for the target cluster { dest_cluster_name } has expired.",
958
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_CLUSTER_VERSION": "The target cluster does not support this migration method.",
959
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_HOST_LACK_MEMORY": "The target host has insufficient allocable memory.",
960
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_HOST_NOT_HEALTHY": "The target host is in unhealthy status.",
961
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_SRC_CLUSTER_ARCHITECTURE_ARM_HOT_MIGRATION": "The CPU architecture of the source cluster { src_cluster_name } is AArch64 and does not support hot migration.",
962
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_SRC_CLUSTER_DISCONNECTED": "The source cluster is in disconnected status.",
963
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_SRC_CLUSTER_VERSION": "The source cluster does not support this migration method.",
964
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_SRC_VLAN_MAPPING_NOT_FOUND": "The mapped vlan of the source cluster vlan { src_vlan_name } in the target cluster is not set.",
965
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_STORAGE_POLICY_NOT_FOUND": "No storage policy has been allocated for the virtual volume.",
966
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_STRETCH_CLUSTER_STORAGE_POLICY": "The target cluster is a MetroX cluster, but the current virtual machine has been mounted with a disk which has less than 3 replicas.",
967
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VHOST_CLUSTER": "The source cluster or the target cluster has Boost mode enabled, and does not support cross-cluster hot migration of virtual machines.",
968
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_DISK_NUMBER_EXCEEDED": "The number of virtual disks mounted on the virtual machine exceeds the upper limit (16) of virtual disks supported by the target cluster.",
969
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_LACK_NORMAL_NIC": "The virtual machine has no virtual NIC, or the only virtual NIC contained is an SR-IOV pass-through NIC, therefore it only supports migration to the clusters of version 5.0.1 and above.",
970
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_LACK_NORMAL_VOLUME": "No normal volume and does not support migration.",
971
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_NAME_CONTAINS_INVALID_CHARACTERS": "The name of the virtual machine { vm_name } contains characters which are not supported in the target cluster { dest_cluster_name }.",
972
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_NAME_DUPLICATED": "The name of the virtual machine { vm_name } already exists in the target cluster { dest_cluster_name }.",
973
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_PROTECTED": "The virtual machine belongs to the snapshot plan and does not support cross-cluster migration..",
974
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_STATUS_NESTED_VIRTUALIZATION": "The nested virtualization has been enabled, and the boot-state migration is not supported.",
975
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_STATUS_UNMATCHED": "The current status of the virtual machine does not support cross-cluster migration.",
976
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_SUSPENDED": "The current status is 'suspended' and does not support migration.",
977
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_UNKNOWN": "The current status is \"unknown\" and does not support cross-cluster migration.",
978
+ "MIGRATE_ACROSS_CLUSTER_TRANSMIT_INCREMENT_DATA_FAILED": "Incremental data transmission failed.",
979
+ "MIGRATE_ACROSS_CLUSTER_TRANSMIT_DATA_FAILED": "Data transmission failed.",
980
+ "MIGRATE_IN_CLUSTER_PRECHECK_FAILED_RUNNING_VM_WITH_NESTED_VIRTUALIZATION": "The nested virtualization has been enabled, and the boot-state migration is not supported.",
981
+ "MIGRATE_IN_CLUSTER_PRECHECK_FAILED_VM_SUSPENDED": "The current status is 'suspended' and does not support migration.",
982
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_HOST_CPU_MODEL_INCOMPATIBLE": "The target host does not support the CPU compatibility for the virtual machine.",
983
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_DEST_VLAN_NOT_FOUND": "The mapped vlan was not found in the target cluster { dest_cluster_name }.",
984
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_INTERNAL": "This is a system service virtual machine, and is not allowed to migrate across clusters.",
985
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_VM_EVEROUTE_CONTROLLER": "This is a system service virtual machine, and is not allowed to migrate across clusters.",
986
+ "EC_UNVMFNamespaceIDDuplicate": "Namespace ID has been used",
987
+ "EC_UIOThrottleLimitConflict": "Cannot set the max total values and the read/write values simultaneously",
988
+ "EC_UIOThrottleInvalidRateLimit": "I/O values should be within the recommended range",
989
+ "EC_UIOThrottleBurstRateNotSpecified": "Burst rate cannot be empty when I/O burst is enabled",
990
+ "EC_UIOThrottleAverageNotSpecified": "I/O values cannot be empty when I/O burst is enabled",
991
+ "EC_UIOThrottleInvalidBurstLength": "Invalid I/O brust settings",
992
+ "MIGRATE_ACROSS_CLUSTER_STOP_SOURCE_VM_FAILED": "Unable to shut down the source virtual machine { vm_name }",
993
+ "MIGRATE_ACROSS_CLUSTER_PRECHECK_FAILED_SRC_CLUSTER_TRIAL_LICENSE_EXPIRED": "The trial license of the source cluster { src_cluster_name } has expired.",
994
+ "MIGRATE_ACROSS_CLUSTER_ABORT_FAILED": "Failed to abort migrate virtual machine",
995
+ "RESET_TASK_FAILED_WHEN_SERVER_STARTED": "Mission abnormal termination.",
996
+ "GET_ZBS_SERVICE_FAILED": "Unable to obtain information about the cluster transmission service.",
997
+ "CANNOT_FIND_ZBS_SERVICE_LEADER": "Unable to find the node of the cluster transmission service.",
998
+ "ZBS_SERVICE_LEADER_NETWORK_ERROR": "There are storage network anomalies on the node where the cluster transmission service is located.",
999
+ "ERROR_ZBS_SERVICE_DATA": "Information about the cluster transmission service has error messages.",
1000
+ "NO_MANAGEMENT_IP": "The cluster transmission service does not return the virtual IP of the management network.",
1001
+ "LICENSE_COMMUNITY_TO_ENTERPRISE_ERROR": "You are using the Community Edition license, which cannot be upgraded to the Enterprise license.",
1002
+ "LICENSE_COMMUNITY_TO_ESSENTIAL_ERROR": "You are using the Community Edition license, which cannot be upgraded to the Basic license.",
1003
+ "LICENSE_COMMUNITY_TO_STANDARD_ERROR": "You are using the Community Edition license, which cannot be upgraded to the Standard license.",
1004
+ "CANNOT_UPDATE_USER_ROLE": "Cannot update user role.",
1005
+ "EC_VM_MAC_ADDRESS_ERROR": "The MAC address is invalid.",
1006
+ "CLUSTER_EXCEED_TOWER_LICENSE_LIMIT": "The number of clusters currently managed by CloudTower exceeds the maximum number of clusters allowed by the new license.",
1007
+ "HOST_EXCEED_TOWER_LICENSE_LIMIT": "The number of hosts currently managed by CloudTower exceeds the maximum number of hosts allowed by the new license.",
1008
+ "COMMUNITY_LICENSE_NOT_SUPPORT": "This operation is not supported in CloudTower Community Edition.",
1009
+ "EVEROUTE_COMMUNITY_LICENSE_LINKED_CLUSTER_ERROR": "Only one Everoute service can be deployed in Everoute Community Edition, and that service can only be associated with one VDS of one cluster.",
1010
+ "EVEROUTE_COMMUNITY_LICENSE_LINKED_VDS_ERROR": "Only one Everoute service can be deployed in Everoute Community Edition, and that service can only be associated with one VDS of one cluster.",
1011
+ "EVEROUTE_COMMUNITY_LICENSE_DEPLOYED_CLUSTER_ERROR": "Only one Everoute service can be deployed in Everoute Community Edition, and that service can only be associated with one VDS of one cluster.",
1012
+ "EC_EBadDevice": "Only hard drives with 512-byte logical sectors can be mounted.",
1013
+ "EC_REST_STRING_TOO_LONG": "The name or description of the VM placement group is too long.",
1014
+ "NEW_PASSWORD_IS_SAME": "The new password is the same as the current password.",
1015
+ "LOG_COLLECTION_ABORT_FAILED": "Unable to stop log collection.",
1016
+ "FETCH_BACKUP_CUSTOM_RESOURCE_FAILED": "Unable to get backup service resources.",
1017
+ "CREATE_BACKUP_CUSTOM_RESOURCE_FAILED": "Unable to create backup service resources.",
1018
+ "UPDATE_BACKUP_CUSTOM_RESOURCE_FAILED": "Unable to edit backup service resources.",
1019
+ "DELETE_BACKUP_CUSTOM_RESOURCE_FAILED": "Unable to delete backup service resources.",
1020
+ "FETCH_BACKUP_CUSTOM_RESOURCE_STATUS_FAILED": "Unable to get backup service resources.",
1021
+ "BACKUP_CUSTOM_RESOURCE_NOT_FOUND": "Backup service resources are not found.",
1022
+ "APPLY_BACKUP_CUSTOM_RESOURCE_STATUS_FAILED": "Unable to set backup service resources.",
1023
+ "FETCH_BACKUP_SECRET_FAILED": "Unable to get Initiator CHAP.",
1024
+ "APPLY_BACKUP_SECRET_FAILED": "Unable to set Initiator CHAP.",
1025
+ "DELETE_BACKUP_SECRET_FAILED": "Unable to delete Initiator CHAP.",
1026
+ "FETCH_BACKUP_CONFIG_MAP_FAILED": "Unable to get backup and restore job settings.",
1027
+ "APPLY_BACKUP_CONFIG_MAP_FAILED": "Unable to update backup and restore job settings.",
1028
+ "START_BACKUP_CUSTOM_RESOURCE_WATCH_FAILED": "Unable to connect to the backup service.",
1029
+ "TASK_NOT_SUPPORT_PAUSE": "Unable to suspend the task.",
1030
+ "TASK_NOT_SUPPORT_STOP": "Unable to stop the task.",
1031
+ "TASK_NOT_SUPPORT_RESUME": "Unable to continue the task.",
1032
+ "RESUME_TASK_FAILED": "Unable to continue the task.",
1033
+ "PAUSE_TASK_FAILED": "Unable to suspend the task.",
1034
+ "STOP_TASK_FAILED": "Unable to stop the task.",
1035
+ "CREATE_BACKUP_REPOSITORY_FAILED": "Unable to create the backup repository.",
1036
+ "MANUAL_BACKUP_EXECUTION_FAILED": "Unable to manually perform the backup plan.",
1037
+ "AUTOMATIC_BACKUP_EXECUTION_FAILED": "Unable to automatically perform the backup plan.",
1038
+ "UPDATE_BACKUP_REPOSITORY_FAILED": "Unable to edit the backup repository.",
1039
+ "EXECUTE_BACKUP_RESTORE_FAILED": "Unable to restore the VM.",
1040
+ "EXECUTE_BACKUP_JOB_FAILED": "Unable to back up the VM.",
1041
+ "TASK_WAS_STOPPED": "The job was manually stopped.",
1042
+ "FETCH_BACKUP_CUSTOM_RESOURCE_DEFINITIONS_FAILED": "Unable to get backup service resources.",
1043
+ "BACKUP_SERVICE_CONNECTOR_NOT_READY": "Unable to connect to the backup service.",
1044
+ "INVALID_BACKUP_SERVICE_CREATE_INPUT": "Backup installation package is not specified.",
1045
+ "CLOUDTOWER_APPLICATION_PACKAGE_NOT_FOUND": "Backup installation package is not found.",
1046
+ "APPLY_CLOUDTOWER_CONFIG_MAP_FAILED": "Unable to create ConfigMap.",
1047
+ "FETCH_CLOUDTOWER_CONFIG_MAP_FAILED": "Unable to get ConfigMap.",
1048
+ "DEPLOY_BACKUP_SERVICE_FAILED": "Unable to deploy the backup service.",
1049
+ "UPGRADE_BACKUP_SERVICE_FAILED": "Unable to upgrade the backup service.",
1050
+ "UNINSTALL_BACKUP_SERVICE_FAILED": "Unable to uninstall the backup service.",
1051
+ "COMMUNITY_BACKUP_LICENSE_CLUSTER_OVERFLOW": "The Community Edition allows up to 3 clusters to be associated.",
1052
+ "INVALID_BACKUP_LICENSE": "Invalid license code.",
1053
+ "BACKUP_LICENSE_SERIAL_INCONSISTENT": "The serial number in the license does not match the current serial number.",
1054
+ "BACKUP_LICENSE_UNIT_TOO_LESS": "The number of license units in the license must be greater than or equal to the number of used license units.",
1055
+ "BACKUP_LICENSE_EXPIRED": "The new license has expired.",
1056
+ "BACKUP_SERVICE_NOT_FOUND": "Backup service is not found.",
1057
+ "ILLEGAL_BACKUP_LICENSE_CONVERSION": "{ currentSoftwareEdition }{ currentLicenseType } is currently in effect. You cannot import { newSoftwareEdition }{ newLicenseType }.",
1058
+ "DELETE_RUNTIME_CONFIG_MAP_FAILED": "Unable to delete ConfigMap.",
1059
+ "STOP_VM_BEFORE_RESTORE_FAILED": "Unable to shut down the VM.",
1060
+ "BACKUP_REPOSITORY_NOT_CONNECTED": "Backup repository has a connection anomaly.",
1061
+ "BACKUP_REPOSITORY_IS_DELETING": "The backup repository is being deleted.",
1062
+ "BACKUP_RESTORE_POINT_IS_DELETING": "The restore point needed for the current job is being deleted.",
1063
+ "SAVE_VM_METADATA_FAILED": "Unable to back up VM configurations.",
1064
+ "FETCH_VM_ZBS_VOLUME_FAILED": "Unable to back up virtual volume configurations.",
1065
+ "BACKUP_VM_VOLUME_FAILED": "Unable to back up the virtual volume.",
1066
+ "RESTORE_VM_VOLUME_FAILED": "Unable to restore the virtual volume.",
1067
+ "BACKUP_REPOSITORY_UNREACHABLE": "The backup service cannot access the backup repository.",
1068
+ "ZBS_SERVER_UNREACHABLE": "The backup service cannot access the target cluster.",
1069
+ "TARGET_CLUSTER_LICENSE_EXPIRED": "The trail license of the target cluster has expired.",
1070
+ "TARGET_CLUSTER_SPACE_FULL": "The storage capacity of the target cluster is full.",
1071
+ "TARGET_CLUSTER_NO_ALIVE_CHUNK": "The target cluster has no live chunks.",
1072
+ "BACKUP_REPOSITORY_MOUNT_FAILED": "Unable to mount the backup repository.",
1073
+ "BACKUP_REPOSITORY_NOT_EMPTY": "The target path is not an empty directory.",
1074
+ "BACKUP_REPOSITORY_MOUNT_CONFLICT": "A backup repository already exists with the same path.",
1075
+ "BACKUP_REPOSITORY_UMOUNT_FAILED": "Unable to unmount the backup repository.",
1076
+ "CHECK_BACKUP_REPOSITORY_LIVENESS_FAILED": "Unable to connect to the backup repository.",
1077
+ "BACKUP_RESTORE_POINT_IN_USE": "The restore point needed for the current job is already being used by another job.",
1078
+ "BACKUP_PLAN_EXECUTION_RUNNING": "There are already ongoing jobs in the current backup plan.",
1079
+ "BACKUP_JOB_MANUALLY_ABORTED": "The job has been stopped manually.",
1080
+ "BACKUP_JOB_DEADLINE_REACHED": "The backup job did not complete within the window time and was stopped.",
1081
+ "BACKUP_JOB_RETRY_LIMIT_EXCEED": "The retry times has reached the upper limit.",
1082
+ "BACKUP_PLAN_DELETED": "The backup plan to which the job belongs has been deleted.",
1083
+ "BACKUP_SERVICE_CREATE_VM_SNAPSHOT_FAILED": "Unable to create the VM snapshot.",
1084
+ "BACKUP_SERVICE_FETCH_VM_SNAPSHOT_FAILED": "Unable to get the VM snapshot.",
1085
+ "BACKUP_SERVICE_CREATE_VM_FAILED": "Unable to create the VM.",
1086
+ "BACKUP_SERVICE_UPDATE_VM_FAILED": "Unable to edit the VM.",
1087
+ "BACKUP_SERVICE_UNKNOWN_ERROR": "Unknown error",
1088
+ "BACKUP_LICENSE_EXPIRED_CAUSE_ERROR": "The backup license has expired.",
1089
+ "BACKUP_WRONG_ZBS_VOLUME_STRIPE_SIZE": "Only virtual volumes with a stripe size of 256 KiB can be backed up.",
1090
+ "INSTALL_VMTOOLS_FAILED": "Unable to mount the VMTools image.",
1091
+ "UPGRADE_VMTOOLS_FAILED": "Unable to upgrade the VMTools.",
1092
+ "UNINSTALL_VMTOOLS_FAILED": "Unable to eject the VMTools image.",
1093
+ "APPLICATION_SERVICE_REQUEST_ERROR": "Unable to access application management services.",
1094
+ "APPLY_RUNTIME_CUSTOM_RESOURCE_FAILED": "Unable to set resources.",
1095
+ "TOWER_UNREACHABLE": "The backup service cannot access CloudTower.",
1096
+ "CLOUDTOWER_APPLICATION_PACKAGE_IN_USE": "The application installation package is in use.",
1097
+ "E_NOT_SUPPORT_UPGRADE_FROM_CURRENT_VERSION": "The cluster cannot be upgraded to this version through CloudTower.",
1098
+ "EC_MAINTENANCE_MODE_ENTER_FAILED": "Unable to enter maintenance mode",
1099
+ "EC_MAINTENANCE_MODE_EXIT_FAILED": "Unable to exit maintenance mode",
1100
+ "EC_MAINTENANCE_MODE_HOST_STATE_INVALID": "Invalid host state in maintenance mode",
1101
+ "EC_MAINTENANCE_MODE_JOB_NOT_EXIST": "Maintenance mode task does not exit",
1102
+ "EC_MAINTENANCE_MODE_PRE_CHECK_FAILED": "Unable to pre-check before entering maintenance mode. Please confirm if the cluster has other hosts being pre-checked, or if the cluster has exceptions.",
1103
+ "JOB_MAINTENANCE_MODE_JOB_CANCELED": "Manually cancel the task.",
1104
+ "JOB_MAINTENANCE_MODE_JOB_ENTER_FAILED": "Unable to enter maintenance mode",
1105
+ "JOB_MAINTENANCE_MODE_JOB_EXIT_FAILED": "Unable to exit maintenance mode",
1106
+ "EC_MOUNT_NOT_SUPPORTED_LOGIC_BLOCK_SIZE": "Only hard disks with 512-byte logical sectors are supported.",
1107
+ "MOUNT_NOT_SUPPORTED_LOGIC_BLOCK_SIZE": "Only hard disks with 512-byte logical sectors are supported.",
1108
+ "EVEROUTE_CONTROLLER_IP_USED": "The following IPs are already occupied: { params }.",
1109
+ "EVEROUTE_CONTROLLER_CONTAINERD_DISCONNECTED": "The containerd service of the following Everoute Controllers is disconnected: { params }.",
1110
+ "EVEROUTE_HOST_CONTAINERD_DISCONNECTED": "The containerd service of the following hosts is disconnected: { params }.",
1111
+ "EVEROUTE_INVALID_NETWORK_CONFIGURATION": "The subnet corresponding to the gateway and subnet mask does not contain the following IPs: { params }.",
1112
+ "EVEROUTE_ELF_CLUSTER_DISCONNECTED": "The cluster is disconnected.",
1113
+ "EVEROUTE_ELF_CLUSTER_INSUFFICIENT_RESOURCES": "There are insufficient available nodes in the cluster to meet Everoute Controller placement requirements.",
1114
+ "EVEROUTE_VDS_IN_CHAIN_MODE": "The virtual distributed switch { params } is already associated with another Everoute service.",
1115
+ "EVEROUTE_LICENSE_UPDATE_FAILED": "Unable to update license.",
1116
+ "DATAPORT_INVALID_CONVERTION": "Invalid data conversion",
1117
+ "DATAPORT_CONVERTION_FAILED": "File format conversion failure",
1118
+ "DATAPORT_INVALID": "Incorrect DataPort parameter",
1119
+ "DATAPORT_VM_NOT_EXISTS": "The virtual machine you want to export does not exist.",
1120
+ "DATAPORT_VM_TEMPLATE_NOT_EXISTS": "The virtual machine template you want to export does not exist.",
1121
+ "DATAPORT_VOLUME_NOT_EXISTS": "The virtual volume you want to export does not exist.",
1122
+ "DATAPORT_IS_RUNNING": "DataPort is being executed.",
1123
+ "DATAPORT_IS_NOT_RUNNING": "DataPort is not being executed.",
1124
+ "DATAPORT_NOT_FOUND": "This resource does not exist.",
1125
+ "UPLOAD_ELF_FILE_TASK_TIMEOUT": "Upload ELF-FS file time out.",
1126
+ "MAINTENANCE_MODE_EXIT_CHECK_FAILED": "The pre-check before exiting maintenance mode failed. Please check whether there are other hosts in the cluster that are being pre-checked, or if the cluster is abnormal.",
1127
+ "MAINTENANCE_MODE_PRE_CHECK_FAILED": "The pre-check before entering maintenance mode failed. Please check whether there are other hosts in the cluster that are being pre-checked, or if the cluster is abnormal.",
1128
+ "REDIRECT_ENTER_MAINTENANCE_MODE_FAILED": "Unable to enter maintenance mode",
1129
+ "REST_API_CONNECTION_ERROR": "Unable to connect to the current host",
1130
+ "EC_MAINTENANCE_MODE_EXIT_CHECK_FAILED": "The pre-check before exiting maintenance mode failed. Please check whether there are other hosts in the cluster that are being pre-checked, or if the cluster is abnormal.",
1131
+ "MAINTENANCE_MODE_CURRENT_NOT_SUPPORT_CANCEL": "Canceling task not supported",
1132
+ "EC_MAINTENANCE_MODE_EXIST_HOST_IN_MT_MODE": "There are hosts that are entering or already in maintenance mode in the cluster.",
1133
+ "EC_FULL_COPY_REQUIRED": "Only full copy is supported when modifying the storage policy",
1134
+ "EC_STORAGE_POLICY_INVALID_REPLICA_UPGRADE": "You can only increase the number of replicas, not decrease it",
1135
+ "EC_STORAGE_POLICY_NFS_VOLUME_NOT_SUPPORT": "NFS virtual volumes do not support modifying the storage policy",
1136
+ "EC_STORAGE_POLICY_UNMATCH_IMMUTABLE_FIELD": "You can only modify the number of replicas, not other attributes",
1137
+ "EC_VM_MODIFY_NOT_EXIST_DISK_NOT_ALLOWED": "You cannot modify a virtual disk that does not exist",
1138
+ "EC_VM_MODIFY_UNMOUNTED_DISK_NOT_ALLOWED": "You cannot modify a virtual disk that is not mounted onto a virtual machine",
1139
+ "CLUSTER_IP_HAS_BEEN_USED": "This IP is already used by a cluster to connect to CloudTower.",
1140
+ "ABORT_IMPORT_TASK_ERROR": "Error in terminating the import task.",
1141
+ "CANCEL_DATA_PORT_ERROR": "Error in canceling DataPort.",
1142
+ "COMMIT_UPLOAD_ELF_FILE_ERROR": "Error in confirming to ELF-FS that the upload was complete.",
1143
+ "CREATE_ELF_FILE_ERROR": "Error in creating ELF-FS file.",
1144
+ "DELETE_DATA_PORT_ERROR": "Error in deleting DataPort.",
1145
+ "DELETE_ELF_FILE_ERROR": "Error in deleting ELF-FS file.",
1146
+ "DELETE_VM_EXPORT_FILE_ERROR": "Error in deleting export file.",
1147
+ "DISTRIBUTE_IMAGE_IN_IMPORT_VM_FAILED": "Error in distributing content library ISO when importing the virtual machine.",
1148
+ "DISTRIBUTE_VM_TEMPLATE_IN_IMPORT_VM_TEMPLATE_FAILED": "Error in distributing virtual machine template when importing virtual machine template.",
1149
+ "EXPORT_VM_TEMPLATE_ERROR": "Error in exporting virtual machine template.",
1150
+ "EXPORT_VM_VOLUME_ERROR": "Error in exporting virtual volume.",
1151
+ "GENERATE_ELF_FILE_SECRET_ERROR": "Error in getting ELF-FS file secret.",
1152
+ "GET_DATA_PORT_ERROR": "Error in getting DataPort",
1153
+ "GET_EXPORT_VM_RESULT_ERROR": "Error in getting virtual machine export results.",
1154
+ "GET_EXPORT_VM_TEMPLATE_RESULT_ERROR": "Error in getting virtual machine template export results.",
1155
+ "GET_EXPORT_VM_VOLUME_RESULT_ERROR": "Error in getting virtual volume export results.",
1156
+ "GET_IMPORT_VM_RESULT_ERROR": "Error in getting information of importing the virtual machine.",
1157
+ "GET_IMPORT_VM_TEMPLATE_RESULT_ERROR": "Error in getting virtual machine template import results.",
1158
+ "GET_IMPORT_VM_VOLUME_RESULT_ERROR": "Error in getting virtual volume import results.",
1159
+ "IMPORT_VM_ERROR": "Error in importing virtual machine.",
1160
+ "IMPORT_VM_TEMPLATE_ERROR": "Error in importing virtual machine template.",
1161
+ "IMPORT_VM_VOLUME_ERROR": "Error in importing virtual volume template.",
1162
+ "PARSE_OVF_ERROR": "Error in parsing OVF format file.",
1163
+ "UPLOAD_ELF_FILE_ERROR": "Error in uploading file to ELF-FS",
1164
+ "VM_EXPORT_FILE_NOT_FOUND": "The export file cannot be found.",
1165
+ "CLUSTER_HAS_REMOVED": "The cluster has been removed."
1166
+ }