2.30. 监控虚拟机实例的实时迁移
您可通过 web 控制台或 CLI 监控虚拟机实例的实时迁移进程。
2.30.1. 在 web 控制台中监控虚拟机实例的实时迁移
在迁移期间,虚拟机的状态为 Migrating。该状态显示在 Virtual Machines 列表中,或显示在正在迁移的虚拟机的 Virtual Machine Details 屏幕中。
流程
-
在容器原生虚拟化控制台中,点击 Workloads
Virtual Machines。
2.30.2. 在 CLI 中监控虚拟机实例的实时迁移
虚拟机迁移的状态保存在 VirtualMachineInstance
配置的 Status
组件中。
流程
在正在迁移的虚拟机实例上使用
oc describe
命令:$ oc describe vmi vmi-fedora
... Status: Conditions: Last Probe Time: <nil> Last Transition Time: <nil> Status: True Type: LiveMigratable Migration Method: LiveMigration Migration State: Completed: true End Timestamp: 2018-12-24T06:19:42Z Migration UID: d78c8962-0743-11e9-a540-fa163e0c69f1 Source Node: node2.example.com Start Timestamp: 2018-12-24T06:19:35Z Target Node: node1.example.com Target Node Address: 10.9.0.18:43891 Target Node Domain Detected: true