> 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/vi/virtual-machines/workloads-failing-to-migrate.md).

# Workload không thể di chuyển

Tải công việc là bất kỳ tiến trình nào đang chạy trên một node. Các tải công việc phổ biến bao gồm Máy ảo (VM), Dịch vụ NAS, Mạng và Node Tenant.

Các nguyên nhân chính khiến một tải công việc không thể di chuyển từ node này sang node khác trong hệ thống là:

* **Không đủ tài nguyên khả dụng**: Có thể không có đủ tài nguyên (chẳng hạn như RAM) trên node đích để chạy tải công việc bạn đang cố di chuyển. Kiểm tra lượng RAM mà tải công việc (VM hoặc node Tenant) đang sử dụng, sau đó xem xét các tài nguyên khả dụng trên node đích.
* **Cấu hình VM được ghim**: Một VM có thể được ghim vào một node cụ thể. Xem lại cài đặt của VM và kiểm tra **Loại CPU** cài đặt. Nếu Loại CPU được đặt thành **Bộ xử lý máy chủ**, VM sẽ không thể di chuyển. Trong trường hợp này, VM phải được tắt nguồn trước khi có thể di chuyển thành công.
* **Các vấn đề di chuyển node Tenant**: Các node Tenant cũng có thể gặp vấn đề di chuyển vì các lý do tương tự như đã liệt kê ở trên. Đăng nhập vào Giao diện người dùng Tenant và kiểm tra những điều sau:
  * Xác minh rằng mỗi node Tenant có đủ tài nguyên khả dụng để lưu trữ các tải công việc Tenant đang di chuyển.
  * Xác minh rằng mỗi VM Tenant không được cấu hình với Loại CPU đặt thành **Bộ xử lý máy chủ**.

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-08-29
* Phiên bản 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/vi/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.
