mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vm-migration: Add StartMigration type to MigratableError
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -54,6 +54,9 @@ pub enum MigratableError {
|
|||||||
#[error("Failed to retrieve dirty ranges for migratable component: {0}")]
|
#[error("Failed to retrieve dirty ranges for migratable component: {0}")]
|
||||||
DirtyLog(#[source] anyhow::Error),
|
DirtyLog(#[source] anyhow::Error),
|
||||||
|
|
||||||
|
#[error("Failed to start migration for migratable component: {0}")]
|
||||||
|
StartMigration(#[source] anyhow::Error),
|
||||||
|
|
||||||
#[error("Failed to complete migration for migratable component: {0}")]
|
#[error("Failed to complete migration for migratable component: {0}")]
|
||||||
CompleteMigration(#[source] anyhow::Error),
|
CompleteMigration(#[source] anyhow::Error),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user