Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Explain what 'Block migration' does #8222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/docs/manage_infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,19 @@ VM migration with storage motion allows you to migrate a VM from one host to ano
- Migrating a VM that has VDIs on a shared SR from host A to host B using a particular network must trigger a "VM Migration with Storage Motion" without moving its VDIs.
- Migrating a VM from host A to host B with a destination SR must trigger a "VM Migration with Storage Motion" and move VDIs to the destination SR, regardless of where the VDIs were stored.

### Disabling VM migration

To prevent a virtual machine from migrating:

1. Go to the VM's configuration page.
2. Go to the **Advanced** tab.
3. Activate the **Block migration** toggle switch.

> Note: Here, "block" means "disable," not a literal block.

When this option is enabled, the VM won't be able to migrate to another host.


## Hosts management

Outside updates (see next section), you can also do host management via Xen Orchestra. Basic operations are supported, like reboot, shutdown and so on.
Expand Down
Loading