CN111143128A - Openstack cloud host data protection method and system - Google Patents

Openstack cloud host data protection method and system Download PDF

Info

Publication number
CN111143128A
CN111143128A CN201911346810.1A CN201911346810A CN111143128A CN 111143128 A CN111143128 A CN 111143128A CN 201911346810 A CN201911346810 A CN 201911346810A CN 111143128 A CN111143128 A CN 111143128A
Authority
CN
China
Prior art keywords
storage
cloud host
ceph
module
backup
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.)
Granted
Application number
CN201911346810.1A
Other languages
Chinese (zh)
Other versions
CN111143128B (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.)
Aerospace One System Jiangsu Information Technology Co ltd
Original Assignee
Nanjing Unary Information 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 Nanjing Unary Information Technology Co ltd filed Critical Nanjing Unary Information Technology Co ltd
Priority to CN201911346810.1A priority Critical patent/CN111143128B/en
Publication of CN111143128A publication Critical patent/CN111143128A/en
Application granted granted Critical
Publication of CN111143128B publication Critical patent/CN111143128B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1464Management of the backup or restore process for networked environments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • 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)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data protection method and a data protection system for an openstack cloud host.A ceph client is pre-installed on a backup agent, and the ceph client is used for connecting an openstack cloud platform; the backup agent machine acquires information parameters of a cloud host to be backed up in the openstack cloud platform; calling the ceph api according to the information parameters to acquire a corresponding storage mirror image of the cloud host on the ceph back end, calling the ceph api to perform snapshot operation on the storage mirror image, and exporting the snapshot as a data file; and uploading the exported data file to a backup server for storage. The advantages are that: only through simple configuration, online data protection of the cloud host started by the openstack mirror image and the cloud host started by the cloud hard disk can be realized, cloud platform parameters do not need to be modified, the overall backup efficiency is improved, and the operation and maintenance cost is reduced.

Description

Openstack cloud host data protection method and system
Technical Field
The invention relates to an openstack cloud host data protection method and system, and belongs to the technical field of data protection.
Background
With the more mature cloud computing technology, from large-scale national enterprises to medium-sized and small enterprises, more and more users choose to use virtual machines to replace traditional servers, and management work of virtual machines is supported through various cloud platforms. The cloud platform built based on the openstack open source architecture has the characteristics of simplicity in implementation, large-scale expansion, unified standard and the like, and is widely used in the deployment scene of domestic private clouds.
With the popularization of Openstack cloud platforms, the demand of users for data protection of cloud hosts running on Openstack becomes stronger and stronger. At present, mainstream openstack cloud platforms are deployed based on ceph storage. ceph is a distributed storage, supporting three storage interfaces: block storage, file storage, object storage. The openstack cloud platform uses the block storage of ceph as the back-end storage of a cloud host or a cloud hard disk, and different storage pools are set for respective management.
According to the cloud host starting mode of the openstack, the openstack cloud host can be divided into a cloud host started through a mirror image (hereinafter referred to as image virtual machine) and a cloud host started through a cloud hard disk (hereinafter referred to as volume virtual machine). For the two different types of cloud hosts, openstack itself also provides corresponding data protection schemes, such as nova snapshot scheme for image virtual machines and circle-backup scheme for volume virtual machines. However, both schemes have respective disadvantages, for example, the nova snapshot scheme does not support backup of an online cloud host, the ring-backup scheme can only support backup of a single cloud disk and needs to modify a configuration file of a cloud platform, and a complete non-invasive cloud host data protection method is lacking.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, provides a method and a system for protecting openstack cloud host data, and solves the problems that the traditional openstack data scheme does not support on-line cloud host snapshot, a complete non-invasive cloud host backup scheme is lacked, the backup efficiency is low, the equipment cost is high and the like.
In order to solve the technical problem, the invention provides an openstack cloud host data protection method which is characterized in that,
pre-installing a ceph client on a backup agent, wherein the ceph client is used for connecting an openstack cloud platform;
the backup agent machine acquires information parameters of a cloud host to be backed up in the openstack cloud platform;
calling the ceph api according to the information parameters to acquire a corresponding storage mirror image of the cloud host on the ceph back end, calling cephapi to perform snapshot operation on the storage mirror image, and exporting the snapshot as a data file;
and uploading the exported data file to a backup server for storage.
Further, the pre-installation process of the ceph client is as follows:
the backup agent machine accesses a storage network of the ceph to carry out file configuration, and writes storage pool configuration consistent with the cloud platform into the configuration file;
the file is configured to: and configuring the ip address, the authentication mode and the authentication key information of the ceph server.
Further, the process of acquiring the data file is as follows:
the backup agent machine calls an openstack api interface to acquire a cloud host id and a cloud host starting type to be backed up;
calling a script to acquire a storage mirror image of the cloud host in a ceph storage pool according to the cloud host id and the cloud host starting type;
and creating a snapshot of the storage image in the ceph storage pool and exporting the snapshot.
Further, the process of uploading the exported data file to the backup server for storage is as follows:
the backup server marks out a block of storage from the medium of the backup server and mounts the block of storage onto the backup agent machine;
the backup agent uploads the data file to the drawn medium on the backup server and saves metadata related to the backup file (the metadata refers to some information related to the backup cloud host, such as cloud host id, cloud host mirror id, network id used by the cloud host, Ip address, mac address, cpu used by the cloud host, and memory information).
An openstack cloud host data protection system comprises a pre-installation module, a parameter acquisition module, a data file export module and a storage module;
the pre-installation module is used for pre-installing a ceph client on the backup agent, and the ceph client is used for connecting an openstack cloud platform;
the parameter acquisition module is used for the backup agent machine to acquire information parameters of the cloud host to be backed up in the openstack cloud platform;
the data file export module is used for calling the ceph api according to the information parameters to acquire a corresponding storage mirror image of the cloud host on the ceph back end, calling the ceph api to perform snapshot operation on the storage mirror image, and exporting the snapshot as a data file;
and the storage module is used for uploading the exported data file to a backup server for storage.
Further, the preinstallation module comprises a configuration module, and the configuration module is used for enabling the backup agent to access a ceph storage network for file configuration and writing storage pool configuration consistent with the cloud platform into the configuration file; the file is configured to: and configuring the ip address, the authentication mode and the authentication key information of the ceph server.
Further, the data file export module comprises a first calling module, a second calling module and a snapshot module;
the first calling module is used for calling an openstack api interface by the backup agent to acquire a cloud host id and a cloud host starting type to be backed up;
the second calling module is used for calling the script to acquire a storage mirror image of the cloud host in the ceph storage pool according to the cloud host id and the cloud host starting type;
and the snapshot module is used for creating a snapshot for the storage image in the ceph storage pool and exporting the snapshot.
Further, the storage module comprises a mounting module and an uploading module;
the mounting module is used for the backup server to draw a block of storage from the medium of the backup server and mount the block of storage onto the backup agent machine;
the uploading module is used for uploading the data file to the marked medium on the backup server by the backup agent and storing the metadata related to the backup file.
The invention achieves the following beneficial effects:
the cloud host data protection method under the openstack cloud platform can realize online data protection of the openstack mirror image started cloud host and the cloud host started by the cloud hard disk only through simple configuration, does not need to modify cloud platform parameters, provides a complete non-invasive openstack cloud host protection scheme, improves the integral backup efficiency and reduces the operation and maintenance cost.
Drawings
Fig. 1 is a schematic diagram of an openstack cloud host data protection method.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below 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.
The technical scheme of the invention is further explained by the specific implementation mode in combination with the attached drawings.
As shown in fig. 1, a method for protecting data of a cloud host under an openstack cloud platform includes: the method comprises the following steps: backup proxy service, ceph client, and backup server.
The backup server is an independent machine, can be a physical machine or a virtual machine, calls an openstack cloud platform to perform api interaction, executes cloud platform authentication, obtains cloud platform parameters and the like.
The specific process is as follows:
1) installing a ceph client on a backup agent machine, wherein the client is used for connecting an openstack cloud platform for storage; a user configures information such as a ceph server ip address, an authentication mode, an authentication key and the like on a backup proxy server; and writing the storage pool configuration consistent with the cloud platform into the configuration file.
2) And the backup proxy service calls a cloud platform API interface to acquire parameters such as the starting type, the virtual machine id, the disk mounting information, the network information and the like of the cloud host to be backed up. According to the starting type and the previously configured cloud platform storage pool information, calling the ceph api to obtain a corresponding storage image of a cloud host (including the cloud host created by the image and the cloud host created by the cloud hard disk) on the ceph back end, and calling the ceph api to perform snapshot operation on the storage image and export the snapshot into a data file.
3) And uploading the exported data file to a backup server for storage.
The specific steps of installing the ceph client in the step 1) comprise:
(1) the backup proxy machine may access the storage network of ceph.
(2) Configuring information such as a ceph server ip address, an authentication mode, an authentication key and the like; and writing the storage pool configuration consistent with the cloud platform into the configuration file.
The cloud host data protection method under the openstack cloud platform is characterized in that: the specific step of calling the ceph api interface in the step 2) comprises the following steps:
(1) and the backup proxy service calls an openstack api interface to acquire the id of the cloud host to be backed up and the starting type of the cloud host.
(2) And calling the script to acquire the storage mirror image of the cloud host in the ceph storage pool by the backup proxy service according to the id and the starting type of the cloud host.
(3) And the backup proxy service creates a snapshot for the storage image in the ceph storage pool and exports the snapshot.
The specific steps of storing the data file in the step 3) comprise:
(1) the backup server has its own media for storing the backed up data.
(2) The backup server will scratch a block of storage from its own media to be mounted on the backup agent.
(3) The backup agent uploads the data files to the media on the backup server and saves metadata associated with the backup files.
Correspondingly, the invention provides an openstack cloud host data protection system which comprises a pre-installation module, a parameter acquisition module, a data file export module and a storage module, wherein the pre-installation module is used for storing data files;
the pre-installation module is used for pre-installing a ceph client on the backup agent, and the ceph client is used for connecting an openstack cloud platform;
the parameter acquisition module is used for the backup agent machine to acquire information parameters of the cloud host to be backed up in the openstack cloud platform;
the data file export module is used for calling the ceph api according to the information parameters to acquire a corresponding storage mirror image of the cloud host on the ceph back end, calling the ceph api to perform snapshot operation on the storage mirror image, and exporting the snapshot as a data file;
and the storage module is used for uploading the exported data file to a backup server for storage.
The pre-installation module comprises a configuration module, and is used for enabling the backup agent machine to access a ceph storage network for file configuration and writing storage pool configuration consistent with the cloud platform into a configuration file; the file is configured to: and configuring the ip address, the authentication mode and the authentication key information of the ceph server.
The data file export module comprises a first calling module, a second calling module and a snapshot module;
the first calling module is used for calling an openstack api interface by the backup agent to acquire a cloud host id and a cloud host starting type to be backed up;
the second calling module is used for calling the script to acquire a storage mirror image of the cloud host in the ceph storage pool according to the cloud host id and the cloud host starting type;
and the snapshot module is used for creating a snapshot for the storage image in the ceph storage pool and exporting the snapshot.
The storage module comprises a mounting module and an uploading module;
the mounting module is used for the backup server to draw a block of storage from the medium of the backup server and mount the block of storage onto the backup agent machine;
the uploading module is used for uploading data files to a drawn medium on the backup server by the backup agent, and storing metadata related to the backup files (the metadata refers to some information related to the backup cloud host, such as a cloud host id, a cloud host mirror image id, a network id used by the cloud host, an Ip address, a mac address, a cpu used by the cloud host, and memory information).
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. An openstack cloud host data protection method is characterized in that,
pre-installing a ceph client on a backup agent, wherein the ceph client is used for connecting an openstack cloud platform;
the backup agent machine acquires information parameters of a cloud host to be backed up in the openstack cloud platform;
calling the ceph api according to the information parameters to acquire a corresponding storage mirror image of the cloud host on the ceph back end, calling cephapi to perform snapshot operation on the storage mirror image, and exporting the snapshot as a data file;
and uploading the exported data file to a backup server for storage.
2. The openstack cloud host data protection method according to claim 1, wherein the pre-installation process of the ceph client is as follows:
the backup agent machine accesses a storage network of the ceph to carry out file configuration, and writes storage pool configuration consistent with the cloud platform into the configuration file;
the file is configured to: and configuring the ip address, the authentication mode and the authentication key information of the ceph server.
3. The openstack cloud host data protection method according to claim 1, wherein the data file acquisition process is as follows:
the backup agent machine calls an openstack api interface to acquire a cloud host id and a cloud host starting type to be backed up;
calling a script to acquire a storage mirror image of the cloud host in a ceph storage pool according to the cloud host id and the cloud host starting type;
and creating a snapshot of the storage image in the ceph storage pool and exporting the snapshot.
4. The openstack cloud host data protection method according to claim 1, wherein the process of uploading the exported data file to a backup server for storage is as follows:
the backup server marks out a block of storage from the medium of the backup server and mounts the block of storage onto the backup agent machine;
the backup agent uploads the data files to the marked-out media on the backup server and saves metadata associated with the backup files.
5. An openstack cloud host data protection system is characterized by comprising a pre-installation module, a parameter acquisition module, a data file export module and a storage module;
the pre-installation module is used for pre-installing a ceph client on the backup agent, and the ceph client is used for connecting an openstack cloud platform;
the parameter acquisition module is used for the backup agent machine to acquire information parameters of the cloud host to be backed up in the openstack cloud platform;
the data file export module is used for calling the ceph api according to the information parameters to acquire a corresponding storage mirror image of the cloud host on the ceph back end, calling the ceph api to perform snapshot operation on the storage mirror image, and exporting the snapshot as a data file;
and the storage module is used for uploading the exported data file to a backup server for storage.
6. The openstack cloud host data protection system according to claim 5, wherein the preinstallation module includes a configuration module, configured to enable the backup agent to access a storage network of ceph for file configuration, and write storage pool configuration consistent with a cloud platform into a configuration file; the file is configured to: and configuring the ip address, the authentication mode and the authentication key information of the ceph server.
7. The openstack cloud host data protection system of claim 5, wherein the data file export module comprises a first calling module, a second calling module and a snapshot module;
the first calling module is used for calling an openstack api interface by the backup agent to acquire a cloud host id and a cloud host starting type to be backed up;
the second calling module is used for calling the script to acquire a storage mirror image of the cloud host in the ceph storage pool according to the cloud host id and the cloud host starting type;
and the snapshot module is used for creating a snapshot for the storage image in the ceph storage pool and exporting the snapshot.
8. The openstack cloud host data protection system of claim 5, wherein the saving module comprises a mount module and an upload module;
the mounting module is used for the backup server to draw a block of storage from the medium of the backup server and mount the block of storage onto the backup agent machine;
the uploading module is used for uploading the data file to the marked medium on the backup server by the backup agent and storing the metadata related to the backup file.
CN201911346810.1A 2019-12-24 2019-12-24 Openstack cloud host data protection method and system Active CN111143128B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911346810.1A CN111143128B (en) 2019-12-24 2019-12-24 Openstack cloud host data protection method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911346810.1A CN111143128B (en) 2019-12-24 2019-12-24 Openstack cloud host data protection method and system

Publications (2)

Publication Number Publication Date
CN111143128A true CN111143128A (en) 2020-05-12
CN111143128B CN111143128B (en) 2023-08-18

Family

ID=70519707

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911346810.1A Active CN111143128B (en) 2019-12-24 2019-12-24 Openstack cloud host data protection method and system

Country Status (1)

Country Link
CN (1) CN111143128B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597078A (en) * 2020-05-15 2020-08-28 山东汇贸电子口岸有限公司 Timed backup method and system for copying ceph block storage data to object storage
CN111796862A (en) * 2020-07-07 2020-10-20 浪潮云信息技术股份公司 Method for selecting cloud server to create use mirror based on mirror image label and metadata
CN111858174A (en) * 2020-07-17 2020-10-30 苏州浪潮智能科技有限公司 Ordered management method, system, terminal and storage medium for cloud host
CN112003917A (en) * 2020-08-14 2020-11-27 苏州浪潮智能科技有限公司 File storage management method, system, device and medium
CN112256397A (en) * 2020-10-28 2021-01-22 上海英方软件股份有限公司 Virtual machine cross-platform migration method and system
CN112486633A (en) * 2020-12-09 2021-03-12 国网甘肃省电力公司 Virtual machine data backup method under cloud platform

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105843704A (en) * 2016-03-15 2016-08-10 上海爱数信息技术股份有限公司 Data protection method and system capable of combining with snapshot function based on distributed block storage
CN106445741A (en) * 2016-09-28 2017-02-22 郑州云海信息技术有限公司 Method for achieving oracle database disaster tolerance backup on basis of ceph
CN107197022A (en) * 2017-06-02 2017-09-22 华南理工大学 OpenStack storage optimization methods and system
CN109582443A (en) * 2018-12-06 2019-04-05 国网江西省电力有限公司信息通信分公司 Virtual machine standby system based on distributed storage technology
CN110456984A (en) * 2019-06-21 2019-11-15 南京壹进制信息科技有限公司 The method that the block device of a kind of pair of Ceph storage carries out continuous data protection
US20190384678A1 (en) * 2018-06-14 2019-12-19 Nutanix, Inc. System and method for managing backup and restore of objects over cloud platforms

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105843704A (en) * 2016-03-15 2016-08-10 上海爱数信息技术股份有限公司 Data protection method and system capable of combining with snapshot function based on distributed block storage
CN106445741A (en) * 2016-09-28 2017-02-22 郑州云海信息技术有限公司 Method for achieving oracle database disaster tolerance backup on basis of ceph
CN107197022A (en) * 2017-06-02 2017-09-22 华南理工大学 OpenStack storage optimization methods and system
US20190384678A1 (en) * 2018-06-14 2019-12-19 Nutanix, Inc. System and method for managing backup and restore of objects over cloud platforms
CN109582443A (en) * 2018-12-06 2019-04-05 国网江西省电力有限公司信息通信分公司 Virtual machine standby system based on distributed storage technology
CN110456984A (en) * 2019-06-21 2019-11-15 南京壹进制信息科技有限公司 The method that the block device of a kind of pair of Ceph storage carries out continuous data protection

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨皓森: "面向OpenStack/Ceph的虚拟机备份系统研究" *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597078A (en) * 2020-05-15 2020-08-28 山东汇贸电子口岸有限公司 Timed backup method and system for copying ceph block storage data to object storage
CN111796862A (en) * 2020-07-07 2020-10-20 浪潮云信息技术股份公司 Method for selecting cloud server to create use mirror based on mirror image label and metadata
CN111796862B (en) * 2020-07-07 2024-05-31 浪潮云信息技术股份公司 Method for creating use mirror image by selecting cloud server based on mirror image label and metadata
CN111858174A (en) * 2020-07-17 2020-10-30 苏州浪潮智能科技有限公司 Ordered management method, system, terminal and storage medium for cloud host
CN111858174B (en) * 2020-07-17 2022-06-14 苏州浪潮智能科技有限公司 Ordered management method, system, terminal and storage medium for cloud host
CN112003917A (en) * 2020-08-14 2020-11-27 苏州浪潮智能科技有限公司 File storage management method, system, device and medium
CN112003917B (en) * 2020-08-14 2022-12-27 苏州浪潮智能科技有限公司 File storage management method, system, device and medium
CN112256397A (en) * 2020-10-28 2021-01-22 上海英方软件股份有限公司 Virtual machine cross-platform migration method and system
CN112486633A (en) * 2020-12-09 2021-03-12 国网甘肃省电力公司 Virtual machine data backup method under cloud platform

Also Published As

Publication number Publication date
CN111143128B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
CN111143128B (en) Openstack cloud host data protection method and system
US20230138736A1 (en) Cluster file system-based data backup method and apparatus, and readable storage medium
EP3287906B1 (en) Method, system, and apparatus for cloud application redundancy
US8738883B2 (en) Snapshot creation from block lists
CN102369713B (en) Automatic removing method and device of system configuration items
CN108306969B (en) Intelligent access system and intelligent access method of IDV cloud desktop
CN103970585A (en) Method and device for creating virtual machine
CN104518917A (en) Automatic server inspection method
CN111273871B (en) Method and device for dynamically allocating storage resources on container platform
CN111258721A (en) Cloud host operating system user management method, device, equipment and storage medium
US20130006932A1 (en) Physical Replication of Database Subset to Improve Availability and Reduce Resource Cost in a Cloud Environment
CN105450759A (en) System mirror image management method and device
CN105335168A (en) System, method and apparatus for remotely configuring operating system
CN105099997A (en) Virtual infrastructure-based multimedia desktop delivery method and system
CN106815096A (en) A kind of data managing method and device
CN114564339A (en) Disk image file cross-platform migration method and system
CN103281407B (en) A kind of IP address long-distance management system based on Godson cloud terminal
CN109684033B (en) Cloud platform bare metal management method, storage medium, electronic device and system
CN111767169B (en) Data processing method, device, electronic equipment and storage medium
CN103109515B (en) A kind of method of service deployment and device
CN111262963A (en) Method and system for binding MAC address and IP address of virtual machine
CN115766405B (en) Fault processing method, device, equipment and storage medium
CN110928624A (en) Cloud desktop calling method and device for user terminal and terminal
CN103853633B (en) The pouring-in backup method of application program found based on the application of virtual machine operation information
CN104850569B (en) Data migration method and device

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Building 1, 6th Floor, Changfeng Building, No.14 Xinghuo Road, Research and Innovation Park, Jiangbei New District, Nanjing City, Jiangsu Province, 210000

Patentee after: Aerospace One System (Jiangsu) Information Technology Co.,Ltd.

Country or region after: China

Address before: 210014 Building C, Building 3, No. 5 Baixia High-tech Park, No. 5 Yongzhi Road, Qinhuai District, Nanjing City, Jiangsu Province

Patentee before: NANJING UNARY INFORMATION TECHNOLOGY Co.,Ltd.

Country or region before: China