The nova.virt.hyperv.livemigrationops Module

Management class for live migration VM operations.

class LiveMigrationOps

Bases: object

check_can_live_migrate_destination(ctxt, instance_ref, src_compute_info, dst_compute_info, block_migration=False, disk_over_commit=False)
check_can_live_migrate_destination_cleanup(ctxt, dest_check_data)
check_can_live_migrate_source(ctxt, instance_ref, dest_check_data)
live_migration(context, instance_ref, dest, post_method, recover_method, block_migration=False, migrate_data=None)
post_live_migration(context, instance, block_device_info)
post_live_migration_at_destination(ctxt, instance_ref, network_info, block_migration)
pre_live_migration(context, instance, block_device_info, network_info)

Previous topic

The nova.virt.hyperv.imagecache Module

Next topic

The nova.virt.hyperv.migrationops Module

Project Source

This Page