CN109462651B - Method, device and system for cloud-up of mirror volume data and readable storage medium - Google Patents

Method, device and system for cloud-up of mirror volume data and readable storage medium Download PDF

Info

Publication number
CN109462651B
CN109462651B CN201811376706.2A CN201811376706A CN109462651B CN 109462651 B CN109462651 B CN 109462651B CN 201811376706 A CN201811376706 A CN 201811376706A CN 109462651 B CN109462651 B CN 109462651B
Authority
CN
China
Prior art keywords
volume
data
cloud
mirror image
mirror
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
CN201811376706.2A
Other languages
Chinese (zh)
Other versions
CN109462651A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201811376706.2A priority Critical patent/CN109462651B/en
Publication of CN109462651A publication Critical patent/CN109462651A/en
Application granted granted Critical
Publication of CN109462651B publication Critical patent/CN109462651B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • 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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method, a device and a system for realizing cloud uploading of mirror image volume data and a computer readable storage medium, wherein the method comprises the steps of receiving a cloud uploading request corresponding to a mirror image volume; performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume; and uploading data corresponding to the current moment in the mirror image volume to the cloud according to the mirror image volume and the snapshot volume. According to the cloud storage method and the cloud storage device, after a cloud loading request of the mirror image volume is received, the mirror image volume is subjected to snapshot to obtain the snapshot volume corresponding to the current moment, and then the data corresponding to the current moment in the mirror image volume is uploaded to the cloud end through the mirror image volume and the snapshot volume, so that the rewriting of the mirror image volume by the data from the source volume does not affect the cloud loading of the data, the consistency of the data before and after cloud loading is ensured, and the cloud loading of the mirror image volume data and the backup combination of the mirror image and the cloud are realized.

Description

Method, device and system for cloud-up of mirror volume data and readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of cloud backup, in particular to a method, a device and a system for cloud loading of mirror image volume data and a computer readable storage medium.
Background
The mirror image volume is a backup technology for the volume, each source volume can be a mirror image volume, which is equivalent to a backup, when data is issued to the source volume, the data can be synchronously updated to the mirror image volume, and the purpose of data backup is achieved.
The traditional cloud-on-volume data cloud implementation is to perform cloud-on operation on data of a source volume, and cannot implement cloud-on-volume on data in a mirror volume, mainly considering the problem of data consistency, because when the volume data is subjected to cloud implementation, it is required to ensure that the volume data at the moment is not changed, otherwise, the cloud-on-volume data cannot represent data at a time point. However, for the mirror volume, data may be copied from the source volume to the mirror volume at any time, which causes changes in the data of the mirror volume, resulting in inconsistency of the data in the cloud. In addition, in the prior art, when the data in the source volume is subjected to the cloud operation, the read-write operation of the source volume needs to be suspended, which affects the use of the user.
In view of this, how to provide a method, an apparatus, a system and a computer readable storage medium for implementing cloud on mirror volume data becomes a problem to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the invention aims to provide a method, a device and a system for realizing cloud application of mirror image volume data and a computer readable storage medium, which can realize cloud application of the mirror image volume data and combination of mirror image and cloud backup on the basis of ensuring consistency of data before and after cloud application in a using process.
In order to solve the technical problem, an embodiment of the present invention provides a method for implementing cloud loading of mirror volume data, including:
receiving a cloud-up request corresponding to the mirror image volume;
performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume;
and uploading data corresponding to the current moment in the mirror image volume to a cloud according to the mirror image volume and the snapshot volume.
Optionally, the process of uploading the data corresponding to the current time in the mirror image volume to a cloud according to the mirror image volume and the snapshot volume includes:
acquiring bitmap information corresponding to the mirror image volume at the current moment according to the snapshot volume, wherein the bitmap information comprises state information of each data address in the mirror image volume;
judging whether the state information of each data address changes or not, and determining each first data address with changed state information and each second data address with unchanged state information;
acquiring first data corresponding to each first data address from the snapshot volume according to each first data address, and uploading each first data to a cloud;
and acquiring second data corresponding to each second data address from the mirror image volume according to each second data address, and uploading each second data to the cloud.
Optionally, the method further includes:
and deleting the snapshot volume after the data corresponding to the current moment in the mirror image volume is uploaded successfully.
Optionally, the method further includes:
and after the data corresponding to the current moment in the mirror image volume is successfully uploaded, feeding back prompt information of successful uploading to a user.
Optionally, the process of receiving the cloud request corresponding to the mirror volume is as follows:
and receiving a cloud-up request corresponding to the mirror volume input by a user.
The embodiment of the invention correspondingly provides a device for realizing cloud uploading of mirror volume data, which comprises the following steps:
the receiving module is used for receiving a cloud-up request corresponding to the mirror image volume;
the snapshot module is used for executing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume;
and the transmission module is used for uploading the data corresponding to the current moment in the mirror image volume to a cloud end according to the mirror image volume and the snapshot volume.
Optionally, the transmission module includes:
an obtaining unit, configured to obtain, according to the snapshot volume, bitmap information corresponding to the mirror volume at the current time, where the bitmap information includes state information of each data address in the mirror volume;
the judging unit is used for judging whether the state information of each data address changes or not and determining each first data address with changed state information and each second data address with unchanged state information;
the first uploading unit is used for acquiring first data corresponding to each first data address from the snapshot volume according to each first data address and uploading each first data to a cloud end;
and the second uploading unit is used for acquiring second data corresponding to each second data address from the mirror image volume according to each second data address, and uploading each second data to the cloud.
Optionally, the method further includes:
and the deleting module is used for deleting the snapshot volume after the data corresponding to the current moment in the mirror volume is successfully uploaded.
The embodiment of the present invention further provides a system for implementing cloud loading of mirror volume data, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the method for realizing cloud on mirror volume data when the computer program is executed.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for implementing cloud sharing on mirror volume data are implemented as described above.
The embodiment of the invention provides a method, a device and a system for realizing cloud application of mirror volume data and a computer readable storage medium, wherein the method comprises the following steps: receiving a cloud-up request corresponding to the mirror image volume; performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume; and uploading data corresponding to the current moment in the mirror image volume to the cloud according to the mirror image volume and the snapshot volume.
Therefore, after a cloud loading request of the mirror image volume is received, the mirror image volume is snapshot to obtain the snapshot volume corresponding to the current moment, and then the data corresponding to the current moment in the mirror image volume is uploaded to the cloud end through the mirror image volume and the snapshot volume, so that the rewriting of the mirror image volume by the data from the source volume does not affect the cloud loading of the data, the consistency of the data before and after cloud loading is ensured, and the cloud loading of the mirror image volume data and the combination of the mirror image and cloud backup are realized.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for implementing cloud sharing on mirror volume data according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a process of cloud loading of mirror volume data according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus for implementing cloud loading of mirror volume data according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a method, a device and a system for realizing cloud application of mirror image volume data and a computer readable storage medium, which can realize cloud application of the mirror image volume data and combination of mirror image and cloud backup on the basis of ensuring consistency of data before and after cloud application in a using process.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for implementing cloud sharing of mirror volume data according to an embodiment of the present invention. The method comprises the following steps:
s110: receiving a cloud-up request corresponding to the mirror image volume;
it should be noted that, a source volume is mirrored at a certain time to generate a mirror volume corresponding to the source volume, and data in the mirror volume is the same as data in the source volume at that time. The user can initiate a cloud-up request of the mirror volume, that is, the cloud-up request of the mirror volume input by the user can be accepted.
S120: performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume;
specifically, after receiving a cloud request of the mirror volume, a snapshot is established for the mirror volume at the current moment, and a snapshot volume corresponding to the mirror volume at the moment is obtained. The snapshot volume can record the data state in the mirror volume, that is, can record the state information of each data address in the mirror volume. The current time refers to the time when the cloud-up request of the mirror volume is received.
S130: and uploading data corresponding to the current moment in the mirror image volume to the cloud according to the mirror image volume and the snapshot volume.
It can be understood that when uploading data in the mirror image volume to the cloud, as new data may be written in the source volume in the process of uploading the data of the mirror image volume to the cloud, when new data is written in the source volume, the data in the source volume may be synchronized to the mirror image volume, and at this time, the data in the mirror image volume may change, so that when uploading the data in the mirror image volume to the cloud again in the application, the data corresponding to the current time in the mirror image volume is uploaded to the cloud by combining the mirror image volume and the snapshot volume. The data which are not changed in the mirror image volume in the uploading process are directly uploaded to the cloud end from the mirror image volume, and for the changed data, the original data corresponding to the changed data are obtained from the snapshot volume and uploaded to the cloud end, so that the consistency of the cloud data in the mirror image volume is guaranteed.
Specifically, the process of uploading the data corresponding to the current time in the mirror image volume to the cloud end according to the mirror image volume and the snapshot volume in S130 may specifically include:
acquiring bitmap information corresponding to the mirror image volume at the current moment according to the snapshot volume, wherein the bitmap information comprises state information of each data address in the mirror image volume;
specifically, after the snapshot volume is established for the mirror volume, the snapshot volume records bitmap information in the mirror volume, that is, state information of each data address in the mirror volume, so that the state information of each data address corresponding to the mirror volume at the current time can be obtained according to the snapshot volume.
Judging whether the state information of each data address changes or not, and determining each first data address with changed state information and each second data address with unchanged state information;
specifically, after data corresponding to a certain data address in the mirror volume is rewritten, the state information of the data address changes, so whether the data corresponding to each data address is rewritten or not can be determined according to the state information of each data address.
Acquiring first data corresponding to each first data address from the snapshot volume according to each first data address, and uploading each first data to a cloud end;
and acquiring second data corresponding to each second data address from the mirror image volume according to each second data address, and uploading each second data to the cloud.
It can be understood that when new data is written in the source volume, the data is copied to a corresponding data address in the mirror volume, and since original data in the mirror volume is copied to the snapshot volume through snapshot operation, corresponding original data (i.e., first data) can be obtained from the snapshot volume according to the first data address where the state information changes, and the first data is uploaded to the cloud; and corresponding second data can be acquired from the mirror volume according to the second data address without the change of the state information, and are uploaded to the cloud.
Specifically, after the snapshot is established on the mirror image volume, the data in the mirror image volume can be transmitted to the cloud, whether the data in the data address changes or not is judged according to the state information of the corresponding data address in the transmission process, when the data changes, the original data corresponding to the data address is obtained from the snapshot volume, the original data is uploaded to the cloud, then whether the state information corresponding to the next data address changes or not is judged continuously, and when the data does not change, the data corresponding to the data address is obtained from the mirror image volume and is uploaded to the cloud.
For example, referring to fig. 2, at time T1, a mirroring operation is performed on a source volume to obtain a mirror volume corresponding to the source volume; at a time T2, a user sends a cloud loading request of a mirror image volume, and after receiving the cloud loading request of the mirror image volume, a snapshot is established on the mirror image volume to obtain a corresponding snapshot volume, and data transmission to a cloud is started, and at this time, data a is ready to be written into a source volume; at time T3, data a is written to the source volume, and at this time, the data in the mirror volume continues to appear in the cloud; at the time of T4, the data a is ready to be copied from the source volume to the mirror volume, where the data in the mirror volume is continuously in the cloud, and at the time of T5, the data a is copied to the mirror volume, so that the state information of the data address written in the data a on the mirror volume is changed, and the original data originally written in the data address on the mirror volume has been copied to the snapshot volume through snapshot operation, and at this time, the original data in the data address is not yet in the cloud, so that the original data corresponding to the data address is obtained from the snapshot volume and uploaded to the cloud; at the time T6, since the state information of the remaining data addresses in the mirror volume is not changed, the remaining data is directly acquired from the mirror volume and uploaded to the cloud, so that the cloud of the mirror volume data is realized.
Further, the method further comprises:
and deleting the snapshot volume after the data corresponding to the current moment in the mirror volume is uploaded successfully.
It should be noted that, after the data in the mirror volume is successfully clouded, in order to avoid the memory occupied by the established snapshot volume and the corresponding bitmap information, the snapshot volume may be deleted in the present application.
Furthermore, in order to facilitate the user to timely know that the data in the mirror volume is successfully clouded, the method further includes:
and after the data corresponding to the current moment in the mirror image volume is successfully uploaded, feeding back prompt information of successful uploading to the user.
The prompt information can be text information, sound information or prompt lamp information, and can be specifically set according to actual needs. It should be further noted that, in S110 in the present application, the process of receiving the cloud request corresponding to the mirror volume is as follows: and receiving a cloud-up request corresponding to the mirror volume input by a user. Certainly, in practical application, the cloud-up operation may be performed on the data in the mirror volume at regular time, so that the cloud-up request of the mirror volume sent at regular time may also be received.
The embodiment of the invention provides a method for realizing cloud application of mirror volume data, which comprises the following steps: receiving a cloud-up request corresponding to the mirror image volume; performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume; and uploading data corresponding to the current moment in the mirror image volume to the cloud according to the mirror image volume and the snapshot volume. Therefore, after a cloud loading request of the mirror image volume is received, the mirror image volume is snapshot to obtain the snapshot volume corresponding to the current moment, and then the data corresponding to the current moment in the mirror image volume is uploaded to the cloud end through the mirror image volume and the snapshot volume, so that the rewriting of the mirror image volume by the data from the source volume does not affect the cloud loading of the data, the consistency of the data before and after cloud loading is ensured, and the cloud loading of the mirror image volume data and the combination of the mirror image and cloud backup are realized.
Correspondingly, the embodiment of the invention also discloses a device for realizing cloud uploading of the mirror volume data, and particularly refers to fig. 3. A device for implementing cloud-up of mirror volume data is described below on the basis of the above embodiments:
the device includes:
a receiving module 31, configured to receive a cloud request corresponding to a mirror volume;
the snapshot module 32 is configured to perform a snapshot operation on the mirror image volume at the current time to obtain a snapshot volume corresponding to the mirror image volume;
and the transmission module 33 is configured to upload data corresponding to the current time in the mirror image volume to the cloud according to the mirror image volume and the snapshot volume.
Further, the transmission module 33 includes:
the acquisition unit is used for acquiring bitmap information corresponding to the mirror image volume at the current moment according to the snapshot volume, wherein the bitmap information comprises state information of each data address in the mirror image volume;
the judging unit is used for judging whether the state information of each data address changes or not and determining each first data address with changed state information and each second data address without changed state information;
the first uploading unit is used for acquiring first data corresponding to each first data address from the snapshot volume according to each first data address and uploading each first data to the cloud end;
and the second uploading unit is used for acquiring second data corresponding to each second data address from the mirror image volume according to each second data address and uploading each second data to the cloud.
Further, the method also comprises the following steps:
and the deleting module is used for deleting the snapshot volume after the data corresponding to the current moment in the mirror volume is successfully uploaded.
It should be noted that the apparatus for clouding mirror volume data according to the embodiment of the present invention has the same beneficial effects as the method for clouding mirror volume data provided in the foregoing embodiment, and for a specific description of the method for clouding mirror volume data according to the present embodiment, reference is made to the foregoing embodiment, and details of the method are not repeated herein.
On the basis of the above embodiment, an embodiment of the present invention further provides a system for implementing cloud sharing on mirror volume data, where the system includes:
a memory for storing a computer program;
and the processor is used for realizing the steps of the method for realizing cloud-on-mirror volume data when executing the computer program.
For example, the processor in this embodiment is configured to receive a cloud request corresponding to a mirror volume; performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume; and uploading data corresponding to the current moment in the mirror image volume to the cloud according to the mirror image volume and the snapshot volume.
On the basis of the foregoing embodiments, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for implementing cloud-on-mirror volume data as described above are implemented.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, in the present specification, relational terms such as first and second, and the like are 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 previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A method for realizing cloud-up of mirror volume data is characterized by comprising the following steps:
receiving a cloud-up request corresponding to the mirror image volume;
performing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume;
uploading data corresponding to the current moment in the mirror image volume to a cloud according to the mirror image volume and the snapshot volume; wherein:
the process of uploading the data corresponding to the current moment in the mirror image volume to a cloud according to the mirror image volume and the snapshot volume comprises:
acquiring bitmap information corresponding to the mirror image volume at the current moment according to the snapshot volume, wherein the bitmap information comprises state information of each data address in the mirror image volume;
judging whether the state information of each data address changes or not, and determining each first data address with changed state information and each second data address with unchanged state information;
acquiring first data corresponding to each first data address from the snapshot volume according to each first data address, and uploading each first data to a cloud;
and acquiring second data corresponding to each second data address from the mirror image volume according to each second data address, and uploading each second data to the cloud.
2. The method for implementing cloud on mirror volume data according to claim 1, further comprising:
and deleting the snapshot volume after the data corresponding to the current moment in the mirror image volume is uploaded successfully.
3. The method for implementing cloud on mirror volume data according to claim 2, further comprising:
and after the data corresponding to the current moment in the mirror image volume is successfully uploaded, feeding back prompt information of successful uploading to a user.
4. The method for implementing cloud service on mirror volume data according to claim 2, wherein the process of receiving a cloud service request corresponding to a mirror volume is as follows:
and receiving a cloud-up request corresponding to the mirror volume input by a user.
5. An apparatus for implementing cloud on mirror volume data, comprising:
the receiving module is used for receiving a cloud-up request corresponding to the mirror image volume;
the snapshot module is used for executing snapshot operation on the mirror image volume at the current moment to obtain a snapshot volume corresponding to the mirror image volume;
the transmission module is used for uploading data corresponding to the current moment in the mirror image volume to a cloud end according to the mirror image volume and the snapshot volume; wherein:
the transmission module includes:
an obtaining unit, configured to obtain, according to the snapshot volume, bitmap information corresponding to the mirror volume at the current time, where the bitmap information includes state information of each data address in the mirror volume;
the judging unit is used for judging whether the state information of each data address changes or not and determining each first data address with changed state information and each second data address with unchanged state information;
the first uploading unit is used for acquiring first data corresponding to each first data address from the snapshot volume according to each first data address and uploading each first data to a cloud end;
and the second uploading unit is used for acquiring second data corresponding to each second data address from the mirror image volume according to each second data address, and uploading each second data to the cloud.
6. The apparatus for implementing cloud on mirror volume data according to claim 5, further comprising:
and the deleting module is used for deleting the snapshot volume after the data corresponding to the current moment in the mirror volume is successfully uploaded.
7. A system for realizing cloud-up of mirror volume data is characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method for implementing cloud on mirror volume data according to any one of claims 1 to 4 when executing the computer program.
8. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for implementing a cloud on mirror volume data according to any one of claims 1 to 4.
CN201811376706.2A 2018-11-19 2018-11-19 Method, device and system for cloud-up of mirror volume data and readable storage medium Active CN109462651B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811376706.2A CN109462651B (en) 2018-11-19 2018-11-19 Method, device and system for cloud-up of mirror volume data and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811376706.2A CN109462651B (en) 2018-11-19 2018-11-19 Method, device and system for cloud-up of mirror volume data and readable storage medium

Publications (2)

Publication Number Publication Date
CN109462651A CN109462651A (en) 2019-03-12
CN109462651B true CN109462651B (en) 2021-11-19

Family

ID=65610969

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811376706.2A Active CN109462651B (en) 2018-11-19 2018-11-19 Method, device and system for cloud-up of mirror volume data and readable storage medium

Country Status (1)

Country Link
CN (1) CN109462651B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365926A (en) * 2012-03-30 2013-10-23 伊姆西公司 Method and device for storing snapshot in file system
CN103473277A (en) * 2013-08-27 2013-12-25 华为技术有限公司 Snapshot method and device for file systems
CN105068856A (en) * 2015-07-16 2015-11-18 武汉噢易云计算有限公司 Mirror image snapshooting based on virtual machine backup system and backup method
CN105260265A (en) * 2015-09-23 2016-01-20 浪潮(北京)电子信息产业有限公司 Fusion snapshot realization method and fusion snapshot realization system
CN106708662A (en) * 2016-12-13 2017-05-24 上海上讯信息技术股份有限公司 Method for restoring database and equipment
CN107621994A (en) * 2017-09-18 2018-01-23 郑州云海信息技术有限公司 The method and device that a kind of data snapshot creates

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2520503A (en) * 2013-11-21 2015-05-27 Ibm Virtual machine backup

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365926A (en) * 2012-03-30 2013-10-23 伊姆西公司 Method and device for storing snapshot in file system
CN103473277A (en) * 2013-08-27 2013-12-25 华为技术有限公司 Snapshot method and device for file systems
CN105068856A (en) * 2015-07-16 2015-11-18 武汉噢易云计算有限公司 Mirror image snapshooting based on virtual machine backup system and backup method
CN105260265A (en) * 2015-09-23 2016-01-20 浪潮(北京)电子信息产业有限公司 Fusion snapshot realization method and fusion snapshot realization system
CN106708662A (en) * 2016-12-13 2017-05-24 上海上讯信息技术股份有限公司 Method for restoring database and equipment
CN107621994A (en) * 2017-09-18 2018-01-23 郑州云海信息技术有限公司 The method and device that a kind of data snapshot creates

Also Published As

Publication number Publication date
CN109462651A (en) 2019-03-12

Similar Documents

Publication Publication Date Title
US11734119B2 (en) Data replication method, apparatus, and system
US9015695B2 (en) Information processing apparatus and information processing method
US20110218964A1 (en) Automatic synchronization conflict resolution
CN110865985B (en) Data synchronization method, device, electronic equipment and storage medium
CN110888844A (en) Data deleting method, system, equipment and computer readable storage medium
US11729248B2 (en) Web application component migration to a cloud computing system
CN105138604A (en) Terminal data processing method and apparatus
CN105260266B (en) A kind of snapped volume write method and dependent snapshot system
CN105574026A (en) Method and device for service supporting by using non-relational database
CN111309799A (en) Method, device and system for realizing data merging and storage medium
CN109462651B (en) Method, device and system for cloud-up of mirror volume data and readable storage medium
CN109542683B (en) Data transmission method, device and system based on periodic asynchronous replication
CN110750496A (en) File copying method, system, equipment and computer readable storage medium
US12093139B2 (en) Rolling back a database transaction
CN114328007A (en) Container backup and restoration method, device and medium thereof
CN110825710A (en) Configuration synchronization method, device, system and medium for cluster file system
CN109324760B (en) Disk data cloud method, system, equipment and computer storage medium
CN106844454A (en) A kind of page display method, device and electronic equipment
CN110297598B (en) Data synchronization method and storage system
CN110597828A (en) Database changing method, device, equipment and storage medium
CN114706823B (en) File writing method, device, equipment and medium
CN109358885A (en) A kind of update method of start-up picture, system, device and readable storage medium storing program for executing
US20090248761A1 (en) File control system, information processing device, host device, and recording medium that stores program
CN118170589B (en) Data processing method, computer program product, equipment and computer medium
CN114285744B (en) Configuration information updating method and device, server and storage 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
GR01 Patent grant
GR01 Patent grant