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

# Nicht migrierbare Workloads

Eine Workload ist jeder Prozess, der auf einem Knoten ausgeführt wird. Zu den gängigen Workloads gehören virtuelle Maschinen (VM), NAS-Dienste, Netzwerke und Tenant-Knoten.

Die wichtigsten Gründe, warum eine Workload im System nicht von einem Knoten auf einen anderen migriert werden kann, sind:

* **Unzureichend verfügbare Ressourcen**: Es sind möglicherweise nicht genügend Ressourcen (z. B. RAM) auf dem Zielknoten vorhanden, um die Workload auszuführen, die Sie migrieren möchten. Prüfen Sie die von der Workload (VM oder Tenant-Knoten) verbrauchte RAM-Menge und überprüfen Sie dann die auf dem Zielknoten verfügbaren Ressourcen.
* **Angeheftete VM-Konfiguration**: Eine VM kann an einen bestimmten Knoten angeheftet sein. Überprüfen Sie die Einstellungen der VM und prüfen Sie die **CPU-Typ** Einstellung. Wenn der CPU-Typ auf **Host-Prozessor**, gesetzt ist, kann die VM nicht migriert werden. In diesem Fall muss die VM heruntergefahren werden, bevor sie erfolgreich migriert werden kann.
* **Probleme bei der Migration von Tenant-Knoten**: Tenant-Knoten können aus denselben oben aufgeführten Gründen ebenfalls auf Migrationsprobleme stoßen. Melden Sie sich bei der Tenant-Benutzeroberfläche an und überprüfen Sie Folgendes:
  * Überprüfen Sie, dass jeder Tenant-Knoten über ausreichend verfügbare Ressourcen verfügt, um die migrierenden Tenant-Workloads zu hosten.
  * Überprüfen Sie, dass jede Tenant-VM nicht mit dem CPU-Typ konfiguriert ist, der auf **Host-Prozessor**.

***

{% hint style="info" %}
**Dokumentinformationen**

* Zuletzt aktualisiert: 2024-08-29
* vergeOS-Version: 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/de/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.
