Viewing migration details
After migration creation, you can view its configuration, status, and progress, as well as monitor replications and deployments.
Migration, replication, and deployment statuses are updated automatically, but you can use Fetch to retrieve the latest state immediately.
Prerequisites
- A migration is created, as described in Creating migrations.
To view migration details
Admin panel
On the Compute > Migration > Migrations tab, click the name of the required migration. The migration details page opens.
The Overview tab displays general information about the migration:
- Source platform used for migration
- Target domain and project for migrated VMs
- Current migration state
- Unique identifier of the migration
- Created and updated timestamps
- Configuration of source and target options
- Source VM details (you can use Fetch to retrieve the latest VM state)
- Mapping of source and target networks
The Replications tab lists all replications for the migration. For each replication, you can view its status, amount of replicated data, replication speed, and duration. Select a replication to view its details and associated tasks.
The Deployments tab lists all deployments for the migration. For each deployment, you can view its status and date. Select a deployment to view its details and associated tasks.
Command-line interface
Use the following command:
vinfra service compute maas migration show <migration>
<migration>- Migration ID or name
For example, to view details of the migration ubuntu_24.04, run:
# vinfra service compute maas migration show Ubuntu-22.04-UEFI +-----------------+----------------------------------------+ | Field | Value | +-----------------+----------------------------------------+ | created_at | 2026-05-07T17:17:08.772913 | | id | dc434e69-f3b1-435d-b249-fbd24eb52fb8 | | instances | - 5208d15e-1154-2483-152b-101e9b9a83cc | | name | Ubuntu-22.04 | | project_id | 7c89b6ad83384e60acfc46aa873dca2b | | source_cloud_id | 3008d5c9-a724-49c6-8b6c-f2ee52faf9fb | | status | DEPLOYED | | target_project | domain_id: default | | | domain_name: Default | | | id: 7c89b6ad83384e60acfc46aa873dca2b | | | name: admin | | updated_at | 2026-05-07T18:03:39.820788 | | user_id | 99c264cf5b334fc3bedca28ae7b9a566 | +-----------------+----------------------------------------+