Skip to content
Closed
417 changes: 417 additions & 0 deletions conf/db/upgrade/V5.5.32__schema.sql

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions conf/i18n/globalErrorCodeMapping/global-error-en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -4745,6 +4745,9 @@
"ORG_ZSTACK_AI_10164": "Model[name:%s, uuid:%s] is not shared to the account that owns this VM (or to public). Mount requires the model to be accessible under the same sharing rules as the VM.",
"ORG_ZSTACK_AI_10165": "ModelCenter[uuid:%s] not found for Model[name:%s, uuid:%s]",
"ORG_ZSTACK_AI_10167": "Model service instance group[uuid:%s] is being deleted; stop waiting for service boot up",
"ORG_ZSTACK_AI_10170": "no enabled business network profile found for model service backend[%s], zoneUuid[%s], clusterUuid[%s]. Create and enable a business network profile first, or specify businessNetworkProfileUuid explicitly.",
"ORG_ZSTACK_AI_10171": "multiple enabled business network profiles found for model service backend[%s], zoneUuid[%s], clusterUuid[%s]; cannot select one automatically. Specify businessNetworkProfileUuid explicitly, or mark one profile as the default.",
"ORG_ZSTACK_AI_10172": "no AI business gateway offering available for business network profile[uuid:%s]. Add an offering with an image and an instance offering first.",
"ORG_ZSTACK_NETWORK_ZNS_10043": "failed to allocate DHCPv4 server IP for ZNS L3[uuid:%s]",
"ORG_ZSTACK_NETWORK_ZNS_10044": "cannot enable DHCP: L3[uuid:%s] has no eligible IpRange (SLAAC excluded)",
"ORG_ZSTACK_NETWORK_ZNS_10045": "cannot enable DHCP: L3[uuid:%s] has no Cloud-reserved DHCPv4 server IP",
Expand Down
3 changes: 3 additions & 0 deletions conf/i18n/globalErrorCodeMapping/global-error-zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -4752,6 +4752,9 @@
"ORG_ZSTACK_AI_10164": "模型「%s」(UUID: %s) 与该虚拟机所属账户的共享规则不匹配,无法挂载。\n请确认模型已共享给该账户或设为公开。",
"ORG_ZSTACK_AI_10165": "模型中心 (UUID: %s) 未找到(关联模型: 「%s」UUID: %s)。\n请检查模型中心是否已被删除。",
"ORG_ZSTACK_AI_10167": "推理服务实例组[uuid:%s]正在删除,停止等待服务启动",
"ORG_ZSTACK_AI_10170": "未找到符合条件的已启用业务网络配置(模型服务后端[%s],区域[uuid:%s],集群[uuid:%s])。\n请先在模型中心创建并启用业务网络配置,或在请求中显式指定 businessNetworkProfileUuid。",
"ORG_ZSTACK_AI_10171": "存在多个符合条件的已启用业务网络配置(模型服务后端[%s],区域[uuid:%s],集群[uuid:%s]),无法自动选择。\n请在请求中显式指定 businessNetworkProfileUuid,或将其中一个配置设为默认配置。",
"ORG_ZSTACK_AI_10172": "未找到业务网络配置[uuid:%s]可用的 AI 业务网关规格。\n请先添加包含镜像和配置的 AI 业务网关规格后再试。",
"ORG_ZSTACK_NETWORK_ZNS_10043": "为 ZNS 三层网络[uuid:%s]分配 DHCPv4 服务 IP 失败",
"ORG_ZSTACK_NETWORK_ZNS_10044": "无法启用 DHCP:三层网络[uuid:%s]没有可用的 IP 范围(不包含 SLAAC)",
"ORG_ZSTACK_NETWORK_ZNS_10045": "无法启用 DHCP:三层网络[uuid:%s]没有云端预留的 DHCPv4 服务 IP",
Expand Down
Loading