CN107329802B - Virtual machine creating method and electronic equipment - Google Patents

Virtual machine creating method and electronic equipment Download PDF

Info

Publication number
CN107329802B
CN107329802B CN201710524337.6A CN201710524337A CN107329802B CN 107329802 B CN107329802 B CN 107329802B CN 201710524337 A CN201710524337 A CN 201710524337A CN 107329802 B CN107329802 B CN 107329802B
Authority
CN
China
Prior art keywords
virtual machine
data
starting
image file
site
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201710524337.6A
Other languages
Chinese (zh)
Other versions
CN107329802A (en
Inventor
李光辉
杨杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing Ltd
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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN201710524337.6A priority Critical patent/CN107329802B/en
Publication of CN107329802A publication Critical patent/CN107329802A/en
Application granted granted Critical
Publication of CN107329802B publication Critical patent/CN107329802B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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/45562Creating, deleting, cloning virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a virtual machine creating method and electronic equipment, wherein the virtual machine creating method is completed by recovering a virtual machine starting site corresponding to virtual machine starting site data in a memory of a target host and continuously completing a subsequent starting process of a virtual machine on the recovered site; the virtual machine starting field data is field data stored from a target image file required by virtual machine creation to a preset time node in advance. Therefore, the virtual machine creating scheme based on the memory is provided, when the virtual machine is created, the image file does not need to be read, the I/O load of the system is reduced, the virtual machine can be created directly in one memory on the basis of recovering the virtual machine starting site, and at least some basic processes required for creating the virtual machine, such as guiding, loading, starting kernel, initialization and the like, can be omitted, so that the virtual machine can be started faster, and the virtual machine creating efficiency is improved.

Description

Virtual machine creating method and electronic equipment
Technical Field
The invention belongs to the technical field of virtual machine management in a cloud computing environment, and particularly relates to a virtual machine creation method and electronic equipment.
Background
In a cloud computing environment, creating a virtual machine is one of the most basic functions that a cloud platform provides for end users.
At present, the creation of a virtual machine is generally completed by starting the virtual machine from an image file, which specifically includes: the virtual machine management platform acquires parameter information required by a user for creating a virtual machine, such as a host name, mirror image information, configuration information (processor/memory/disk resources), network information and the like; the virtual management platform selects a proper host according to the obtained parameter information and informs the host to create a virtual machine; the host reads a corresponding image file from the image server to the host according to the image information in the virtual machine parameters, the virtual machine management platform calls a Hypervisor (virtual machine monitor) in the host, and a virtual machine is started from the image file of the host, so that the virtual machine is created.
However, this way of starting up the virtual machine has the following drawbacks: each virtual machine needs to be created by reading the image file once, system I/O (Input/output) becomes a bottleneck, and the virtual machine needs to be started from the file, which results in low virtual machine creation efficiency.
Disclosure of Invention
In view of this, the present invention provides a virtual machine creation method and an electronic device, which aim to reduce an I/O load when a cloud system creates a virtual machine and improve virtual machine creation efficiency.
Therefore, the invention discloses the following technical scheme:
a virtual machine creation method, comprising:
acquiring parameter information required by virtual machine creation;
based on the parameter information, virtual machine starting field data of a target image file required by the virtual machine is obtained, wherein the starting field data comprises: starting a virtual machine from the target image file to field data stored in a preset time node in advance;
acquiring mirror image data in the target mirror image file corresponding to the node after the preset time in the starting process of the virtual machine;
and restoring a virtual machine starting site corresponding to the starting site data in the memory of the target host, and finishing the creation of the virtual machine on the basis of the mirror image data after the preset time node on the virtual machine starting site.
In the above method, preferably, the obtaining parameter information required for creating a virtual machine includes:
host information, mirror image information, configuration information and network information required for creating the virtual machine are obtained.
Preferably, the obtaining of the virtual machine startup field data of the target image file required for creating the virtual machine includes:
and acquiring complete start site data corresponding to the virtual machine start site of the target image file which is directly stored in advance.
In the above method, preferably, the image information includes a target type to which a target image file belongs, and the obtaining of the virtual machine startup field data of the target image file required for creating the virtual machine includes:
obtaining common start site data corresponding to the target type of image file; wherein the common data of the starting site comprises: when various image files corresponding to the target type are started to the preset time node, the corresponding virtual machine starts the shared data in the field data;
acquiring special data of a starting site of the target image file; the specific data of the starting site of the target image file comprises: when the target image file is started to the preset time node, the corresponding virtual machine starts other data in the field data except the common data of the start field;
and combining the common data of the starting site and the special data of the starting site to obtain the starting site data of the virtual machine of the target image file.
In the above method, preferably, the restoring a virtual machine start site corresponding to the start site data in a memory of a target host corresponding to the host information, and completing creation of a virtual machine based on the mirror image data after the predetermined time node on the virtual machine start site includes:
the virtual machine starting site of the target image file is recovered in the memory of the target host by copying the virtual machine starting site data of the target image file to the memory of the target host;
performing parameter configuration required by the current virtual machine creation in the virtual machine starting site;
and finishing the starting process of the virtual machine corresponding to the other stages by using the mirror image data after the preset time node so as to establish the virtual machine.
An electronic device, comprising:
the virtual machine management system comprises a first acquisition unit, a second acquisition unit and a virtual machine management unit, wherein the first acquisition unit is used for acquiring parameter information required by virtual machine creation;
a second obtaining unit, configured to obtain, based on the parameter information, virtual machine startup field data of a target image file required to create a virtual machine, where the startup field data includes: starting a virtual machine from the target image file to field data stored in a preset time node in advance;
the third acquisition unit is used for acquiring mirror image data corresponding to the mirror image data after the preset time node in the starting process of the virtual machine in the target mirror image file;
and the virtual machine creating unit is used for recovering a virtual machine starting site corresponding to the starting site data in a memory of the target host, and completing the creation of the virtual machine on the basis of the mirror image data after the preset time node on the virtual machine starting site.
Preferably, in the electronic device, the first obtaining unit is specifically configured to:
host information, mirror image information, configuration information and network information required for creating the virtual machine are obtained.
Preferably, in the electronic device, the second obtaining unit is specifically configured to:
and acquiring complete start site data corresponding to the virtual machine start site of the target image file which is directly stored in advance.
Preferably, in the electronic device, the second obtaining unit is specifically configured to:
obtaining common start site data corresponding to the target type of image file; wherein the common data of the starting site comprises: when various image files corresponding to the target type are started to the preset time node, the corresponding virtual machine starts the shared data in the field data; acquiring special data of a starting site of the target image file; the specific data of the starting site of the target image file comprises: when the target image file is started to the preset time node, the corresponding virtual machine starts other data in the field data except the common data of the start field; and combining the common data of the starting site and the special data of the starting site to obtain the starting site data of the virtual machine of the target image file.
Preferably, in the electronic device, the virtual machine creating unit is specifically configured to:
the virtual machine starting site of the target image file is recovered in the memory of the target host by copying the virtual machine starting site data of the target image file to the memory of the target host; performing parameter configuration required by the current virtual machine creation in the virtual machine starting site; and finishing the starting process of the virtual machine corresponding to the other stages by using the mirror image data after the preset time node so as to establish the virtual machine.
According to the scheme, the virtual machine creation method and the electronic device provided by the application finish the creation of the virtual machine by recovering the virtual machine starting site corresponding to the virtual machine starting site data in the memory of the target host and continuously finishing the subsequent starting process of the virtual machine on the recovered virtual machine starting site; the virtual machine starting field data is stored in a preset time node after the virtual machine is started from a target image file required by the virtual machine. Therefore, the virtual machine creating scheme based on the memory is provided, when the virtual machine is created, the image file does not need to be read, the I/O load of the system is reduced, the virtual machine can be created directly in a memory (such as a target host memory) based on recovery of a virtual machine starting site, and at least some basic processes required for creating the virtual machine, such as guiding, loading, kernel starting, initialization and the like, can be omitted, so that the virtual machine starting speed is higher, and the virtual machine creating efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a first embodiment of a virtual machine creation method provided in the present application;
fig. 2 is a flowchart of a second embodiment of a virtual machine creation method provided in the present application;
fig. 3 is a flowchart of a third embodiment of a virtual machine creation method provided in the present application;
fig. 4 is a flowchart of a fourth embodiment of a virtual machine creation method provided in the present application;
fig. 5 is a schematic structural diagram of a fifth embodiment of an electronic device provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
The method for creating the virtual machine can be applied to the creation of the cloud platform virtual machine in the cloud computing environment, or can also be applied to the creation of the terminal virtual machine in a common virtual machine use scene, for example, the virtual machine can be created on the cloud platform by using the method, and the virtual machine can be created on various computer terminals of a user, such as a notebook computer, a desktop computer, an all-in-one machine, and the like, by using the method.
Referring to fig. 1, a flowchart of a first embodiment of a virtual machine creation method according to the present application is shown, where the method may include the following steps:
step 101, obtaining parameter information required by virtual machine creation.
The parameter information is some basic or necessary parameter information required for creating the virtual machine, and specifically, the parameter information may be, but is not limited to, host information, mirror information, configuration information, network information, and the like required for creating the virtual machine.
The host information may be, for example, a host name, a host number, and the like, the image information at least includes information of a target image file required for creating the virtual machine, such as a name of the target image file, and the configuration information may include information of a processor/memory/Disk resource (CPU/Mem/Disk) required for creating the virtual machine.
Parameter information such as host information, mirror image information, configuration information, network information and the like required for creating a virtual machine is generally generated by a user through executing corresponding setting operation based on actual requirements of the user, for example, in a cloud computing environment, the parameter information required for creating the virtual machine can be provided by a terminal user through parameter setting and submitted to a cloud platform, and the cloud platform creates the virtual machine according to the parameter information after acquiring the parameter information submitted by the terminal user.
102, obtaining virtual machine starting field data of a target image file required by the virtual machine based on the parameter information, wherein the starting field data comprises: and starting the virtual machine from the target image file to the field data stored in the preset time node in advance.
Different from the mode that the virtual machine is started from the image file to complete the creation of the virtual machine in the prior art, the invention provides a mode that the virtual machine is started from the memory based on the memory to create the virtual machine. Specifically, the virtual machine is started directly in the memory by restoring the virtual machine start site corresponding to the virtual machine start site data, rather than from the start node of the virtual machine start process, so as to complete the virtual machine creation on the basis of starting.
Wherein the virtual machine starts the field data and includes: and starting the virtual machine from the target image file to the field data stored in the preset time node in advance. The predetermined time node is a certain node in the virtual machine starting process, and may be, for example, a time node corresponding to when some general processes (some processes that need to be executed when starting the virtual machine based on different image files) are executed in the virtual machine starting process, and more specifically, may be, for example, a corresponding node when the virtual machine is started until the kernel is completely loaded, or an IP (Internet Protocol) address is obtained, or an initialization script is obtained, and the like.
According to the method and the device, the virtual machine is started in the image file to the preset time node in advance, and the virtual machine starting field data when the virtual machine is started to the preset time node is stored, so that the virtual machine starting field corresponding to the pre-stored field data can be directly recovered in the memory when the virtual machine is created based on the memory subsequently, and therefore the starting process from the starting node to the preset time node in the virtual machine starting process does not need to be executed in the memory, the virtual machine creating process is simplified, and the virtual machine creating efficiency is improved.
The image files can be roughly classified into windows image files, linux image files and the like, and the windows image files and the linux image files respectively comprise a plurality of different image files under the large image file categories.
In view of this, after obtaining the parameter information required for creating the virtual machine, the target image file required for creating the virtual machine may be determined according to the target image file information in the parameter information, such as the name of the target image file. And determining and acquiring the virtual machine starting site data of the target image file to realize providing support for restoring the virtual machine starting site based on the memory and establishing the virtual machine on the restored virtual machine starting site.
And 103, acquiring mirror image data in the target mirror image file corresponding to the preset time node in the starting process of the virtual machine.
The virtual machine starting field data of the target image file corresponds to a starting process from a starting node to the predetermined time node in the virtual machine starting process, so that image data corresponding to the predetermined time node in the virtual machine starting process in the target image file also needs to be obtained in order to complete a complete starting process in the virtual machine starting process.
And step 104, restoring a virtual machine starting site corresponding to the starting site data in the memory of the target host, and completing the creation of the virtual machine on the basis of the mirror image data after the preset time node on the virtual machine starting site.
The target host may be determined according to host information, such as a host name, in the parameter information, and after the target host required for creating the virtual machine is determined, host resources and network resources required for creating and allocating the virtual machine may be further allocated according to configuration information (such as CPU/Mem/Disk) and network information in the parameter information. Taking the cloud computing environment as an example, a virtual machine management platform in the cloud platform may determine a host required for creating the virtual machine according to host information, and create and allocate a host resource (such as CPU/Mem/Disk) and a network resource required for the virtual machine according to the configuration information and the network information.
In this step, on the basis of obtaining the virtual machine start-up field data of the target image file and the image data of the target image file corresponding to the predetermined time node in the virtual machine start-up process, the virtual machine start-up field corresponding to the start-up field data may be first restored in the memory of the target host, and after the virtual machine start-up field is restored, the effect is equivalent to executing the start-up process from the start node of the virtual machine start-up to the predetermined time node in the memory, so that, later, on the restored virtual machine start-up field, the subsequent process in the virtual machine start-up process, that is, the process after the predetermined time node, is completed by using the image data after the predetermined time node, thereby implementing the creation of the virtual machine.
According to the virtual machine creation method provided by the embodiment of the application, the virtual machine starting site corresponding to the virtual machine starting site data is recovered in the memory of the target host, and the subsequent starting process of the virtual machine is continuously completed on the recovered virtual machine starting site, so that the virtual machine is created; the virtual machine starting field data is stored in a preset time node after the virtual machine is started from a target image file required by the virtual machine. Therefore, the virtual machine creating scheme based on the memory is provided, when the virtual machine is created, the image file does not need to be read, the I/O load of the system is reduced, the virtual machine can be created directly in a memory (such as a target host memory) based on recovery of a virtual machine starting site, and at least some basic processes required for creating the virtual machine, such as guiding, loading, kernel starting, initialization and the like, can be omitted, so that the virtual machine starting speed is higher, and the virtual machine creating efficiency is improved.
Example two
In this embodiment two, a possible implementation manner of obtaining the virtual machine startup field data of the target image file required for creating the virtual machine in the step 102 is provided, and referring to a flowchart of fig. 2, the step 102 may be implemented by the following steps:
step 201, acquiring complete start site data corresponding to a virtual machine start site of the target image file directly stored in advance.
In the method of this embodiment, the virtual machine is started from the image file to the predetermined time node in advance, and the complete start site data corresponding to the virtual machine start site from the image file to the predetermined time node is stored.
For example, in the cloud computing environment, for various image files maintained in an image server of a cloud platform, such as various windows-type image files and various linux-type image files, a virtual machine is started from each image file to a predetermined time node in advance, and when the virtual machine is started from each image file to the predetermined time node, complete start-up field data of a start-up field of the virtual machine corresponding to each image file is stored, so that support can be provided for the following virtual machine creation requirements of different terminals on the cloud platform based on different images.
On the basis of the preprocessing, when a virtual machine creating requirement based on the target image file exists, complete starting field data of a virtual machine starting field corresponding to the target image file, which is stored in advance, can be directly obtained. Still taking a cloud computing environment as an example, a target host can firstly search whether complete start-up field data corresponding to a target image file exists in a local machine, if not, the complete start-up field data of the target image file is read from an image server to the local machine and cached (so that when the local machine needs to perform additional virtual machine creation based on the target image file subsequently, start-up field data support of the local machine is provided, and therefore data acquisition efficiency is improved, and I/O load of a system is reduced).
According to the method, the starting field data corresponding to the target image file is obtained in a complete starting field data mode, and the process of obtaining the starting field data of the target image file can be visual and simple by using the mode, so that the method has high obtaining efficiency.
EXAMPLE III
In a third embodiment, the image information in the parameter information further includes a target type to which the target image file belongs, and on this basis, this embodiment provides another possible implementation manner for obtaining the virtual machine startup field data of the target image file required for creating the virtual machine in step 102.
Referring to the flowchart of the second embodiment of the virtual machine creation method in the present application shown in fig. 3, the step 102 may be implemented by the following steps:
301, obtaining common start site data corresponding to the image file of the target type; wherein the common data of the starting site comprises: and when the various image files corresponding to the target types are started to the preset time node, the various image files respectively correspond to the shared data in the virtual machine starting field data.
The present embodiment is different from the second embodiment in the manner of acquiring the data of the start site.
In this embodiment, the predetermined time node corresponding to the virtual machine start-up field data is preferably set as a node corresponding to some general processes executed in the virtual machine start-up process, for example, a time node corresponding to a process of executing kernel loading or acquiring an IP or acquiring an initialization script.
For a conventional virtual machine image of the same series/type, such as a conventional virtual machine image of a certain series/type in a windows or linux category, because the virtual machine startup field data corresponding to each image file in the virtual machine images is data stored after a certain general process is executed in the virtual machine startup process, and does not contain any service information, most of the data in each virtual machine startup field data corresponding to the virtual machine images are generally the same, and only a small part of the data is different.
In view of this, the present embodiment proposes to further process each virtual machine startup field data corresponding to a same series/type of virtual machine image, including extracting common data and specific data in each virtual machine startup field data, and compressing the extracted data, so that, when storing the virtual machine startup field data of the same series/type of image file, it is different from the second implementation of storing the complete startup field data of each image file separately.
Therefore, based on the storage method for data in the startup site of the virtual machine in the embodiment, when there is a virtual machine creation requirement based on the target image file, the target type to which the target image file belongs may be read from the image information included in the parameter information required for creating the virtual machine, and the startup site common data corresponding to the image file of the target type may be obtained.
In the cloud computing environment, the target host computer can also search the common start-up site data corresponding to the target type image file in the local computer at first, if the local computer does not have the required common start-up site data, the common start-up site data corresponding to the target type image file is continuously read from the image server of the cloud platform and cached in the local computer, so that the common start-up site data support of the local computer is provided for the virtual machine when the virtual machine is required to be created based on the same series/type image files in the local computer subsequently.
Step 302, obtaining the special data of the starting site of the target image file; the specific data of the starting site of the target image file comprises: and when the target image file is started to the preset time node, the corresponding virtual machine starts other data except the common data of the start site.
After the common data of the starting site corresponding to the target image file is obtained, the special data of the starting site corresponding to the target image file also needs to be obtained. The acquisition of the startup site specific data in the cloud computing environment is similar to the acquisition of the startup site common data (based on native or mirror server acquisition), and is not described in detail herein.
And 303, combining the common data of the starting site and the special data of the starting site to obtain the starting site data of the virtual machine of the target image file.
After the common start site data and the specific start site data corresponding to the target image file are obtained, the common start site data and the specific start site data can be merged to obtain complete start site data corresponding to the target image file. Subsequently, the scheme of the invention can be used for realizing the creation of the virtual machine based on the memory startup field recovery.
According to the method, the starting site data corresponding to the target image file is obtained in a mode of combining the common starting site data and the specific starting site data, and by means of the mode, storage resources of the starting site data of the virtual machine can be effectively saved.
Example four
The embodiment of the present invention provides a possible implementation manner of the step 104, and referring to a flowchart of a fourth embodiment of a virtual machine creation method according to the present application shown in fig. 4, in the step 104, that is, a virtual machine start site corresponding to the start site data is recovered in a memory of a target host corresponding to the host information, and creation of a virtual machine is completed on the virtual machine start site based on the mirror image data after the predetermined time node, which may be implemented by the following processing procedures:
step 401, by copying the virtual machine start site data of the target image file to the memory of the target host, the virtual machine start site of the target image file is restored in the memory of the target host.
The virtual machine starting site corresponding to the target image file can be recovered in the memory of the target host by copying the virtual machine starting site data corresponding to the target image file to the memory of the target host.
For example, the directly obtained complete start-up field data may be copied in the memory of the target host, or the start-up field data obtained by merging the common start-up field data and the specific start-up field data may be copied to recover the start-up field of the virtual machine corresponding to the target image file.
And 402, configuring parameters required by the current virtual machine creation in the virtual machine starting site.
The generation and storage of the virtual machine startup field data of the target image file are specifically based on a specific virtual machine creation process, so that the virtual machine startup field data necessarily includes some basic information specific to the specific virtual machine creation process, such as a virtual machine name, a UUID (universal Unique Identifier), Mac, IP, disk mapping, and the like.
In view of this, after the virtual machine start site corresponding to the virtual machine start site data of the target image file is restored in the memory, the basic information needs to be reconfigured in the restored site according to the virtual machine creation requirement of this time, such as reconfiguring the virtual machine name, UUID, Mac, IP, disk mapping, and the like.
And step 403, completing the virtual machine starting process corresponding to the other stage by using the mirror image data after the predetermined time node, so as to create the virtual machine.
Then, in the virtual machine starting site obtained after the basic information configuration is carried out again, the image data after the preset time node in the target image file is utilized to continue to complete the unfinished flow part (namely, the flow part after the preset time node) in the virtual machine starting process until the virtual machine starting flow is finished, and the virtual machine is correspondingly established.
That is to say, when the scheme of the application is used for creating a virtual machine based on a memory, the virtual machine creation method comprises two stages of work, wherein the first stage is to directly recover a virtual machine starting site in a host memory based on obtained virtual machine starting site data, wherein the virtual machine starting site is a site corresponding to a target image file starting virtual machine to a predetermined time node in advance, so that a starting process from a starting node to the predetermined time node in a virtual machine starting process does not need to be executed in the memory; the second stage is to continue to complete the subsequent flow in the virtual machine starting process in the recovered virtual machine starting site. The starting process from the starting node to the preset time node in the virtual machine starting process is omitted in the memory, so that the virtual machine creating efficiency can be improved.
EXAMPLE five
The fifth embodiment of the present application provides an electronic device, where the electronic device may be a related cloud device in a cloud computing environment, or may also be various computer terminal devices of a user, such as a notebook, a desktop, and an all-in-one machine. Referring to fig. 5, a schematic structural diagram of an embodiment five of an electronic device according to the present application is shown, where the electronic device may include:
a first obtaining unit 501, configured to obtain parameter information required to create a virtual machine.
The parameter information is some basic or necessary parameter information required for creating the virtual machine, and specifically, the parameter information may be, but is not limited to, host information, mirror information, configuration information, network information, and the like required for creating the virtual machine.
The host information may be, for example, a host name, a host number, and the like, the image information at least includes information of a target image file required for creating the virtual machine, such as a name of the target image file, and the configuration information may include information of a processor/memory/Disk resource (CPU/Mem/Disk) required for creating the virtual machine.
Parameter information such as host information, mirror image information, configuration information, network information and the like required for creating a virtual machine is generally generated by a user through executing corresponding setting operation based on actual requirements of the user, for example, in a cloud computing environment, the parameter information required for creating the virtual machine can be provided by a terminal user through parameter setting and submitted to a cloud platform, and the cloud platform creates the virtual machine according to the parameter information after acquiring the parameter information submitted by the terminal user.
A second obtaining unit 502, configured to obtain, based on the parameter information, virtual machine start-up field data of a target image file required to create a virtual machine, where the start-up field data includes: and starting the virtual machine from the target image file to the field data stored in the preset time node in advance.
Different from the mode that the virtual machine is started from the image file to complete the creation of the virtual machine in the prior art, the invention provides a mode that the virtual machine is started from the memory based on the memory to create the virtual machine. Specifically, the virtual machine is started directly in the memory by restoring the virtual machine start site corresponding to the virtual machine start site data, rather than from the start node of the virtual machine start process, so as to complete the virtual machine creation on the basis of starting.
Wherein the virtual machine starts the field data and includes: and starting the virtual machine from the target image file to the field data stored in the preset time node in advance. The predetermined time node is a certain node in the virtual machine starting process, and may be, for example, a time node corresponding to when some general processes (some processes that need to be executed when starting the virtual machine based on different image files) are executed in the virtual machine starting process, and more specifically, may be, for example, a corresponding node when the virtual machine is started until the kernel is completely loaded, or an IP (Internet Protocol) address is obtained, or an initialization script is obtained, and the like.
According to the method and the device, the virtual machine is started in the image file to the preset time node in advance, and the virtual machine starting field data when the virtual machine is started to the preset time node is stored, so that the virtual machine starting field corresponding to the pre-stored field data can be directly recovered in the memory when the virtual machine is created based on the memory subsequently, and therefore the starting process from the starting node to the preset time node in the virtual machine starting process does not need to be executed in the memory, the virtual machine creating process is simplified, and the virtual machine creating efficiency is improved.
The image files can be roughly classified into windows image files, linux image files and the like, and the windows image files and the linux image files respectively comprise a plurality of different image files under the large image file categories.
In view of this, after obtaining the parameter information required for creating the virtual machine, the target image file required for creating the virtual machine may be determined according to the target image file information in the parameter information, such as the name of the target image file. And determining and acquiring the virtual machine starting site data of the target image file to realize providing support for restoring the virtual machine starting site based on the memory and establishing the virtual machine on the restored virtual machine starting site.
A third obtaining unit 503, configured to obtain image data in the target image file after the predetermined time node in the virtual machine starting process.
The virtual machine starting field data of the target image file corresponds to a starting process from a starting node to the predetermined time node in the virtual machine starting process, so that image data corresponding to the predetermined time node in the virtual machine starting process in the target image file also needs to be obtained in order to complete a complete starting process in the virtual machine starting process.
A virtual machine creating unit 504, configured to restore a virtual machine start site corresponding to the start site data in a memory of the target host, and complete creation of a virtual machine based on the mirror image data after the predetermined time node on the virtual machine start site.
The target host may be determined according to host information, such as a host name, in the parameter information, and after the target host required for creating the virtual machine is determined, host resources and network resources required for creating and allocating the virtual machine may be further allocated according to configuration information (such as CPU/Mem/Disk) and network information in the parameter information. Taking the cloud computing environment as an example, a virtual machine management platform in the cloud platform may determine a host required for creating the virtual machine according to host information, and create and allocate a host resource (such as CPU/Mem/Disk) and a network resource required for the virtual machine according to the configuration information and the network information.
In this step, on the basis of obtaining the virtual machine start-up field data of the target image file and the image data of the target image file corresponding to the predetermined time node in the virtual machine start-up process, the virtual machine start-up field corresponding to the start-up field data may be first restored in the memory of the target host, and after the virtual machine start-up field is restored, the effect is equivalent to executing the start-up process from the start node of the virtual machine start-up to the predetermined time node in the memory, so that, later, on the restored virtual machine start-up field, the subsequent process in the virtual machine start-up process, that is, the process after the predetermined time node, is completed by using the image data after the predetermined time node, thereby implementing the creation of the virtual machine.
According to the electronic device provided by the embodiment of the application, the virtual machine starting site corresponding to the virtual machine starting site data is recovered in the memory of the target host, and the subsequent starting process of the virtual machine is continuously completed on the recovered virtual machine starting site, so that the virtual machine is created; the virtual machine starting field data is stored in a preset time node after the virtual machine is started from a target image file required by the virtual machine. Therefore, the virtual machine creating scheme based on the memory is provided, when the virtual machine is created, the image file does not need to be read, the I/O load of the system is reduced, the virtual machine can be created directly in a memory (such as a target host memory) based on recovery of a virtual machine starting site, and at least some basic processes required for creating the virtual machine, such as guiding, loading, kernel starting, initialization and the like, can be omitted, so that the virtual machine starting speed is higher, and the virtual machine creating efficiency is improved.
EXAMPLE six
In this embodiment, the second obtaining unit may specifically obtain, by the following processing procedures, virtual machine startup field data of a target image file required for creating a virtual machine:
and acquiring complete start site data corresponding to the virtual machine start site of the target image file which is directly stored in advance.
In the method of this embodiment, the virtual machine is started from the image file to the predetermined time node in advance, and the complete start site data corresponding to the virtual machine start site from the image file to the predetermined time node is stored.
For example, in the cloud computing environment, for various image files maintained in an image server of a cloud platform, such as various windows-type image files and various linux-type image files, a virtual machine is started from each image file to a predetermined time node in advance, and when the virtual machine is started from each image file to the predetermined time node, complete start-up field data of a start-up field of the virtual machine corresponding to each image file is stored, so that support can be provided for the following virtual machine creation requirements of different terminals on the cloud platform based on different images.
On the basis of the preprocessing, when a virtual machine creating requirement based on the target image file exists, complete starting field data of a virtual machine starting field corresponding to the target image file, which is stored in advance, can be directly obtained. Still taking a cloud computing environment as an example, a target host can firstly search whether complete start-up field data corresponding to a target image file exists in a local machine, if not, the complete start-up field data of the target image file is read from an image server to the local machine and cached (so that when the local machine needs to perform additional virtual machine creation based on the target image file subsequently, start-up field data support of the local machine is provided, and therefore data acquisition efficiency is improved, and I/O load of a system is reduced).
According to the method, the starting field data corresponding to the target image file is obtained in a complete starting field data mode, and the process of obtaining the starting field data of the target image file can be visual and simple by using the mode, so that the method has high obtaining efficiency.
EXAMPLE seven
In a seventh embodiment, the image information in the parameter information further includes a target type to which a target image file belongs, and on this basis, this embodiment provides another possible implementation manner of the second obtaining unit, and in this embodiment, the second obtaining unit may specifically obtain, by the following processing procedures, virtual machine startup field data of the target image file required for creating a virtual machine:
obtaining common start site data corresponding to the target type of image file; wherein the common data of the starting site comprises: when various image files corresponding to the target type are started to the preset time node, the corresponding virtual machine starts the shared data in the field data; acquiring special data of a starting site of the target image file; the specific data of the starting site of the target image file comprises: when the target image file is started to the preset time node, the corresponding virtual machine starts other data in the field data except the common data of the start field; and combining the common data of the starting site and the special data of the starting site to obtain the starting site data of the virtual machine of the target image file.
The present embodiment is different from the start-up field data acquisition method provided in the sixth embodiment.
In this embodiment, the predetermined time node corresponding to the virtual machine start-up field data is preferably set as a node corresponding to some general processes executed in the virtual machine start-up process, for example, a time node corresponding to a process of executing kernel loading or acquiring an IP or acquiring an initialization script.
For a conventional virtual machine image of the same series/type, such as a conventional virtual machine image of a certain series/type in a windows or linux category, because the virtual machine startup field data corresponding to each image file in the virtual machine images is data stored after a certain general process is executed in the virtual machine startup process, and does not contain any service information, most of the data in each virtual machine startup field data corresponding to the virtual machine images are generally the same, and only a small part of the data is different.
In view of this, the present embodiment proposes to further process each virtual machine startup field data corresponding to a same series/type of virtual machine image, including extracting common data and specific data in each virtual machine startup field data, and compressing the extracted data, so that, when storing the virtual machine startup field data of the same series/type of image file, it is different from the second implementation of storing the complete startup field data of each image file separately.
Therefore, based on the storage method for data in the startup site of the virtual machine in the embodiment, when there is a virtual machine creation requirement based on the target image file, the target type to which the target image file belongs may be read from the image information included in the parameter information required for creating the virtual machine, and the startup site common data corresponding to the image file of the target type may be obtained.
In the cloud computing environment, the target host computer can also search the common start-up site data corresponding to the target type image file in the local computer at first, if the local computer does not have the required common start-up site data, the common start-up site data corresponding to the target type image file is continuously read from the image server of the cloud platform and cached in the local computer, so that the common start-up site data support of the local computer is provided for the virtual machine when the virtual machine is required to be created based on the same series/type image files in the local computer subsequently.
After the common data of the starting site corresponding to the target image file is obtained, the special data of the starting site corresponding to the target image file also needs to be obtained. The acquisition of the startup site specific data in the cloud computing environment is similar to the acquisition of the startup site common data (based on native or mirror server acquisition), and is not described in detail herein.
After the common start site data and the specific start site data corresponding to the target image file are obtained, the common start site data and the specific start site data can be merged to obtain complete start site data corresponding to the target image file. Subsequently, the scheme of the invention can be used for realizing the creation of the virtual machine based on the memory startup field recovery.
According to the method, the starting site data corresponding to the target image file is obtained in a mode of combining the common starting site data and the specific starting site data, and by means of the mode, storage resources of the starting site data of the virtual machine can be effectively saved.
Example eight
The embodiment of the present invention provides a possible implementation manner of the virtual machine creating unit, where the virtual machine creating unit may complete the creation of a virtual machine through the following processing procedures:
the virtual machine starting site of the target image file is recovered in the memory of the target host by copying the virtual machine starting site data of the target image file to the memory of the target host; performing parameter configuration required by the current virtual machine creation in the virtual machine starting site; and finishing the starting process of the virtual machine corresponding to the other stages by using the mirror image data after the preset time node so as to establish the virtual machine.
The virtual machine starting site corresponding to the target image file can be recovered in the memory of the target host by copying the virtual machine starting site data corresponding to the target image file to the memory of the target host.
For example, the directly obtained complete start-up field data may be copied in the memory of the target host, or the start-up field data obtained by merging the common start-up field data and the specific start-up field data may be copied to recover the start-up field of the virtual machine corresponding to the target image file.
The generation and storage of the virtual machine startup field data of the target image file are specifically based on a specific virtual machine creation process, so that the virtual machine startup field data necessarily includes some basic information specific to the specific virtual machine creation process, such as a virtual machine name, a UUID (universal Unique Identifier), Mac, IP, disk mapping, and the like.
In view of this, after the virtual machine start site corresponding to the virtual machine start site data of the target image file is restored in the memory, the basic information needs to be reconfigured in the restored site according to the virtual machine creation requirement of this time, such as reconfiguring the virtual machine name, UUID, Mac, IP, disk mapping, and the like.
Then, in the virtual machine starting site obtained after the basic information configuration is carried out again, the image data after the preset time node in the target image file is utilized to continue to complete the unfinished flow part (namely, the flow part after the preset time node) in the virtual machine starting process until the virtual machine starting flow is finished, and the virtual machine is correspondingly established.
That is to say, when the scheme of the application is used for creating a virtual machine based on a memory, the virtual machine creation method comprises two stages of work, wherein the first stage is to directly recover a virtual machine starting site in a host memory based on obtained virtual machine starting site data, wherein the virtual machine starting site is a site corresponding to a target image file starting virtual machine to a predetermined time node in advance, so that a starting process from a starting node to the predetermined time node in a virtual machine starting process does not need to be executed in the memory; the second stage is to continue to complete the subsequent flow in the virtual machine starting process in the recovered virtual machine starting site. The starting process from the starting node to the preset time node in the virtual machine starting process is omitted in the memory, so that the virtual machine creating efficiency can be improved.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
For convenience of description, the above system or apparatus is described as being divided into various modules or units by function, respectively. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments of the present application.
Finally, it is further noted that, herein, relational terms such as first, second, third, fourth, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A virtual machine creation method, comprising:
acquiring parameter information required by virtual machine creation;
based on the parameter information, virtual machine starting field data of a target image file required by the virtual machine is obtained, wherein the starting field data comprises: based on preset specific parameter information required by a virtual machine creating process, executing a virtual machine starting process required by virtual machine creation from the target image file, and storing field data when executing a corresponding partial process corresponding to a preset time node in a complete starting process;
acquiring mirror image data in the target mirror image file corresponding to a starting process after the preset time node in the complete starting process of the virtual machine;
and restoring a virtual machine starting site corresponding to the starting site data in a memory of the target host, and executing a starting process after the preset time node in the complete starting process on the basis of mirror image data of the starting process after the preset time node on the virtual machine starting site to complete the creation of the virtual machine.
2. The method of claim 1, wherein obtaining parameter information required to create a virtual machine comprises:
host information, mirror image information, configuration information and network information required for creating the virtual machine are obtained.
3. The method of claim 1, wherein obtaining virtual machine startup field data of a target image file required for creating a virtual machine comprises:
and acquiring complete start site data corresponding to the virtual machine start site of the target image file which is directly stored in advance.
4. The method according to claim 2, wherein the image information includes a target type to which a target image file belongs, and the obtaining of the virtual machine startup field data of the target image file required for creating the virtual machine includes:
obtaining common start site data corresponding to the target type of image file; wherein the common data of the starting site comprises: when various image files corresponding to the target type are started to the preset time node, the corresponding virtual machine starts the shared data in the field data;
acquiring special data of a starting site of the target image file; the specific data of the starting site of the target image file comprises: when the target image file is started to the preset time node, the corresponding virtual machine starts other data in the field data except the common data of the start field;
and combining the common data of the starting site and the special data of the starting site to obtain the starting site data of the virtual machine of the target image file.
5. The method according to claim 1, wherein the restoring a virtual machine start site corresponding to the start site data in a memory of a target host corresponding to the host information, and executing a start procedure after the predetermined time node in the complete start procedure based on mirror image data corresponding to a start procedure after the predetermined time node on the virtual machine start site comprises:
the virtual machine starting site of the target image file is recovered in the memory of the target host by copying the virtual machine starting site data of the target image file to the memory of the target host;
performing parameter configuration required by the current virtual machine creation in the virtual machine starting site;
and finishing the starting process of the virtual machine corresponding to other stages by using the mirror image data corresponding to the starting process after the preset time node so as to establish the virtual machine.
6. An electronic device, comprising:
the virtual machine management system comprises a first acquisition unit, a second acquisition unit and a virtual machine management unit, wherein the first acquisition unit is used for acquiring parameter information required by virtual machine creation;
a second obtaining unit, configured to obtain, based on the parameter information, virtual machine startup field data of a target image file required to create a virtual machine, where the startup field data includes: based on preset specific parameter information required by a virtual machine creating process, executing a virtual machine starting process required by virtual machine creation from the target image file, and storing field data when executing a corresponding partial process corresponding to a preset time node in a complete starting process;
a third obtaining unit, configured to obtain image data in the target image file, where the image data corresponds to a starting process after the predetermined time node in the complete starting process of the virtual machine;
and the virtual machine creating unit is used for recovering a virtual machine starting site corresponding to the starting site data in a memory of the target host, and executing a starting process after the preset time node in the complete starting process on the basis of mirror image data of the starting process after the preset time node on the virtual machine starting site so as to complete the creation of the virtual machine.
7. The electronic device according to claim 6, wherein the first obtaining unit is specifically configured to:
host information, mirror image information, configuration information and network information required for creating the virtual machine are obtained.
8. The electronic device according to claim 6, wherein the second obtaining unit is specifically configured to:
and acquiring complete start site data corresponding to the virtual machine start site of the target image file which is directly stored in advance.
9. The electronic device according to claim 6, wherein the second obtaining unit is specifically configured to:
obtaining common start site data corresponding to the target type of image file; wherein the common data of the starting site comprises: when various image files corresponding to the target type are started to the preset time node, the corresponding virtual machine starts the shared data in the field data; acquiring special data of a starting site of the target image file; the specific data of the starting site of the target image file comprises: when the target image file is started to the preset time node, the corresponding virtual machine starts other data in the field data except the common data of the start field; and combining the common data of the starting site and the special data of the starting site to obtain the starting site data of the virtual machine of the target image file.
10. The electronic device according to claim 6, wherein the virtual machine creating unit is specifically configured to:
the virtual machine starting site of the target image file is recovered in the memory of the target host by copying the virtual machine starting site data of the target image file to the memory of the target host; performing parameter configuration required by the current virtual machine creation in the virtual machine starting site; and finishing the starting process of the virtual machine corresponding to other stages by using the mirror image data corresponding to the starting process after the preset time node so as to establish the virtual machine.
CN201710524337.6A 2017-06-30 2017-06-30 Virtual machine creating method and electronic equipment Active CN107329802B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710524337.6A CN107329802B (en) 2017-06-30 2017-06-30 Virtual machine creating method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710524337.6A CN107329802B (en) 2017-06-30 2017-06-30 Virtual machine creating method and electronic equipment

Publications (2)

Publication Number Publication Date
CN107329802A CN107329802A (en) 2017-11-07
CN107329802B true CN107329802B (en) 2020-08-25

Family

ID=60199466

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710524337.6A Active CN107329802B (en) 2017-06-30 2017-06-30 Virtual machine creating method and electronic equipment

Country Status (1)

Country Link
CN (1) CN107329802B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107329802B (en) * 2017-06-30 2020-08-25 联想(北京)有限公司 Virtual machine creating method and electronic equipment
CN109783117B (en) * 2019-01-18 2023-01-10 中国人民解放军国防科技大学 Mirror image file making and starting method of diskless system
CN110704157B (en) * 2019-09-12 2023-06-30 深圳市元征科技股份有限公司 Application starting method, related device and medium
CN111552479A (en) * 2020-05-06 2020-08-18 湖南国科微电子股份有限公司 Mirror image file compiling method and device and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102404385A (en) * 2011-10-25 2012-04-04 华中科技大学 Virtual cluster deployment system and deployment method for high performance computing
CN102917064A (en) * 2012-10-23 2013-02-06 广州杰赛科技股份有限公司 Double-machine hot-standby method based on private cloud computing platform
CN102981888A (en) * 2012-10-16 2013-03-20 北京华胜天成科技股份有限公司 Virtualization implementing method for Power server
CN103875210A (en) * 2011-10-14 2014-06-18 阿尔卡特朗讯公司 Providing dynamic reliability and security in communications environments
CN106598653A (en) * 2016-11-24 2017-04-26 合肥中科云巢科技有限公司 Method and device used for solving boot storm of virtual machine
CN106775946A (en) * 2016-12-16 2017-05-31 无锡华云数据技术服务有限公司 A kind of virtual machine Method of Creation Process
CN107329802A (en) * 2017-06-30 2017-11-07 联想(北京)有限公司 A kind of virtual machine creation method and electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9110757B2 (en) * 2013-01-14 2015-08-18 Vmware, Inc. Techniques for performing virtual machine software upgrades using virtual disk swapping

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103875210A (en) * 2011-10-14 2014-06-18 阿尔卡特朗讯公司 Providing dynamic reliability and security in communications environments
CN102404385A (en) * 2011-10-25 2012-04-04 华中科技大学 Virtual cluster deployment system and deployment method for high performance computing
CN102981888A (en) * 2012-10-16 2013-03-20 北京华胜天成科技股份有限公司 Virtualization implementing method for Power server
CN102917064A (en) * 2012-10-23 2013-02-06 广州杰赛科技股份有限公司 Double-machine hot-standby method based on private cloud computing platform
CN106598653A (en) * 2016-11-24 2017-04-26 合肥中科云巢科技有限公司 Method and device used for solving boot storm of virtual machine
CN106775946A (en) * 2016-12-16 2017-05-31 无锡华云数据技术服务有限公司 A kind of virtual machine Method of Creation Process
CN107329802A (en) * 2017-06-30 2017-11-07 联想(北京)有限公司 A kind of virtual machine creation method and electronic equipment

Also Published As

Publication number Publication date
CN107329802A (en) 2017-11-07

Similar Documents

Publication Publication Date Title
CN107329802B (en) Virtual machine creating method and electronic equipment
US20220179682A1 (en) Task processing method, apparatus, and system based on distributed system
US10686755B2 (en) Assigning IP addresses and configuration parameters in hyper-converged infrastructure
CN107392842B (en) Image stylization processing method and device, computing equipment and computer storage medium
JP5758995B2 (en) System, method and computer-readable storage medium for sharing analysis results between virtual machines
US9639340B2 (en) System and method of loading virtual machines
TW200305807A (en) Basic input/output system (BIOS) shadowed small-print hard disk drive as robust, always on, backup for hard disk image & software failure
CN107392316B (en) Network training method and device, computing equipment and computer storage medium
CN108897858B (en) Distributed cluster index fragmentation evaluation method and device and electronic equipment
WO2021169811A1 (en) Method, apparatus, system and device for generating special effects, and storage medium
CN110795162A (en) Method and device for generating container mirror image file
CN107656796B (en) Virtual machine cold migration method, system and equipment
CN107741850B (en) Method and device for generating dynamic wallpaper package and storage medium
CN112433812A (en) Method, system, equipment and computer medium for virtual machine cross-cluster migration
CN113676528A (en) Synchronization method, device, equipment and medium for login account
CN109711193B (en) Storage space sharing method and device
CN113419814B (en) Virtual machine creating method, device, equipment and storage medium in cloud platform
CN106557354B (en) Method for setting attribute parameters of private image and computer equipment
CN106855816B (en) Resource file loading method and device of application program in terminal
CN114510322A (en) Pressure measurement control method and device of service cluster, computer equipment and medium
CN113282617A (en) Data query method and business system page turning method
CN110825477A (en) Method, device and equipment for loading graphical interface and storage medium
CN113064693B (en) Cloud desktop starting method, device and system and storage medium
CN116662078B (en) Operating system batch recovery method and system based on microkernel implementation
CN113220282B (en) Development processing method, device and storage medium for applet

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant