CN115344353A - Method, system and equipment for hot expansion of memory in cloud platform virtual machine - Google Patents

Method, system and equipment for hot expansion of memory in cloud platform virtual machine Download PDF

Info

Publication number
CN115344353A
CN115344353A CN202211050077.0A CN202211050077A CN115344353A CN 115344353 A CN115344353 A CN 115344353A CN 202211050077 A CN202211050077 A CN 202211050077A CN 115344353 A CN115344353 A CN 115344353A
Authority
CN
China
Prior art keywords
memory
capacity
virtual machine
numa
expansion
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.)
Pending
Application number
CN202211050077.0A
Other languages
Chinese (zh)
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.)
Jinan Inspur Data Technology Co Ltd
Original Assignee
Jinan Inspur Data Technology Co 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 Jinan Inspur Data Technology Co Ltd filed Critical Jinan Inspur Data Technology Co Ltd
Priority to CN202211050077.0A priority Critical patent/CN115344353A/en
Publication of CN115344353A publication Critical patent/CN115344353A/en
Pending legal-status Critical Current

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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • 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/45583Memory management, e.g. access or allocation
    • 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/45595Network integration; Enabling network access in virtual machine instances
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention provides a method, a system and equipment for hot capacity expansion of memory in a cloud platform virtual machine, wherein the method comprises the steps of responding to a memory hot capacity expansion request of the virtual machine, and acquiring the capacity M to be expanded of the memory in the request and the number N of NUMA (non uniform memory access) nodes of the current virtual machine; respectively calculating the residual memory capacity of each NUMA node on the physical host and the residual memory capacity and F of all the NUMA nodes; and distributing the capacity expansion capacity for the current virtual machine memory according to a preset capacity expansion rule, the memory capacity M to be expanded, the number N of the virtual machine NUMA nodes and the residual memory capacity and F of all the NUMA nodes. After receiving the memory capacity expansion request of the virtual machine, the invention configures different capacity expansion capacities for the NUMA node of the virtual machine for the capacity to be expanded, the NUMA node number, the residual memory capacity of each NUMA node on the physical host and the residual memory capacity of all the NUMA nodes, adopts a flexible memory allocation method, and simultaneously ensures the success rate of memory thermal capacity expansion and the memory access performance to the maximum extent.

Description

Method, system and equipment for hot memory expansion of cloud platform virtual machine
Technical Field
The invention relates to the technical field of cloud platform resource allocation, in particular to a method, a system and equipment for hot memory expansion of a cloud platform virtual machine.
Background
In a virtualization scene, the memory thermal expansion can increase the running memory of the virtual machine on the premise of not interrupting the service of the virtual machine, and can ensure the continuity of the service to a great extent.
The Memory hot expansion depends on the number of NUMA nodes (Non-Uniform Memory Access Architecture) of the virtual machine and the current remaining Memory of the physical machine and the remaining Memory capacity on each numanide, and if the Memory is not finely managed, the problem of Memory over-distribution on the physical machine after the Memory is hot expanded may be caused, thereby bringing about hidden troubles to service stability. Taking the example that the virtual machine to be thermally expanded with the memory has two NUMA Nodes and the physical host in which the virtual machine is located also has two NUMA Nodes, if the memory of 64G needs to be thermally expanded, the currently disclosed implementation will uniformly hot plug the memory of 64G onto the two NUMA Nodes (i.e., each NUMA Node hot plug the memory of 32G).
Because most of the residual memory of each NUMA Node on the physical host is different, the implementation method for evenly distributing the memory to be increased can cause distribution failure when the physical memory is not much residual.
Disclosure of Invention
The invention provides a method, a system and equipment for hot memory expansion of a cloud platform virtual machine, which are used for solving the problem that the existing hot memory expansion mode easily causes unsuccessful allocation.
In order to realize the purpose, the invention adopts the following technical scheme:
the invention provides a method for hot memory expansion of a cloud platform virtual machine, which comprises the following steps:
responding to a memory hot capacity expansion request of the virtual machine, and acquiring the memory capacity M to be expanded and the number N of NUMA nodes of the current virtual machine in the request;
respectively calculating the residual memory capacity of each NUMA node on the physical host and the residual memory capacities and F of all NUMA nodes, wherein each NUMA node is a NUMA node of the physical host corresponding to the NUMA node of the current virtual machine, and all NUMA nodes are composed of each NUMA node;
and distributing the capacity expansion capacity for the current virtual machine memory according to a preset capacity expansion rule, the memory capacity M to be expanded, the number N of the virtual machine NUMA nodes and the residual memory capacity and F of all the NUMA nodes.
Further, after acquiring the memory capacity expansion request and before responding to the memory capacity expansion request, the method further includes a step of creating a resource lock for a physical host corresponding to the current virtual machine, and releasing the resource lock after the capacity expansion capacity is allocated to the current virtual machine memory.
Further, the capacity expansion rule specifically includes:
if the residual memory capacity sum F of all NUMA nodes is less than the capacity to be expanded of the memory, the memory allocation fails;
judging whether the residual memory capacity of each NUMA node of the physical host is larger than the value of M/N;
if yes, distributing M/N memory on each NUMA node of the virtual machine;
and if not, taking the ratio of the residual capacity of each NUMA node of the physical host to the residual memory capacity of all NUMA nodes and F as a weight, and allocating memory for the NUMA nodes of the corresponding virtual machine.
Further, the method further comprises the step of respectively storing the capacity of the NUMA node memory before capacity expansion and the capacity after capacity expansion in a first database and a second database.
Further, when the memory hot capacity expansion operation is carried out, the data difference value of the same NUMA node in the second database and the first database is used as the capacity expansion.
The second aspect of the present invention provides a system for thermal storage capacity expansion in a cloud platform virtual machine, where the system includes:
the request processing unit is used for responding to a memory hot capacity expansion request of the virtual machine and acquiring the memory capacity M to be expanded and the number N of NUMA nodes of the current virtual machine in the request;
the information acquisition unit is used for respectively calculating the residual memory capacity of each NUMA node on the physical host and the residual memory capacities and F of all the NUMA nodes, wherein each NUMA node is a NUMA node of the physical host corresponding to the current NUMA node of the virtual machine, and all the NUMA nodes consist of each NUMA node;
and the capacity expansion analysis unit distributes capacity expansion capacity for the current virtual machine memory according to a preset capacity expansion rule, the memory capacity M to be expanded, the number N of NUMA nodes of the virtual machine, and the residual memory capacities and F of all NUMA nodes.
The system further comprises a resource processing unit, wherein the resource processing unit is respectively connected with the request processing unit and the capacity expansion analysis unit, triggers the resource processing unit after receiving the memory capacity expansion request, creates a resource lock for a physical host corresponding to the current virtual machine, and releases the resource lock after the capacity expansion capacity is allocated to the memory of the current virtual machine.
Further, the expansion analysis unit includes:
the pre-analysis subunit is used for failing memory allocation if the residual memory capacity and F of all the NUMA nodes are less than the capacity to be expanded of the memory;
the judging subunit is used for judging whether the residual memory capacity of each NUMA node of the physical host is larger than the value of M/N;
the first allocation subunit is used for allocating the M/N memory on each NUMA node of the virtual machine when the judgment result is yes;
and the second allocation subunit is used for taking the ratio of the remaining capacity of each NUMA node of the physical host to the remaining memory capacity of all NUMA nodes and F as a weight and allocating the memory to the NUMA node of the corresponding virtual machine if the judgment result is negative.
The third aspect of the present invention provides a device for hot memory expansion in a cloud platform virtual machine, including a virtual machine and a physical host corresponding to the virtual machine, where the virtual machine and the physical host are respectively provided with NUMA nodes, and each NUMA node of the virtual machine corresponds to one NUMA node of the physical host, the device further includes the system, the system is deployed at a physical host end, and when the memory of the NUMA node of the virtual machine needs to be expanded, the physical host runs the system to execute expansion operation.
A third aspect of the invention provides a computer storage medium having stored thereon computer instructions which, when run on the system, cause the system to perform the steps of the method.
The device for performing thermal storage expansion in a cloud platform virtual machine according to the second aspect and the apparatus for performing thermal storage expansion in a cloud platform virtual machine according to the third aspect of the present invention can implement the methods in the first aspect and the implementation manners of the first aspect, and achieve the same effects.
The effects provided in the summary of the invention are only the effects of the embodiments, not all of the effects of the invention, and one of the above technical solutions has the following advantages or beneficial effects:
1. after receiving the memory capacity expansion request of the virtual machine, the invention allocates different capacity expansion capacities for the virtual machine NUMA node for the capacity to be expanded, the NUMA node number, the residual memory capacity of each NUMA node on the physical host and the residual memory capacity of all the NUMA nodes, adopts a flexible memory allocation method, and simultaneously ensures the success rate of memory thermal capacity expansion and the memory access performance to the maximum extent.
2. After receiving the content hot expansion request, a resource lock is created for the physical host, so that the problems that the memory is sufficient when the concurrent scene is checked due to the fact that the memory is split in the flow of the memory check and the actual hot-plug memory, but the memory is over-divided after the actual hot-plug memory, and the smooth completion of the memory allocation is further ensured.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of an embodiment of the method of the present invention;
FIG. 2 is a schematic flow chart diagram of one implementation of an embodiment of the method of the present invention;
FIG. 3 is a schematic block diagram of an embodiment of the system of the present invention;
fig. 4 is a schematic structural diagram of an embodiment of the apparatus of the present invention.
Detailed Description
In order to clearly explain the technical features of the present invention, the following detailed description of the present invention is provided with reference to the accompanying drawings. The following disclosure provides many different embodiments, or examples, for implementing different features of the invention. To simplify the disclosure of the present invention, the components and arrangements of specific examples are described below. Furthermore, the present invention may repeat reference numerals and/or letters in the various examples. This repetition is for the purpose of simplicity and clarity and does not in itself dictate a relationship between the various embodiments and/or configurations discussed. It should be noted that the components illustrated in the figures are not necessarily drawn to scale. Descriptions of well-known components and processing techniques and procedures are omitted so as to not unnecessarily limit the invention.
As shown in fig. 1, an embodiment of the present invention provides a method for thermal capacity expansion of a memory in a cloud platform virtual machine, including the following steps:
s1, responding to a memory hot capacity expansion request of a virtual machine, and acquiring a memory capacity M to be expanded and the number N of NUMA nodes of the current virtual machine in the request;
s2, respectively calculating the residual memory capacity of each NUMA node on the physical host and the residual memory capacities and F of all NUMA nodes, wherein each NUMA node is a NUMA node of the physical host corresponding to the NUMA node of the current virtual machine, and all the NUMA nodes consist of each NUMA node;
and S3, distributing capacity expansion capacity for the current virtual machine memory according to a preset capacity expansion rule, the memory capacity M to be expanded, the number N of the virtual machine NUMA nodes and the residual memory capacity and F of all the NUMA nodes.
In one implementation manner of the method embodiment of the present invention, in step S1, after acquiring the memory expansion request and before responding to the memory expansion request, the method further includes creating a resource lock for a physical host corresponding to the current virtual machine, and releasing the resource lock after allocating the expansion capacity to the memory of the current virtual machine in step S3.
Before step S1, the method includes the steps of checking and allocating the memory of the virtual machine: before thermal expansion, storing the memory condition of each NUMA Node of the virtual machine in a first database migration _ context _ old _ NUMA _ topology; further comprising initializing a temporary specification: and recording the difference value obtained by subtracting the original specification memory from the target specification memory as M, and recording the current NUMA node number of the virtual machine as N.
In step S3, the capacity expansion rule specifically includes:
if the residual memory of the physical host is less than M, failing to allocate the memory;
if the residual memory capacity sum F of all the NUMA nodes is less than the capacity to be expanded of the memory, the memory allocation fails;
judging whether the residual memory capacity of each NUMA node of the physical host is larger than the value of M/N;
if yes, distributing M/N memory on each NUMA node of the virtual machine;
and if not, taking the ratio of the remaining capacity of each NUMA node of the physical host to the remaining memory capacity of all NUMA nodes and F as a weight, and allocating memory for the NUMA nodes of the corresponding virtual machine.
And recording the memory condition after allocation in a second database migration _ context.
And when the memory hot capacity expansion operation is carried out, taking the data difference value of the same NUMA node in the second database and the first database as the capacity expansion.
As shown in fig. 2, locking the physical host resources, saving the initial resource state of the virtual machine, and initializing the temporary specification, including the memory specification and the number N of the current NUMA nodes of the virtual machine, and recording the difference between the target specification memory and the original specification memory in the middle of the memory specification as M; after receiving a content thermal expansion request, firstly judging whether the residual memory of the physical host is smaller than M, if so, failing to distribute, if not, judging whether the sum of the memories of NUMA nodes of the physical host corresponding to the virtual NUMA nodes in the thermal expansion request is smaller than M, if so, failing to distribute, if not, judging whether the residual memory of the NUMA nodes of the corresponding host is larger than M/N, if so, distributing M/N memory for each NUMA node of the virtual machine, if not, distributing hot-plug memory according to the weight of the residual memory of the NUMA nodes of the physical host occupying the residual total memory, after the distribution is completed, updating the memory distributed in a migration chain migration _ context, updating and calculating the memory use in a NUMA node computer _ nodes table, releasing a resource lock and ending the memory thermal expansion flow.
As shown in fig. 3, an embodiment of the present invention further provides a system for thermal capacity expansion of a cloud platform virtual machine memory, where the system includes a request processing unit 1, an information obtaining unit 2, a capacity expansion analysis unit 3, and a resource processing unit 4.
The method comprises the steps that a request processing unit 1 responds to a memory hot capacity expansion request of a virtual machine, and the memory capacity M to be expanded in the request and the number N of NUMA nodes of the current virtual machine are obtained; the information acquisition unit 2 respectively calculates the remaining memory capacity of each NUMA node on the physical host and the remaining memory capacities and F of all NUMA nodes, wherein each NUMA node is a NUMA node of the physical host corresponding to the NUMA node of the current virtual machine, and all the NUMA nodes consist of each NUMA node; and the capacity expansion analysis unit 3 allocates capacity expansion capacity to the current virtual machine memory according to a preset capacity expansion rule, the memory capacity to be expanded M, the number N of NUMA nodes of the virtual machine, and the residual memory capacities and F of all the NUMA nodes.
The resource processing unit 4 is respectively connected with the request processing unit and the capacity expansion analysis unit, triggers the resource processing unit after receiving the memory capacity expansion request, creates a resource lock for a physical host corresponding to the current virtual machine, and releases the resource lock after the capacity expansion capacity is distributed to the memory of the current virtual machine.
The expansion analysis unit 4 comprises a pre-analysis subunit, a judgment subunit, a first allocation subunit and a second allocation subunit:
the pre-analysis subunit analyzes whether the residual memory capacity and F of all the NUMA nodes are smaller than the capacity to be expanded of the memory, and if yes, the memory allocation fails;
the judging subunit is used for judging whether the residual memory capacity of each NUMA node of the physical host is greater than the value of M/N;
the first allocation subunit is used for allocating an M/N memory on each NUMA node of the virtual machine when the judgment result is yes;
and the second allocation subunit is used for taking the ratio of the remaining capacity of each NUMA node of the physical host to the remaining memory capacity of all NUMA nodes and F as a weight and allocating memory to the NUMA node of the corresponding virtual machine when the judgment result is negative.
As shown in fig. 4, an embodiment of the present invention further provides a device for performing hot-plug expansion on a cloud platform virtual machine memory, where the device includes a virtual machine and a physical host corresponding to the virtual machine, where the virtual machine and the physical host are respectively provided with NUMA nodes, and each NUMA node of the virtual machine corresponds to one NUMA node of the physical host, and the device further includes the system described in the above embodiment, where the system is deployed at a physical host end, and when a memory of a NUMA node of the virtual expansion machine needs to be stored, the physical host runs the system to perform an expansion operation.
The embodiment of the invention also provides a computer storage medium, wherein a computer instruction is stored in the computer storage medium, and when the computer instruction runs on a system, the system executes the steps of the method.
Although the embodiments of the present invention have been described with reference to the accompanying drawings, it is not intended to limit the scope of the invention, and it should be understood by those skilled in the art that various modifications and variations can be made without inventive changes in the technical solutions of the present invention.

Claims (10)

1. A method for heat storage capacity expansion in a cloud platform virtual machine is characterized by comprising the following steps:
responding to a memory hot capacity expansion request of the virtual machine, and acquiring the memory capacity M to be expanded and the number N of NUMA nodes of the current virtual machine in the request;
respectively calculating the residual memory capacity of each NUMA node on the physical host and the residual memory capacities and F of all NUMA nodes, wherein each NUMA node is a NUMA node of the physical host corresponding to the NUMA node of the current virtual machine, and all NUMA nodes are composed of each NUMA node;
and distributing the capacity expansion capacity for the current virtual machine memory according to a preset capacity expansion rule, the memory capacity M to be expanded, the number N of the virtual machine NUMA nodes and the residual memory capacity and F of all the NUMA nodes.
2. The method for thermal storage expansion of the cloud platform virtual machine according to claim 1, wherein the method further includes a step of creating a resource lock for a physical host corresponding to the current virtual machine after the memory expansion request is obtained and before the memory expansion request is responded, and the resource lock is released after the expansion capacity is allocated to the memory of the current virtual machine.
3. The method for heat capacity expansion of the cloud platform virtual machine memory according to claim 1, wherein the capacity expansion rules specifically include:
if the residual memory capacity sum F of all the NUMA nodes is less than the capacity to be expanded of the memory, the memory allocation fails;
judging whether the residual memory capacity of each NUMA node of the physical host is larger than the value of M/N;
if yes, distributing M/N memory on each NUMA node of the virtual machine;
and if not, taking the ratio of the remaining capacity of each NUMA node of the physical host to the remaining memory capacity of all NUMA nodes and F as a weight, and allocating memory for the NUMA nodes of the corresponding virtual machine.
4. The method for thermally expanding memory in a virtual machine of a cloud platform according to claim 3, wherein the method further comprises storing the capacity of the NUMA node memory before expansion and the capacity after expansion in the first database and the second database, respectively.
5. The method for thermally expanding the memory in the cloud platform virtual machine according to claim 4, wherein when the memory thermal expansion operation is performed, the data difference value of the same NUMA node in the second database and the first database is used as the expansion capacity.
6. The utility model provides a system of cloud platform virtual machine built-in heat flash, characterized by, the system includes:
the request processing unit is used for responding to a memory hot capacity expansion request of the virtual machine and acquiring the memory capacity M to be expanded and the number N of NUMA nodes of the current virtual machine in the request;
the information acquisition unit is used for respectively calculating the residual memory capacity of each NUMA node on the physical host and the residual memory capacities and F of all the NUMA nodes, wherein each NUMA node is a NUMA node of the physical host corresponding to the current NUMA node of the virtual machine, and all the NUMA nodes consist of each NUMA node;
and the capacity expansion analysis unit distributes capacity expansion capacity for the current virtual machine memory according to a preset capacity expansion rule, the memory capacity M to be expanded, the number N of NUMA nodes of the virtual machine, and the residual memory capacity and F of all the NUMA nodes.
7. The system for thermal memory expansion of the cloud platform virtual machine according to claim 6, further comprising a resource processing unit, wherein the resource processing unit is connected to the request processing unit and the expansion analysis unit, respectively, and triggers the resource processing unit after receiving the memory expansion request, creates a resource lock for the physical host corresponding to the current virtual machine, and releases the resource lock after allocating the expansion capacity to the memory of the current virtual machine.
8. The system for thermal volume expansion of the cloud platform virtual machine memory according to claim 6, wherein the volume expansion analysis unit includes:
the pre-analysis subunit is used for analyzing whether the residual memory capacity and F of all the NUMA nodes are smaller than the capacity to be expanded of the memory, and if so, the memory allocation fails;
the judging subunit is used for judging whether the residual memory capacity of each NUMA node of the physical host is greater than the value of M/N;
the first allocation subunit is used for allocating an M/N memory on each NUMA node of the virtual machine when the judgment result is yes;
and the second allocation subunit is used for taking the ratio of the remaining capacity of each NUMA node of the physical host to the remaining memory capacity of all NUMA nodes and F as a weight and allocating the memory to the NUMA node of the corresponding virtual machine if the judgment result is negative.
9. A device for hot storage capacity expansion in a cloud platform virtual machine comprises a virtual machine and a physical host corresponding to the virtual machine, wherein NUMA nodes are respectively arranged on the virtual machine and the physical host, and each NUMA node of the virtual machine corresponds to one NUMA node of the physical host.
10. A computer storage medium having computer instructions stored thereon, the computer instructions, when executed on a system according to any of claims 6-8, causing the system to perform the steps of the method according to any of claims 1-5.
CN202211050077.0A 2022-08-29 2022-08-29 Method, system and equipment for hot expansion of memory in cloud platform virtual machine Pending CN115344353A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211050077.0A CN115344353A (en) 2022-08-29 2022-08-29 Method, system and equipment for hot expansion of memory in cloud platform virtual machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211050077.0A CN115344353A (en) 2022-08-29 2022-08-29 Method, system and equipment for hot expansion of memory in cloud platform virtual machine

Publications (1)

Publication Number Publication Date
CN115344353A true CN115344353A (en) 2022-11-15

Family

ID=83956720

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211050077.0A Pending CN115344353A (en) 2022-08-29 2022-08-29 Method, system and equipment for hot expansion of memory in cloud platform virtual machine

Country Status (1)

Country Link
CN (1) CN115344353A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116880965A (en) * 2023-09-08 2023-10-13 苏州浪潮智能科技有限公司 Node distribution method, system, device and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116880965A (en) * 2023-09-08 2023-10-13 苏州浪潮智能科技有限公司 Node distribution method, system, device and medium
CN116880965B (en) * 2023-09-08 2024-02-09 苏州浪潮智能科技有限公司 Node distribution method, system, device and medium

Similar Documents

Publication Publication Date Title
CN102117259B (en) Method and device for allocating and processing address space resource
CN110580195B (en) Memory allocation method and device based on memory hot plug
CN106557427B (en) Memory management method and device for shared memory database
US20090300315A1 (en) Reserve Pool Management in Virtualized Storage Systems
CN110750336B (en) OpenStack virtual machine memory hot-expanding method
CN109274537B (en) Continuous network virtualization platform system
US11199972B2 (en) Information processing system and volume allocation method
US11740925B2 (en) Method and apparatus for online migration of multi-disk virtual machine into different storage pools
CN109271376A (en) Database upgrade method, apparatus, equipment and storage medium
CN115344353A (en) Method, system and equipment for hot expansion of memory in cloud platform virtual machine
CN113127133A (en) Cross-platform virtual machine live migration method, device, equipment and medium
CN103605728A (en) Method and system for hierarchically storing data
CN115167782B (en) Temporary storage copy management method, system, equipment and storage medium
CN112000277A (en) Method, device and equipment for copying simplified backup file and readable storage medium
CN114089926A (en) Management method of distributed storage space, computing equipment and storage medium
CN110442454B (en) Resource scheduling method and device and computer equipment
CN115951845B (en) Disk management method, device, equipment and storage medium
US10360990B2 (en) Information processing device, information processing method, and program
CN111459416B (en) Distributed storage-based thermal migration system and migration method thereof
CN116185311A (en) Upgrading migration method, degrading migration method and device for redundant array of independent disk
CN111522689B (en) Global snapshot method, device, electronic equipment and computer-readable storage medium
CN109120674B (en) Deployment method and device of big data platform
CN114443223B (en) Bare computer disk management method, device and medium
CN107515725B (en) Method and device for sharing disk by core network virtualization system and network management MANO system
CN112463621B (en) Regression test management method, storage medium management method, device, equipment and medium

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