> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/zh/virtual-machines/workloads-failing-to-migrate.md).

# 工作负载迁移失败

工作负载是指在节点上运行的任何进程。常见的工作负载包括虚拟机（VM）、NAS 服务、网络和租户节点。

工作负载无法在系统中从一个节点迁移到另一个节点的主要原因是：

* **可用资源不足**: 目标节点上可能没有足够的资源（例如 RAM）来运行您尝试迁移的工作负载。请检查该工作负载（VM 或租户节点）占用的 RAM 量，然后查看目标节点上可用的资源。
* **固定的 VM 配置**: VM 可能被固定到特定节点。请检查 VM 的设置并查看 **CPU 类型** 设置。如果 CPU 类型设置为 **主机处理器**，则该 VM 将无法迁移。在这种情况下，必须先关闭 VM 电源，才能成功迁移。
* **租户节点迁移问题**: 租户节点也可能因上述相同原因而遇到迁移问题。登录租户用户界面，并检查以下内容：
  * 确认每个租户节点都有足够的可用资源来承载正在迁移的租户工作负载。
  * 确认每个租户 VM 的 CPU 类型未设置为 **主机处理器**.

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-08-29
* vergeOS 版本：4.12.6
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/zh/virtual-machines/workloads-failing-to-migrate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
