WO2021259094A1 - 跨云平台虚拟机迁移方法、装置、存储介质及电子装置 - Google Patents

跨云平台虚拟机迁移方法、装置、存储介质及电子装置 Download PDF

Info

Publication number
WO2021259094A1
WO2021259094A1 PCT/CN2021/100134 CN2021100134W WO2021259094A1 WO 2021259094 A1 WO2021259094 A1 WO 2021259094A1 CN 2021100134 W CN2021100134 W CN 2021100134W WO 2021259094 A1 WO2021259094 A1 WO 2021259094A1
Authority
WO
WIPO (PCT)
Prior art keywords
virtual machine
cloud platform
destination
source
migration
Prior art date
Application number
PCT/CN2021/100134
Other languages
English (en)
French (fr)
Inventor
张翼
孙广昆
潘美凤
俞义方
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to JP2022580056A priority Critical patent/JP7469524B2/ja
Priority to KR1020237002180A priority patent/KR20230024416A/ko
Publication of WO2021259094A1 publication Critical patent/WO2021259094A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0674Disk device
    • G06F3/0676Magnetic disk device
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/4557Distribution of virtual machine instances; Migration and load balancing

Definitions

  • the embodiments of the present application relate to the technical field of virtual machine migration, and in particular, to a method, device, storage medium, and electronic device for virtual machine migration across cloud platforms.
  • Intra-data center migration cannot complete remote migration, and can only schedule resource distribution among various resource pools in the cloud platform;
  • Import and export need to export virtual machines from the source data center, and then Importing the exported virtual machine disk image and configuration file to the destination virtual machine requires manual intervention throughout the process, and the operation is complicated;
  • Import and export change the structure of the virtual machine disk file chain and cannot maintain the consistency of the disk file chain structure.
  • the embodiments of the present application provide a method, device, storage medium and electronic device for virtual machine migration across cloud platforms to at least solve one of the related technical problems to a certain extent, including the inability to complete remote migration, import and export within a data center.
  • a cross-cloud platform virtual machine migration method including: creating a migrated destination virtual machine on the destination cloud platform, wherein the configuration information of the destination virtual machine and the source cloud platform source
  • the configuration information of the virtual machines is consistent, the network port group of the destination virtual machine is configured as the network port group of the destination cloud platform, and the disk storage library of the destination virtual machine is configured as the disk storage library of the destination cloud platform;
  • the disk file chain structure of the source virtual machine of the source cloud platform migrates file nodes one by one to the disk storage library of the destination virtual machine of the destination cloud platform through a network copy method.
  • a cross-cloud platform virtual machine migration device including: a creation module configured to create a migration destination virtual machine on the destination cloud platform, wherein the configuration of the destination virtual machine The information is consistent with the configuration information of the source virtual machine of the source cloud platform, the network port group of the destination virtual machine is configured as the network port group of the destination cloud platform, and the disk storage library of the destination virtual machine is configured as the destination cloud The disk storage library of the platform; the migration module is configured to migrate file nodes one by one to the disk storage of the destination virtual machine of the destination cloud platform according to the disk file chain structure of the source virtual machine of the source cloud platform through a network copy method In the library.
  • a computer-readable storage medium having a computer program stored in the computer-readable storage medium, wherein the computer program is configured to execute any of the above methods when running Steps in the embodiment.
  • an electronic device including a memory and a processor, the memory is stored with a computer program, and the processor is configured to run the computer program to execute any of the above Steps in the method embodiment.
  • Fig. 1 is a flowchart of a virtual machine migration method across cloud platforms according to an embodiment of the present application
  • Fig. 2 is a structural block diagram of a virtual machine migration device across cloud platforms according to an embodiment of the present application
  • Fig. 3 is a structural block diagram of a virtual machine migration device for a cross-cloud platform with a management module according to an embodiment of the present application
  • FIG. 4 is a structural block diagram of a virtual machine migration device for a cross-cloud platform with an execution unit according to an embodiment of the present application
  • Figure 5 is a schematic diagram of a solution for migrating a virtual machine to a remote cloud platform through export and import according to some situations;
  • FIG. 6 is a schematic diagram of completing migration of a virtual machine through a cross-cloud platform migration according to an embodiment of the present application
  • FIG. 7 is a schematic diagram of a complete machine migration solution within a cloud platform according to an embodiment of the present application.
  • FIG. 8 is a flowchart of a method for migrating a complete machine within a cloud platform according to an embodiment of the present application
  • FIG. 9 is a schematic diagram of a comparison of networking conditions dependent on internal migration and cross-platform migration of a cloud platform according to an embodiment of the present application.
  • Fig. 10 is a flowchart of a method for migrating virtual machines across cloud platforms in different places according to an embodiment of the present application.
  • FIG. 1 is a flowchart of the cross-cloud platform virtual machine migration method according to an embodiment of the present application. As shown in FIG. 1, the process includes the following steps :
  • Step S101 Create a migrated destination virtual machine on the destination cloud platform, where the configuration information of the destination virtual machine is consistent with the configuration information of the source virtual machine of the source cloud platform, and the network port group of the destination virtual machine is configured as the The network port group of the target cloud platform, and the disk storage library of the target virtual machine is configured as the disk storage library of the target cloud platform;
  • Step S102 according to the disk file chain structure of the source virtual machine of the source cloud platform, migrate file nodes one by one to the disk storage library of the destination virtual machine of the destination cloud platform through a network copy method.
  • step S101 in this embodiment it may further include: adding the source virtual machine that needs to be migrated to the migration list through the management interface.
  • the management interface after adding the source virtual machine to be migrated to the migration list through the management interface, it may further include: setting the migration start time of the source virtual machine; Migration operations of virtual machines.
  • step S102 may include: constructing a list of disks to be migrated from the source virtual machine, and constructing a list of files to be migrated for each disk; selecting a host in the source cloud platform or the destination cloud platform Copy the disk file of the source virtual machine to the disk storage library of the virtual machine.
  • selecting the source cloud platform or the host in the destination cloud platform to copy the disk file of the source virtual machine to the disk storage library of the virtual machine may include: selecting the source cloud The host of the platform performs a disk file copy operation; sends a message to the destination cloud platform to determine whether the destination virtual machine has a shared node that has been copied; when the shared node is copying, the host of the source cloud platform waits The copy of the shared node is completed; when the shared node has completed the copy, the host of the source cloud platform no longer performs the copy operation of the shared node, and copies the next disk file node.
  • the destination cloud platform after sending a message to the destination cloud platform to determine whether the destination virtual machine has a shared node that has already been copied, it may also include: when the shared node is the first copy, sending a message to The host of the destination cloud platform sends a message to start the host of the destination cloud platform to make a network copy of the common node.
  • the method according to the above embodiment can be implemented by means of software plus the necessary general hardware platform, of course, it can also be implemented by hardware, but in many cases the former is Better implementation.
  • the technical solution of this application essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes several instructions to enable a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) to execute the method described in each embodiment of the present application.
  • This embodiment also provides a cross-cloud platform virtual machine migration device, which is used to implement the above-mentioned embodiment and other implementation manners, and the descriptions that have been described will not be repeated.
  • module and “unit” can implement a combination of software and/or hardware with predetermined functions.
  • devices described in the following embodiments are preferably implemented by software, implementation by hardware or a combination of software and hardware is also possible and conceived.
  • FIG. 2 is a structural block diagram of a virtual machine migration device across cloud platforms according to an embodiment of the present application. As shown in FIG. 2, the device includes a creation module 10 and a migration module 20.
  • the creation module 10 is configured to create a migrated destination virtual machine on the destination cloud platform, wherein the configuration information of the destination virtual machine is consistent with the configuration information of the source virtual machine of the source cloud platform, and the network of the destination virtual machine
  • the port group is configured as a network port group of the destination cloud platform, and the disk storage library of the destination virtual machine is configured as the disk storage library of the destination cloud platform;
  • the migration module 20 is configured to migrate file nodes to the disk storage library of the target virtual machine of the target cloud platform one by one through a network copy method according to the disk file chain structure of the source virtual machine of the source cloud platform.
  • FIG. 3 is a structural block diagram of a virtual machine migration device across cloud platforms with a management module according to an embodiment of the present application. As shown in FIG. 3, the device may also include a management module 30 in addition to all the modules shown in FIG. And setting module 40.
  • the management module 30 is configured to add the source virtual machine that needs to be migrated to the migration list through the management interface before creating the destination virtual machine.
  • the setting module 40 is configured to set the migration start time of the source virtual machine, so that when the migration time arrives, a migration operation on the source virtual machine is triggered.
  • FIG. 4 is a structural block diagram of a virtual machine migration device for a cross-cloud platform with an execution unit according to an embodiment of the present application. As shown in FIG. 4, the device includes all the modules shown in FIG. 2, and the migration module 20 also The list construction unit 21 and the execution unit 22 may be included.
  • the list building unit 21 is configured to build a list of disks to be migrated from the source virtual machine, and to build a list of files to be migrated for each disk;
  • the execution unit 22 is configured to select the source cloud platform or the host in the destination cloud platform to copy the disk file of the source virtual machine to the disk storage library of the virtual machine.
  • the execution unit 22 may also be configured to select the host of the source cloud platform to perform the disk file copy operation, and send a message to the destination cloud platform to determine whether the destination virtual machine has been copied.
  • the shared node when the shared node is copying, waits for the completion of the copy of the shared node, and when the shared node has completed the copy, no longer performs the copy operation of the shared node, and proceeds to the next disk A copy of the file node.
  • the execution unit 22 may also be configured to send a message to the host of the target cloud platform to start the target cloud platform when the shared node is the first copy.
  • the host makes a network copy of the shared node.
  • each of the above-mentioned modules can be implemented by software or hardware.
  • it can be implemented in the following way, but not limited to this: the above-mentioned modules are all located in the same processor; or, the above-mentioned modules are in any combination The forms are located in different processors.
  • the embodiment of the present application also provides a computer-readable storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any one of the foregoing method embodiments when running.
  • the above-mentioned computer-readable storage medium may include, but is not limited to: U disk, Read-Only Memory (Read-Only Memory, ROM for short), Random Access Memory (Random Access Memory, RAM for short) , Mobile hard drives, magnetic disks or optical discs and other media that can store computer programs.
  • U disk Read-Only Memory
  • ROM Read-Only Memory
  • RAM Random Access Memory
  • Mobile hard drives magnetic disks or optical discs and other media that can store computer programs.
  • An embodiment of the present application also provides an electronic device, including a memory and a processor, the memory is stored with a computer program, and the processor is configured to run the computer program to execute the steps in any of the foregoing method embodiments.
  • the aforementioned electronic device may further include a transmission device and an input-output device, wherein the transmission device is connected to the aforementioned processor, and the input-output device is connected to the aforementioned processor.
  • An embodiment of the present application provides a virtual machine remote migration method for cross-cloud platforms.
  • a virtual machine remote migration method for cross-cloud platforms.
  • the design of non-repetitive copying of disk shared nodes is also carried out to improve the efficiency of remote migration.
  • An embodiment of the present application provides a method for remote migration of a virtual machine based on a network copy method in a scenario where a cloud desktop is used in a remote location.
  • the solution can realize the migration of the entire virtual machine from the cloud platform of the A data center to the cloud platform of the B data center.
  • this solution can set the start and end time of the migration, and can be migrated during non-working hours to avoid affecting the normal use of users.
  • the migration failure of this solution will not affect the source virtual machine, and users can still use the cloud desktop normally.
  • the solution maintains the structure of the virtual machine disk file chain, and the disk structure of the destination virtual machine and the source virtual machine are consistent.
  • the solution does not repeatedly copy the shared file nodes of the copied virtual machine, which improves the migration efficiency.
  • the core content of an embodiment of this application is that by opening up the message components between different cloud platforms, the management platforms can communicate with each other to obtain virtual machine management data, and the virtual machine disk file nodes are copied one by one based on the network copy method. The copy process is complete. Symmetricalization ensures the consistency of the disk structure of the source virtual machine and the destination virtual machine, and at the same time, no repeated copies of shared disk file nodes are used to complete the migration of the virtual machine in a remote location under extremely limited conditions.
  • Fig. 5 is a schematic diagram of a solution of migrating a virtual machine to a remote cloud platform through export and import according to some situations.
  • the virtual machine is migrated from the cloud platform A to a remote place through the operation of exporting and importing the virtual machine. That is, first, export the virtual machine of A to the nfs storage; secondly, import the disk image file on the nfs storage and the configuration information of the virtual machine to the cloud platform of the B through the import operation.
  • Fig. 6 is a schematic diagram of completing the migration of a virtual machine through a cross-cloud platform migration according to an embodiment of the present application.
  • a target virtual machine for migration is created on the B cloud platform.
  • the virtual machine has various basic functions.
  • the configuration information is consistent with the source virtual machine.
  • the virtual machine does not have physical disk files.
  • the storage library where the disk is located is the storage library in the selected B cloud platform.
  • the virtual machine network card is configured as the network port group in the destination cloud platform; secondly, according to the disk file
  • the chain structure migrates the file nodes one by one to the cloud platform repository of B through the network copy method.
  • the cross-data center migration solution has the following advantages over the import and export solution: First, the migration process is fully automated without multiple human interventions, and the operation process is convenient; second, it maintains The disk file chain structure can still maintain the parent-child relationship of the file node.
  • FIG. 7 is a schematic diagram of a complete machine migration solution within a cloud platform according to some embodiments of the present application
  • FIG. 8 is a flowchart of a complete machine migration method within a cloud platform according to some embodiments of the present application, as shown in FIGS. 7 and 8, The method includes the following steps:
  • Step S801 construct a list of disks to be migrated for virtual machines
  • Step S802 construct a list of files to be migrated for each disk of the virtual machine
  • Step S803 selecting a host in the platform for data copying for each disk file node
  • step S804 the virtual machine can run in the new resource pool and the new storage library after the disk file copy is completed.
  • Figure 9 is a schematic diagram of a comparison of networking conditions for internal migration of a cloud platform and cross-platform migration according to an embodiment of the present application.
  • the storage libraries can communicate with the host, then Select a single host directly through the storage network to complete the copy migration of disk data.
  • the storage networks of the two places are isolated, so it relies on the management network to complete the migration of disk file nodes through the cooperation of two hosts in the two cloud platforms. Therefore, the cross-cloud platform can complete the migration of the entire virtual machine under extreme conditions without relying on the storage network.
  • the operation process is fully automated. You only need to add the virtual machine that needs to be migrated to the list to be migrated, and set the start and end time of the migration, and the platform can complete the migration operation of the virtual machine;
  • the application scenario of an embodiment of the present application is in a large-scale data center virtualized cloud platform environment
  • FIG. 10 is a flowchart of a method for migrating virtual machines across cloud platforms in different places according to an embodiment of the present application. As shown in FIG. 10, the method includes the following steps:
  • S1003 Trigger a cross-data center remote migration operation for virtual machines after the migration time is reached;
  • S1004 Send a message to the destination cloud platform to create a destination virtual machine, and the basic configuration information of the destination virtual machine is consistent with the source virtual machine.
  • Network card port group and disk storage library use the network and storage library on the destination cloud platform;
  • S1006 Select a host on the source cloud platform to perform disk file copy operations
  • S1007 Send a message to the selected destination cloud platform to determine whether there is a public node that has been copied at the opposite end;
  • S1010 The host on the source platform starts the network copy client
  • business virtual machines can be migrated across data centers in different places.
  • a fully symmetrical copy of virtual machine disks can be performed, and the entire virtual machine can be completed based on network copying.
  • Machine migration At the same time, no repeated copies are made for shared nodes, which improves the efficiency of migration.
  • This solution can facilitate the complete remote migration of virtual machines, improve user experience, reduce operation and maintenance costs, and rationally schedule resources between different data centers.
  • modules or steps of the present invention can be implemented by a general computing device, and they can be concentrated on a single computing device or distributed in a network composed of multiple computing devices.
  • they can be implemented with program codes executable by a computing device, so that they can be stored in a storage device to be executed by the computing device, and in some cases, they can be executed in a different order than shown here.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种跨云平台虚拟机迁移方法、装置、存储介质及电子装置,该方法包括:在目的云平台创建迁移的目的虚拟机;按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。

Description

跨云平台虚拟机迁移方法、装置、存储介质及电子装置
相关申请的交叉引用
本申请基于申请号为202010582905.X、申请日为2020年06月23日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。
技术领域
本申请实施例涉及虚拟机迁移技术领域,具体而言,涉及一种跨云平台的虚拟机迁移方法、装置、存储介质及电子装置。
背景技术
很多企业往往在各地都有自己的云平台数据中心,以提供云桌面给不同地区的员工使用。有时候往往会出现在A地办公,但是云桌面在B地云平台上。这就造成了用户无法就近使用云桌面,网络带宽可能存在瓶颈,无法提供优质的用户体验。
同时,当某个数据中心资源出现瓶颈时,需要进行资源调度,将虚拟机向资源富余的数据中心进行迁移。当前的迁移方案只能完成同一数据中心内的虚拟机整机迁移,如果要进行异地迁移,只能通过将虚拟机从A数据中心导出再导入到B数据中心云平台的方式。
许多教育机构在建设自己的云桌面,往往采用单个教室使用一个虚拟化平台一体机的部署方案,易于部署以及维护。上述的传统方案具有如下的缺陷:(1)数据中心内迁移无法完成异地迁移,只能调度云平台内各个资源池之间的资源分布;(2)导入导出需要从源数据中心导出虚拟机,再将导出的虚拟机磁盘镜像和配置文件导入到目的虚拟机,全程需要人工干预,操作复杂;(3)导入导出改变了虚拟机磁盘文件链结构,无法保持磁盘文件链结构的一致性。
鉴于此,就亟待提供一种能够便于进行跨云平台异地迁移,不对虚拟机本身磁盘文件链结构改动的容灾备份实施方案。
发明内容
本申请实施例提供了一种跨云平台虚拟机迁移方法、装置、存储介质及电子装置,以至少在一定程度上解决相关的技术问题之一,包括数据中心内迁移无法完成异地迁移、导入导出全程需要人工干预、无法保持磁盘文件链结构的一致性的问题。
根据本申请的一个实施例,提供了一种跨云平台的虚拟机迁移方法,包括:在目的云平台创建迁移的目的虚拟机,其中,所述目的虚拟机的配置信息与源云平台的源虚拟机的配置信息一致,所述目的虚拟机的网络端口组配置为所述目的云平台的网络端口组,所述目的虚拟机的磁盘存储库配置为所述目的云平台的磁盘存储库;按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。
根据本申请的另一个实施例,提供了一种跨云平台的虚拟机迁移装置,包括:创建模块,被设置成在目的云平台创建迁移的目的虚拟机,其中,所述目的虚拟机的配置信息与源云平台的源虚拟机的配置信息一致,所述目的虚拟机的网络端口组配置为所述目的云平台的网络端口组,所述目的虚拟机的磁盘存储库配置为所述目的云平台的磁盘存储库;迁移模块,被设置成按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。
根据本申请的又一个实施例,还提供了一种计算机可读存储介质,所述计算机可读存储介质中存储有计算机程序,其中,所述计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。
根据本申请的又一个实施例,还提供了一种电子装置,包括存储器和处理器,所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行上述任一项方法实施例中的步骤。
附图说明
图1是根据本申请实施例的跨云平台的虚拟机迁移方法的流程图;
图2是根据本申请实施例的跨云平台的虚拟机迁移装置的结构框图;
图3是根据本申请实施例的具有管理模块的跨云平台的虚拟机迁移装置的结构框图;
图4是根据本申请实施例的具有执行单元的跨云平台的虚拟机迁移装置的结构框图;
图5是根据一些情况的通过导出导入方式将虚拟机迁移到异地云平台方案的示意图;
图6是根据本申请一实施例的通过跨云平台迁移完成虚拟机整机迁移的示意图;
图7是根据本申请一实施例的云平台内部整机迁移方案的示意图;
图8是根据本申请一实施例的云平台内部整机迁移方法的流程图;
图9是根据本申请一实施例的云平台内部迁移以及跨平台迁移所依赖的组网条件的对比示意图;
图10是根据本申请一实施例的跨云平台虚拟机异地迁移方法的流程图。
具体实施方式
下文中将参考附图并结合实施例来详细说明本申请的实施例。
需要说明的是,本申请的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。
在本实施例中提供了一种跨云平台的虚拟机迁移方法,图1是根据本申请实施例的跨云平台的虚拟机迁移方法的流程图,如图1所示,该流程包括如下步骤:
步骤S101,在目的云平台创建迁移的目的虚拟机,其中,所述目的虚拟机的配置信息与源云平台的源虚拟机的配置信息一致,所述目的虚拟机的网络端口组配置为所述目的云平台的网络端口组,所述目的虚拟机的磁盘存储库配置为所述目的云平台的磁盘存储库;
步骤S102,按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。
在本实施例的步骤S101之前,还可以包括:通过管理界面将需要迁移的所述源虚拟机加入迁移列表。
在本实施例中,通过管理界面将需要迁移的所述源虚拟机加入迁移列表之后,还可以包括:设置所述源虚拟机迁移开始时间;当所述迁移时间到达时,触发对所述源虚拟机的迁移操作。
在本实施例中,步骤S102可以包括:构建所述源虚拟机待迁移的磁盘列表,并针对每个磁盘构建待迁移的文件列表;选择所述源云平台或所述目的云平台中的主机将所述源虚拟机的磁盘文件拷贝操作至所述的虚拟机的磁盘 存储库中。
在本实施例中,选择所述源云平台或所述目的云平台中的主机将所述源虚拟机的磁盘文件拷贝操作至所述的虚拟机的磁盘存储库中,可以包括:选择源云平台的主机进行磁盘文件拷贝操作;向所述目的云平台发送消息,判断所述目的虚拟机是否存在已经拷贝过的共用节点;当所述共用节点正在拷贝时,所述源云平台的主机等待所述共用节点拷贝完成;当所述共用节点已经完成拷贝,所述源云平台的主机不再进行所述共用节点的拷贝操作,并进行下一磁盘文件节点的拷贝。
在本实施例中,在向所述目的云平台发送消息,判断所述目的虚拟机是否存在已经拷贝过的共用节点之后,还可以包括,当所述共用节点为第一次拷贝时,则向所述目的云平台的主机发送消息,以启动所述目的云平台的主机对所述共用节点进行网络拷贝。
通过上述步骤,在异地数据中心创建不带磁盘实体的目的虚拟机,打通异地云平台间消息组件的消息通道,基于管理网的网络拷贝方式以完全对称的方式拷贝磁盘文件链,解决了一些情况中数据中心内迁移无法完成异地迁移、导入导出全程需要人工干预、无法保持磁盘文件链结构的一致性的问题,达到了实现虚拟机跨云平台异地迁移、保持磁盘文件链结构一致的效果。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到根据上述实施例的方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,或者网络设备等)执行本申请各个实施例所述的方法。
在本实施例中还提供了一种跨云平台的虚拟机迁移装置,该装置用于实现上述实施例及其他实施方式,已经进行过说明的不再赘述。如以下所使用的,术语“模块”、“单元”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装置较佳地以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。
图2是根据本申请实施例的跨云平台的虚拟机迁移装置的结构框图,如图2所示,该装置包括创建模块10和迁移模块20。
所述创建模块10,被设置成在目的云平台创建迁移的目的虚拟机,其中, 所述目的虚拟机的配置信息与源云平台的源虚拟机的配置信息一致,所述目的虚拟机的网络端口组配置为所述目的云平台的网络端口组,所述目的虚拟机的磁盘存储库配置为所述目的云平台的磁盘存储库;
所述迁移模块20,被设置成按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。
图3是根据本申请实施例的具有管理模块的跨云平台的虚拟机迁移装置的结构框图,如图3所示,该装置除包括图2所示的所有模块外,还可包括管理模块30和设置模块40。
所述管理模块30,被设置成在创建目的虚拟机之前,通过管理界面将需要迁移的所述源虚拟机加入迁移列表。
所述设置模块40,被设置成设置所述源虚拟机迁移开始时间,以便当所述迁移时间到达时,触发对所述源虚拟机的迁移操作。
图4是根据本申请实施例的具有执行单元的跨云平台的虚拟机迁移装置的结构框图,如图4所示,该装置除包括图2所示的所有模块外,所述迁移模块20还可包括列表构建单元21和执行单元22。
所述列表构建单元21,被设置成构建所述源虚拟机待迁移的磁盘列表,并针对每个磁盘构建待迁移的文件列表;
所述执行单元22,被设置成选择所述源云平台或所述目的云平台中的主机将所述源虚拟机的磁盘文件拷贝操作至所述的虚拟机的磁盘存储库中。
在本实施例中,所述执行单元22还可被设置成:选择源云平台的主机进行磁盘文件拷贝操作,向所述目的云平台发送消息,判断所述目的虚拟机是否存在已经拷贝过的共用节点,在所述共用节点正在拷贝的情况下,等待所述共用节点拷贝完成,在所述共用节点已经完成拷贝的情况下,不再进行所述共用节点的拷贝操作,并进行下一磁盘文件节点的拷贝。
在本实施例中,所述执行单元22,还可被设置成在所述共用节点为第一次拷贝的情况下,向所述目的云平台的主机发送消息,以启动所述目的云平台的主机对所述共用节点进行网络拷贝。
需要说明的是,上述各个模块是可以通过软件或硬件来实现的,对于后者,可以通过以下方式实现,但不限于此:上述模块均位于同一处理器中;或者,上述各个模块以任意组合的形式分别位于不同的处理器中。
本申请的实施例还提供了一种计算机可读存储介质,该计算机可读存储 介质中存储有计算机程序,其中,该计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。
在一个示例性实施例中,上述计算机可读存储介质可以包括但不限于:U盘、只读存储器(Read-Only Memory,简称为ROM)、随机存取存储器(Random Access Memory,简称为RAM)、移动硬盘、磁碟或者光盘等各种可以存储计算机程序的介质。
本申请的实施例还提供了一种电子装置,包括存储器和处理器,该存储器中存储有计算机程序,该处理器被设置为运行计算机程序以执行上述任一项方法实施例中的步骤。
在一个示例性实施例中,上述电子装置还可以包括传输设备以及输入输出设备,其中,该传输设备和上述处理器连接,该输入输出设备和上述处理器连接。
本实施例中的具体示例可以参考上述实施例及示例性实施方式中所描述的示例,本实施例在此不再赘述。
为了便于对本申请所提供的技术方案的理解,下面将结合具体场景的实施例进行详细阐述。
本申请一实施例提供一种针对跨云平台的虚拟机异地迁移方法。通过在异地数据中心创建不带磁盘实体的目的虚拟机,打通异地云平台间消息组件的消息通道,基于管理网的网络拷贝方式以完全对称的方式拷贝磁盘文件链,最终实现虚拟机跨云平台异地迁移,同时进行了对于磁盘共用节点不重复拷贝的设计,提升异地迁移的效率。
本申请一实施例提供一种在异地使用云桌面的场景下基于网络拷贝方式的虚拟机异地整机迁移的方法。首先,该方案能够实现虚拟机整机从A数据中心云平台迁移到B数据中心云平台。其次,该方案能够设置迁移的开始和结束时间,可以在非工作时间进行迁移避免影响用户的正常使用。再者,该方案迁移失败也不会对源虚拟机造成影响,用户依旧能够正常使用云桌面。另外,该方案保持了虚拟机磁盘文件链的结构,目的虚拟机和源虚拟机的磁盘结构一致。最后,该方案对于拷贝过的虚拟机共用文件节点不重复拷贝,提升了迁移效率。
本申请一实施例的核心内容就是通过打通不同云平台之间的消息组件,可以使管理平台互相通信获取虚拟机管理数据,基于网络拷贝方式完成虚拟机磁盘文件节点的逐以拷贝,拷贝过程完全对称化,确保了源虚拟机和目的 虚拟机的磁盘结构的一致性,同时对于共用的磁盘文件节点不进行重复拷贝,从而完成达到在极端有限条件下虚拟机的异地整机迁移。
图5是根据一些情况的通过导出导入方式将虚拟机迁移到异地云平台方案的示意图,如图5所示,通过导出导入虚拟机的操作,将虚拟机从A地云平台迁移到异地。即,首先,将A地虚拟机导出至nfs存储中;其次,通过导入操作将nfs存储上的磁盘镜像文件以及虚拟机的配置信息导入到B地云平台中。
图6是根据本申请一实施例的通过跨云平台迁移完成虚拟机整机迁移的示意图,如图6所示,首先,在B地云平台创建迁移的目的虚拟机,该虚拟机各种基本配置信息和源虚拟机保持一致,虚拟机不带磁盘实体文件,磁盘所在存储库为选择的B云平台中的存储库,虚拟机网卡配置为目的云平台中网络端口组;其次,按照磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至B地云平台存储库中。
通过图5图6的的示意图对比,可以看到跨数据中心迁移的方案相对于导入导出方案的优势如下:第一,迁移过程完全自动化无须多次人为干预,操作流程方便;第二,保持了磁盘文件链结构,可以依旧保持文件节点的父子关系。
图7是根据本申请一些实施例的云平台内部整机迁移方案的示意图,图8是根据本申请一些实施例的云平台内部整机迁移方法的流程图,如图7和图8所示,该方法包括如下步骤:
步骤S801,构建虚拟机待迁移磁盘列表;
步骤S802,构建虚拟机每个磁盘待迁移文件列表;
步骤S803,针对每个磁盘文件节点选择平台内主机进行数据拷贝;
步骤S804,磁盘文件拷贝结束后虚拟机可运行于新的资源池以及新的存储库。
图9是根据本申请一实施例的云平台内部迁移以及跨平台迁移所依赖的组网条件的对比示意图,如图9所示,在同一平台内,存储库之间可以与主机都相通,那么直接通过存储网选择单台主机就可以完成磁盘数据的拷贝迁移。跨数据中心的虚拟机迁移,两地的存储网络是隔离的,因此依赖于管理网通过两个云平台中的两台主机相互配合完成磁盘文件节点的迁移。因此跨云平台可以在不依赖存储网,在极端条件下完成虚拟机的整机迁移。
通过图5与图6的导入导出跨平台迁移方案以及图9的平台内虚拟机迁 移和跨云平台的迁移对比。可以概括以下几点本方案的优势:
(1)操作流程完全自动化,只需要将需要迁移的虚拟机加入待迁移列表,同时设置好迁移的开始和结束时间,平台就能完成虚拟机的迁移操作;
(2)迁移不改变磁盘文件链的结构,从而能够保持差分特有的特性,比如虚拟机还原功能等;
(3)无须依赖存储网,在特定场景下就能完成虚拟机整机迁移。
下面结合附图对本实施例的技术方案的实施作进一步的详细描述:
本申请一实施例应用场景为大型数据中心虚拟化云平台环境中;
图10是根据本申请一实施例的跨云平台虚拟机异地迁移方法的流程图,如图10所示,该方法包括如下步骤:
S1001:通过管理界面将需要迁移的虚拟机加入迁移列表;
S1002:设置虚拟机迁移开始和结束的时间;
S1003:到达迁移时间后触发对于虚拟机的跨数据中心异地迁移操作;
S1004:发送消息至目的云平台创建目的虚拟机,目的虚拟机基本配置信息与源虚拟机一致。网卡端口组以及磁盘存储库使用目的云平台上的网络以及存储库;
S1005:构建待迁移的磁盘文件列表;
S1006:选择源云平台一个主机进行磁盘文件拷贝操作;
S1007:向选择的目的云平台发送消息,判断对端是否存在已经拷贝过的公用节点;
S1008:如果有共用节点正在拷贝,则等待拷贝完成;如果有共用节点已经拷贝完,则不需进行拷贝,进行下一文件节点拷贝;
S1009:如果是共用节点第一次拷贝,则向目的端主机发消息启动网络拷贝服务端;
S1010:源平台上的主机启动网络拷贝客户端;
S1011:完成文件节点拷贝,进行下磁盘文件节点的拷贝;
S1012:虚拟机磁盘均完成迁移,整机迁移结束。
本实施例可以针对大型的数据中心场景对业务虚拟机进行异地跨数据中心的整机迁移,通过打通消息组件单例模式,针对虚拟机磁盘进行完全对称化拷贝,基于网络拷贝方式完成虚拟机整机迁移。同时对于共用节点不进行重复拷贝,提升了迁移的效率。该方案能够完成方便完成虚拟机整机异地迁移,提升用户体验,降低运维成本,合理调度不通数据中心之间的资源。
通过本申请的上述实施例,由于通过在异地数据中心创建不带磁盘实体的目的虚拟机,打通异地云平台间消息组件的消息通道,基于管理网的网络拷贝方式以完全对称的方式拷贝磁盘文件链,因此,可以解决一些情况中数据中心内迁移无法完成异地迁移、导入导出全程需要人工干预、无法保持磁盘文件链结构的一致性的问题,达到实现虚拟机跨云平台异地迁移、保持磁盘文件链结构一致的效果。
以上内容是结合具体的实施方式对本系统和方法所作的进一步详细说明,不能认定本系统和方法的具体实施只局限于这些说明。对于本系统和方法所属技术领域的普通技术人员来说,在不脱离本实用信息构思的前提下,还可以做出若干简单推演或替换,都应当视为属于本系统和方法的保护范围。
显然,本领域的技术人员应该明白,上述的本发明的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本申请不限制于任何特定的硬件和软件结合。
以上所述仅为本申请的一些实施例而已,并不用于限制本申请,对于本领域的技术人员来说,本申请可以有各种更改和变化。凡在本申请的原则之内,所作的任何修改、等同替换、改进等,均应包含在本申请的保护范围之内。

Claims (10)

  1. 一种跨云平台的虚拟机迁移方法,包括:
    在目的云平台创建迁移的目的虚拟机,其中,所述目的虚拟机的配置信息与源云平台的源虚拟机的配置信息一致,所述目的虚拟机的网络端口组配置为所述目的云平台的网络端口组,所述目的虚拟机的磁盘存储库配置为所述目的云平台的磁盘存储库;
    按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。
  2. 根据权利要求1所述的方法,其中,在目的云平台创建迁移的目的虚拟机之前,还包括,
    通过管理界面将需要迁移的所述源虚拟机加入迁移列表。
  3. 根据权利要求2所述的方法,其中,通过管理界面将需要迁移的所述源虚拟机加入迁移列表之后,还包括:
    设置所述源虚拟机迁移开始时间;
    当所述迁移时间到达时,触发对所述源虚拟机的迁移操作。
  4. 根据权利要求1所述的方法,其中,按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中,还包括:
    构建所述源虚拟机待迁移的磁盘列表,并针对每个磁盘构建待迁移的文件列表;
    根据待拷贝的文件节点选择所述源云平台或所述目的云平台中的主机将所述源虚拟机的磁盘文件拷贝操作至所述的虚拟机的磁盘存储库中。
  5. 根据权利要求4所述的方法,其中,根据待拷贝的文件节点选择所述源云平台或所述目的云平台中的主机将所述源虚拟机的磁盘文件拷贝操作至所述的虚拟机的磁盘存储库中,包括:
    选择源云平台的主机进行磁盘文件拷贝操作;
    向所述目的云平台发送消息,判断所述目的虚拟机是否存在已经拷贝过的共用节点;
    当所述共用节点正在拷贝时,所述源云平台的主机等待所述共用节点拷贝完成;
    当所述共用节点已经完成拷贝,所述源云平台的主机不再进行所述共用节点的拷贝操作,并进行下一磁盘文件节点的拷贝。
  6. 根据权利要求5所述的方法,其中,在向所述目的云平台发送消息,判断所述目的虚拟机是否存在已经拷贝过的共用节点之后,还包括,
    当所述共用节点为第一次拷贝时,则向所述目的云平台的主机发送消息,以启动所述目的云平台的主机对所述共用节点进行网络拷贝。
  7. 一种跨云平台的虚拟机迁移装置,包括:
    创建模块,被设置成在目的云平台创建迁移的目的虚拟机,其中,所述目的虚拟机的配置信息与源云平台的源虚拟机的配置信息一致,所述目的虚拟机的网络端口组配置为所述目的云平台的网络端口组,所述目的虚拟机的磁盘存储库配置为所述目的云平台的磁盘存储库;
    迁移模块,被设置成按照所述源云平台的所述源虚拟机的磁盘文件链结构通过网络拷贝方式逐一迁移文件节点至所述目的云平台的目的虚拟机的磁盘存储库中。
  8. 根据权利要求7所述的装置,其中,所述迁移模块还包括:
    列表构建单元,被设置成构建所述源虚拟机待迁移的磁盘列表,并针对每个磁盘构建待迁移的文件列表;
    执行单元,被设置成选择所述源云平台或所述目的云平台中的主机将所述源虚拟机的磁盘文件拷贝操作至所述的虚拟机的磁盘存储库中。
  9. 一种计算机可读存储介质,其中存储有计算机程序,其中,所述计算机程序被设置为运行时执行所述权利要求1至6任一项中所述的方法。
  10. 一种电子装置,包括存储器和处理器,其中,所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行所述权利要求1至6任一项中所述的方法。
PCT/CN2021/100134 2020-06-23 2021-06-15 跨云平台虚拟机迁移方法、装置、存储介质及电子装置 WO2021259094A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022580056A JP7469524B2 (ja) 2020-06-23 2021-06-15 クラウドプラットフォーム間の仮想マシン移行方法、装置、記憶媒体及び電子機器
KR1020237002180A KR20230024416A (ko) 2020-06-23 2021-06-15 클라우드 플랫폼 간 가상 머신 마이그레이션 방법, 장치, 저장 매체 및 전자 장치

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010582905.XA CN113835822A (zh) 2020-06-23 2020-06-23 跨云平台虚拟机迁移方法、装置、存储介质及电子装置
CN202010582905.X 2020-06-23

Publications (1)

Publication Number Publication Date
WO2021259094A1 true WO2021259094A1 (zh) 2021-12-30

Family

ID=78964339

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/100134 WO2021259094A1 (zh) 2020-06-23 2021-06-15 跨云平台虚拟机迁移方法、装置、存储介质及电子装置

Country Status (4)

Country Link
JP (1) JP7469524B2 (zh)
KR (1) KR20230024416A (zh)
CN (1) CN113835822A (zh)
WO (1) WO2021259094A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461338A (zh) * 2022-01-10 2022-05-10 北京志凌海纳科技有限公司 virtio驱动程序注入方法和装置
CN114489517A (zh) * 2022-02-14 2022-05-13 苏州浪潮智能科技有限公司 一种离线加速迁移方法、系统、设备及存储介质
CN117009310A (zh) * 2023-09-27 2023-11-07 苏州元脑智能科技有限公司 文件同步方法、装置、分布式全局内容库系统及电子设备

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114827162A (zh) * 2022-03-30 2022-07-29 河南保营机电有限公司 一种基于边缘计算的可迁移云桌面系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103051479A (zh) * 2012-12-24 2013-04-17 北京启明星辰信息技术股份有限公司 虚拟机网络控制策略的迁移处理方法及系统
CN103077034A (zh) * 2013-01-09 2013-05-01 上海交通大学 混合虚拟化平台java应用迁移方法与系统
CN103577245A (zh) * 2013-10-29 2014-02-12 中国科学院计算技术研究所 一种轻量级虚拟机迁移方法
WO2014146543A1 (zh) * 2013-03-22 2014-09-25 中国银联股份有限公司 面向云计算环境的分层存储系统中的数据迁移方法
CN106227587A (zh) * 2016-07-19 2016-12-14 浪潮(北京)电子信息产业有限公司 一种带快照虚拟机整机动态迁移方法及装置
CN108228311A (zh) * 2016-12-22 2018-06-29 中兴通讯股份有限公司 一种跨存储池迁移虚拟机的方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033483A (ja) 2006-07-27 2008-02-14 Nec Corp 計算機システム、計算機および計算機動作環境の移動方法
US8490088B2 (en) 2010-09-10 2013-07-16 International Business Machines Corporation On demand virtual machine image streaming

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103051479A (zh) * 2012-12-24 2013-04-17 北京启明星辰信息技术股份有限公司 虚拟机网络控制策略的迁移处理方法及系统
CN103077034A (zh) * 2013-01-09 2013-05-01 上海交通大学 混合虚拟化平台java应用迁移方法与系统
WO2014146543A1 (zh) * 2013-03-22 2014-09-25 中国银联股份有限公司 面向云计算环境的分层存储系统中的数据迁移方法
CN103577245A (zh) * 2013-10-29 2014-02-12 中国科学院计算技术研究所 一种轻量级虚拟机迁移方法
CN106227587A (zh) * 2016-07-19 2016-12-14 浪潮(北京)电子信息产业有限公司 一种带快照虚拟机整机动态迁移方法及装置
CN108228311A (zh) * 2016-12-22 2018-06-29 中兴通讯股份有限公司 一种跨存储池迁移虚拟机的方法

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461338A (zh) * 2022-01-10 2022-05-10 北京志凌海纳科技有限公司 virtio驱动程序注入方法和装置
CN114489517A (zh) * 2022-02-14 2022-05-13 苏州浪潮智能科技有限公司 一种离线加速迁移方法、系统、设备及存储介质
CN114489517B (zh) * 2022-02-14 2023-09-08 苏州浪潮智能科技有限公司 一种离线加速迁移方法、系统、设备及存储介质
CN117009310A (zh) * 2023-09-27 2023-11-07 苏州元脑智能科技有限公司 文件同步方法、装置、分布式全局内容库系统及电子设备
CN117009310B (zh) * 2023-09-27 2024-01-23 苏州元脑智能科技有限公司 文件同步方法、装置、分布式全局内容库系统及电子设备

Also Published As

Publication number Publication date
JP7469524B2 (ja) 2024-04-16
KR20230024416A (ko) 2023-02-20
CN113835822A (zh) 2021-12-24
JP2023531532A (ja) 2023-07-24

Similar Documents

Publication Publication Date Title
WO2021259094A1 (zh) 跨云平台虚拟机迁移方法、装置、存储介质及电子装置
JP6722277B2 (ja) コピーリダイレクト・オン・ライト
US10873623B2 (en) Dynamically modifying a cluster of computing nodes used for distributed execution of a program
US8826272B2 (en) Planning a reliable migration in a limited stability virtualized environment
US10379893B2 (en) Container synchronization
US8418181B1 (en) Managing program execution based on data storage location
US20180095840A1 (en) Reducing recovery time in disaster recovery/replication setup with multitier backend storage
JP5357266B2 (ja) プログラム実行状態の保存
US10333789B1 (en) Client-directed placement of remotely-configured service instances
CN105872016B (zh) 一种桌面云中虚拟机的运行方法
CN103368767A (zh) 用于具有故障的云中的高效应用管理的方法和系统
US10922283B2 (en) File synchronization
US9606873B2 (en) Apparatus, system and method for temporary copy policy
CN116648692A (zh) 迁移复杂的传统应用
US11461123B1 (en) Dynamic pre-copy and post-copy determination for live migration between cloud regions and edge locations
TW201638799A (zh) 計算系統中之軟體影像的分佈式存儲
US11734038B1 (en) Multiple simultaneous volume attachments for live migration between cloud regions and edge locations
US11573839B1 (en) Dynamic scheduling for live migration between cloud regions and edge locations
US20150350315A1 (en) Zero copy volume reconstruction
CN116483274A (zh) 一种分布式块存储卷在线迁移方法、装置、设备及介质
US11571618B1 (en) Multi-region game server fleets
US10169343B2 (en) Deferring the cost of virtual storage
JP2019525311A (ja) ネットワークアクセス可能なデータボリューム変更
RU2813491C1 (ru) Способ и устройство для переноса виртуальной машины по облачной платформе, а также носитель данных и электронное устройство
US11571619B1 (en) Cross-region management of game server fleets

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21828579

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022580056

Country of ref document: JP

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 20237002180

Country of ref document: KR

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 14.02.2023)

122 Ep: pct application non-entry in european phase

Ref document number: 21828579

Country of ref document: EP

Kind code of ref document: A1