CN113672435A - Data recovery method, device, equipment and storage medium - Google Patents

Data recovery method, device, equipment and storage medium Download PDF

Info

Publication number
CN113672435A
CN113672435A CN202110779566.9A CN202110779566A CN113672435A CN 113672435 A CN113672435 A CN 113672435A CN 202110779566 A CN202110779566 A CN 202110779566A CN 113672435 A CN113672435 A CN 113672435A
Authority
CN
China
Prior art keywords
data
space
data recovery
recovered
recovery
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
CN202110779566.9A
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 CN202110779566.9A priority Critical patent/CN113672435A/en
Publication of CN113672435A publication Critical patent/CN113672435A/en
Pending legal-status Critical Current

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/1471Saving, restoring, recovering or retrying involving logging of persistent data for recovery
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0614Improving the reliability of storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/0644Management of space entities, e.g. partitions, extents, pools

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Quality & Reliability (AREA)
  • Retry When Errors Occur (AREA)

Abstract

The invention discloses a data recovery method, a device, equipment and a storage medium; in the scheme, when the homing group is used for data recovery, after detecting that the residual space of the object storage device is not less than a threshold value, the total space required by other homing groups of the current object storage device during data recovery and the sum of the target space required by the homing group during data recovery are required to be determined, and whether the total space is more than the available space of the object storage device or not is judged; if the number of the storage devices is larger than the available space, the data recovery is stopped, and by the mode, when the data recovery is simultaneously performed on the plurality of the homing groups of the object storage devices, the situation that the object storage devices are full is avoided, and the problem that the OSD process is down and cannot be recovered due to the fact that the object storage devices are full is further avoided.

Description

Data recovery method, device, equipment and storage medium
Technical Field
The present invention relates to the field of data recovery technologies, and in particular, to a data recovery method, apparatus, device, and storage medium.
Background
In distributed Storage, data is stored as objects on OSDs (Object-based Storage devices), each OSD managing a disk partition. on-OSD objects are managed by PG (place Group, a kind of logical unit of data distribution), and data recovery is performed in units of PG. In the distributed storage service, at present, after an OSD fails for a long time, restarting, adding a disk, removing the disk, reducing capacity, expanding capacity and the like all trigger data recovery to perform Backfilling (backfill, PG is in a state of performing data recovery), and finally data redundancy is realized, so that data loss is prevented. However, when data recovery is performed, if n PGs of an OSD are simultaneously recovered, a situation that none of the n PGs reaches a threshold value during detection may occur, however, a required total space is greater than a remaining space of the OSD, and in this situation, the n PGs may fill up the OSD during the recovery process, so that the OSD process is down and cannot be recovered. Therefore, how to avoid the OSD fullness prevention during data recovery is a problem to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a data recovery method, a data recovery device, data recovery equipment and a data recovery storage medium, so as to prevent OSD fullness and avoid OSD process downtime.
To achieve the above object, the present invention provides a data recovery method, including:
determining to-be-recovered data of the reset group;
detecting whether the residual space of the object storage equipment where the homing group is located is smaller than a threshold value; if not, determining a target space required by the data to be recovered;
judging whether the sum of the target space and the required total space is larger than the available space of the object storage device or not; wherein the total space required is: the total space required by other object storage device to restore data;
if so, stopping data recovery of the reset group;
and if not, performing data recovery on the data to be recovered.
Before performing data recovery on the data to be recovered, the method further includes:
and updating the required total space, wherein the updated required total space is the sum of the required total space before updating and the target space required by the data to be recovered.
Wherein, the data recovery of the data to be recovered includes:
restoring one object data in the data to be restored each time;
and updating the required total space after data recovery is carried out on the one object data each time, wherein the updated required total space is the difference between the required total space before updating and the required space of the one object data.
If the remaining space of the object storage device where the storage group is located is less than the threshold, the data recovery method further includes:
stopping data recovery for the parked group.
The available space determining mode of the object storage device is as follows:
and taking the difference between the residual space of the object storage device and the threshold value as the available space.
To achieve the above object, the present invention further provides a data recovery apparatus, comprising:
the first determining module is used for determining the data to be recovered of the reset group;
the detection module is used for detecting whether the residual space of the object storage equipment where the homing group is located is smaller than a threshold value; if not, triggering a second determining module;
the second determining module is configured to determine a target space required by the data to be recovered;
the judging module is used for judging whether the sum of the target space and the required total space is larger than the available space of the object storage equipment or not; wherein the total space required is: the total space required by other object storage device to restore data; if yes, triggering a stopping module; if not, triggering a recovery module;
the stopping module is used for stopping data recovery of the homing group;
and the recovery module is used for recovering the data to be recovered.
Wherein the apparatus further comprises:
and the updating module is used for updating the required total space before the data to be recovered is recovered, wherein the updated required total space is the sum of the required total space before the updating and the target space required by the data to be recovered.
Wherein the recovery module comprises:
the recovery unit is used for recovering one object data of the data to be recovered each time;
and the updating unit is used for updating the required total space after data recovery is carried out on the object data every time, wherein the updated required total space is the difference between the required total space before updating and the required space of the object data.
To achieve the above object, the present invention further provides an electronic device comprising:
a memory for storing a computer program;
and the processor is used for realizing the steps of the data recovery method when executing the computer program.
To achieve the above object, the present invention further provides a computer-readable storage medium having a computer program stored thereon, which, when being executed by a processor, implements the steps of the above data recovery method.
According to the above scheme, the data recovery method provided by the embodiment of the invention comprises the following steps: determining to-be-recovered data of the reset group; detecting whether the residual space of the object storage equipment where the homing group is located is smaller than a threshold value; if not, determining a target space required by the data to be recovered; judging whether the sum of the target space and the required total space is larger than the available space of the object storage equipment or not; wherein, the total space required is: the total space required by other homing groups of the current object storage device during data recovery; if so, stopping data recovery of the reset group; and if not, performing data recovery on the data to be recovered.
It can be seen that, in the present solution, when a homing group recovers data, after detecting that the remaining space of an object storage device is not less than a threshold, it is further required to determine a total space required by other homing groups of the current object storage device when performing data recovery, and a sum of a target space required by the current homing group when performing data recovery, and determine whether the total space is greater than an available space of the object storage device; if the number of the storage devices is larger than the available space, the data recovery is stopped, and by the mode, when the data recovery is simultaneously performed on the plurality of the homing groups of the object storage devices, the situation that the object storage devices are full is avoided, and the problem that the OSD process is down and cannot be recovered due to the fact that the object storage devices are full is further avoided.
The invention also discloses a data recovery device, equipment and a storage medium, which can also realize the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow diagram of data recovery in a prior art scheme;
FIG. 2 is a schematic flow chart of a data recovery method according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a specific data recovery method according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a data recovery apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
It can be understood that, at present, restarting, adding a disk, removing a disk, shrinking a volume, expanding a volume, etc. after a long time of failure of an OSD may trigger a Peering (a state of a PG, which is distributed in a process of completing a synchronous state between the same PGs that do not pass through the OSD) process, and by comparing objects between the PGs of other OSDs, a missing object list is obtained, referring to fig. 1, which is a data recovery flow diagram in the existing scheme, it can be seen that, at present, the following process may be included when data recovery is performed: triggering a Peering flow to obtain a missing object list; the PG starts to enter a backlash state to recover data; during backfiltering, the PG detects whether the residual space of the OSD is smaller than a threshold value, if so, the backfiltering is stopped, otherwise, 512 object information of the missing object list is put in a recovery queue for recovery, the OSD space is not detected in the recovery process, and the next recovery is performed again until the 512 objects are recovered; and finishing the recovery of the PG when the recovery of the missing object list is finished.
In this data recovery situation, if n PGs of an OSD are simultaneously recovered, the required space is n × 512 × sizeof (object), when the object is large, the n PGs may not reach the threshold value during detection, however, the required total space is greater than the remaining space of the OSD, and at this time, the OSD is fully written by the n PGs during the recovery process, so that the OSD process is dead and cannot be recovered.
Based on the above problems, the present invention provides a data recovery method, apparatus, device and storage medium, in which the OSD partition is not fully written during data recovery, PG is effectively intercepted during the backward filtering process, and OSD full writing is prevented.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a data recovery method, a data recovery device, data recovery equipment and a storage medium, which are used for preventing OSD fullness and avoiding OSD process downtime.
Referring to fig. 2, a schematic flow chart of a data recovery method provided in an embodiment of the present invention can be seen from fig. 1, where the method specifically includes the following steps:
s101, determining to-be-recovered data of a group;
in this embodiment, after the OSD fails for a long time, the Peering process is triggered by restarting, adding, removing, shrinking, expanding, and the like, before the PG performs data recovery, the PG needs to obtain a missing object list by comparing objects between the PGs of other OSDs, then sequentially select 512 object data from the missing object list as data to be recovered in each round, and place the data to be recovered in a recovery queue for recovery.
S102, detecting whether the residual space of the object storage equipment where the homing group is located is smaller than a threshold value;
if not, executing S103; if yes, executing S106;
it can be understood that, before data recovery, it is first required to detect whether the remaining space of the object storage device where the storage group is located is smaller than a threshold, if the remaining space of the object storage device is smaller than the threshold, it indicates that the remaining space of the current object storage device is already small, and if data recovery is performed again, normal use of the object storage device is affected, so in this case, data recovery can be directly stopped; if the residual space of the object storage device is not less than the threshold value, the subsequent flow is continuously executed.
S103, determining a target space required by data to be recovered;
in this embodiment, if the data to be restored is 512 objects, the target space is a space required for restoring 512 objects.
S104, judging whether the sum of the target space and the required total space is larger than the available space of the object storage equipment or not; wherein the required total space is: the total space required by other object storage device to restore data;
if not, executing S105; if yes, executing S106;
and S105, performing data recovery on the data to be recovered.
And S106, stopping data recovery of the reset group.
It should be noted that, after the PG starts to enter a backlilling state and data is restored, the OSD needs to initialize a required total space (needlesize) to 0, and the needlesize is used for counting and recording the required space size in the OSD restoring process; then after the residual space of the object storage equipment where the homing group is located is not less than the threshold, judging whether the sum of the target space and the required total space is greater than the available space of the object storage equipment, wherein the available space is the difference between the residual space of the object storage equipment and the threshold; if the sum of the target space and the required total space is larger than the available space of the object storage equipment, indicating that the residual space of the object storage equipment is smaller than the threshold value due to the data recovery, stopping the data recovery; on the contrary, if the sum of the target space and the required total space is not greater than the available space of the object storage device, the data recovery is performed, and the remaining space of the object storage device is not smaller than the threshold, at this time, the data recovery can be performed.
Further, in order to ensure the accuracy of the required space needlesize, the present scheme needs to update the required total space before and after data recovery, for example: updating the total space required prior to data recovery, wherein: the updated required total space is the sum of the required total space before updating and the target space required by the data to be recovered. In addition, when the data to be recovered is recovered, one of the object data in the data to be recovered is recovered each time, and after the data of one of the object data is recovered each time, the required total space needs to be updated, where: the updated required total space is a difference between the required total space before the update and the required space of the one of the object data.
Referring to fig. 3, a flowchart of a specific data recovery method provided in the embodiment of the present invention is shown, and as can be seen from fig. 3, the recovery method specifically includes the following steps: initializing the needleSize to be 0 by the OSD, triggering the Peering flow, and acquiring a missing object list; the PG starts to enter a backlash state to recover data; during backfiltering, the PG detects whether the residual space of the OSD where the PG is located is smaller than a threshold value, if so, backfiltering is stopped, otherwise, the sum T of the space required for recovering 512 objects and the needlesize is calculated, if the T is larger than the available space left when the OSD reaches the threshold value, the PG stops backfiltering, otherwise, the needlesize accumulates 512 object sizes, 512 object information of a missing object list is placed in a recovery queue for recovery, one object is recovered each time, the needlesize subtracts the object size, and the next recovery is performed again until the 512 objects are recovered; and when the recovery of the missing object list is finished, the recovery of the PG is ended.
It can be seen that, in the present solution, when a homing group recovers data, after detecting that the remaining space of an object storage device is not less than a threshold, it is further required to determine a total space required by other homing groups of the current object storage device when performing data recovery, and a sum of a target space required by the current homing group when performing data recovery, and determine whether the total space is greater than an available space of the object storage device; if the number of the storage devices is larger than the available space, the data recovery is stopped, and by the mode, when the data recovery is simultaneously performed on the plurality of the homing groups of the object storage devices, the situation that the object storage devices are full is avoided, and the problem that the OSD process is down and cannot be recovered due to the fact that the object storage devices are full is further avoided.
The following describes a data recovery apparatus, a device, and a storage medium according to embodiments of the present invention, and the data recovery apparatus, the device, and the storage medium described below may be referred to the data recovery method described above.
Referring to fig. 4, a schematic structural diagram of a data recovery apparatus provided in an embodiment of the present invention includes:
a first determining module 11, configured to determine to-be-restored data grouped;
a detecting module 12, configured to detect whether a remaining space of the object storage device where the homing group is located is smaller than a threshold; if not, triggering a second determining module 13;
the second determining module 13 is configured to determine a target space required by the data to be recovered;
a judging module 14, configured to judge whether a sum of the target space and the required total space is greater than an available space of the object storage device; wherein the total space required is: the total space required by other object storage device to restore data; if yes, triggering the stopping module 15; if not, triggering the recovery module 16;
the stopping module 15 is configured to stop performing data recovery on the homing group;
the recovery module 16 is configured to perform data recovery on the data to be recovered.
Wherein, the device still includes:
and the updating module is used for updating the required total space before the data to be recovered is recovered, wherein the updated required total space is the sum of the required total space before the updating and the target space required by the data to be recovered.
Wherein the recovery module comprises:
the recovery unit is used for recovering one object data of the data to be recovered each time;
and the updating unit is used for updating the required total space after data recovery is carried out on the object data every time, wherein the updated required total space is the difference between the required total space before updating and the required space of the object data.
Wherein the stop module is further configured to: and if the residual space of the object storage equipment where the homing group is located is smaller than the threshold value, stopping data recovery of the homing group.
Wherein the apparatus further comprises:
a third determining module, configured to use a difference between the remaining space of the object storage device and the threshold as the available space.
Referring to fig. 5, an embodiment of the present invention further provides a schematic structural diagram of an electronic device, including:
a memory 21 for storing a computer program;
a processor 22, configured to implement the steps of the data recovery method according to the above-mentioned method embodiments when executing the computer program.
In this embodiment, the device may be a PC (Personal Computer), or may be a terminal device such as a smart phone, a tablet Computer, a palmtop Computer, or a portable Computer.
The device may include a memory 21, a processor 22, and a bus 23.
The memory 21 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 21 may in some embodiments be an internal storage unit of the device, for example a hard disk of the device. The memory 21 may also be an external storage device of the device in other embodiments, such as a plug-in hard disk, Smart Media Card (SMC), Secure Digital (SD) Card, Flash memory Card (Flash Card), etc. provided on the device. Further, the memory 21 may also include both an internal storage unit of the device and an external storage device. The memory 21 may be used not only to store application software installed in the device and various types of data such as program codes for executing a data recovery method, etc., but also to temporarily store data that has been output or is to be output.
The processor 22 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 21 or Processing data, such as program codes for executing a data recovery method.
The bus 23 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 5, but this is not intended to represent only one bus or type of bus.
Further, the device may further include a network interface 24, and the network interface 24 may optionally include a wired interface and/or a wireless interface (e.g., WI-FI interface, bluetooth interface, etc.), which are generally used to establish a communication connection between the device and other electronic devices.
Optionally, the device may further comprise a user interface 25, the user interface 25 may comprise a Display (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 25 may also comprise a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the device and for displaying a visualized user interface.
Fig. 5 shows only the device with the components 21-25, and it will be understood by those skilled in the art that the structure shown in fig. 5 does not constitute a limitation of the device, and may comprise fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
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 computer program implements the steps of the data recovery method according to the above-mentioned method embodiment.
Wherein the 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 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 (10)

1. A method for data recovery, comprising:
determining to-be-recovered data of the reset group;
detecting whether the residual space of the object storage equipment where the homing group is located is smaller than a threshold value; if not, determining a target space required by the data to be recovered;
judging whether the sum of the target space and the required total space is larger than the available space of the object storage device or not; wherein the total space required is: the total space required by other object storage device to restore data;
if so, stopping data recovery of the reset group;
and if not, performing data recovery on the data to be recovered.
2. The data recovery method according to claim 1, wherein before performing data recovery on the data to be recovered, the method further comprises:
and updating the required total space, wherein the updated required total space is the sum of the required total space before updating and the target space required by the data to be recovered.
3. The data recovery method according to claim 2, wherein the performing data recovery on the data to be recovered comprises:
restoring one object data in the data to be restored each time;
and updating the required total space after data recovery is carried out on the one object data each time, wherein the updated required total space is the difference between the required total space before updating and the required space of the one object data.
4. The data recovery method according to claim 1, wherein if the remaining space of the object storage device where the group is located is smaller than the threshold, the data recovery method further comprises:
stopping data recovery for the parked group.
5. The data recovery method according to any one of claims 1 to 4, wherein the available space of the object storage device is determined in a manner that:
and taking the difference between the residual space of the object storage device and the threshold value as the available space.
6. A data recovery apparatus, comprising:
the first determining module is used for determining the data to be recovered of the reset group;
the detection module is used for detecting whether the residual space of the object storage equipment where the homing group is located is smaller than a threshold value; if not, triggering a second determining module;
the second determining module is configured to determine a target space required by the data to be recovered;
the judging module is used for judging whether the sum of the target space and the required total space is larger than the available space of the object storage equipment or not; wherein the total space required is: the total space required by other object storage device to restore data; if yes, triggering a stopping module; if not, triggering a recovery module;
the stopping module is used for stopping data recovery of the homing group;
and the recovery module is used for recovering the data to be recovered.
7. The data recovery apparatus of claim 6, further comprising:
and the updating module is used for updating the required total space before the data to be recovered is recovered, wherein the updated required total space is the sum of the required total space before the updating and the target space required by the data to be recovered.
8. The data recovery apparatus of claim 7, wherein the recovery module comprises:
the recovery unit is used for recovering one object data of the data to be recovered each time;
and the updating unit is used for updating the required total space after data recovery is carried out on the object data every time, wherein the updated required total space is the difference between the required total space before updating and the required space of the object data.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data recovery method according to any one of claims 1 to 5 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data recovery method according to any one of claims 1 to 5.
CN202110779566.9A 2021-07-09 2021-07-09 Data recovery method, device, equipment and storage medium Pending CN113672435A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110779566.9A CN113672435A (en) 2021-07-09 2021-07-09 Data recovery method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110779566.9A CN113672435A (en) 2021-07-09 2021-07-09 Data recovery method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113672435A true CN113672435A (en) 2021-11-19

Family

ID=78538762

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110779566.9A Pending CN113672435A (en) 2021-07-09 2021-07-09 Data recovery method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113672435A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060188221A1 (en) * 2005-02-22 2006-08-24 Lg Electronics Inc. Video device having priority-based recording function and control method for the same
CN105589663A (en) * 2015-12-23 2016-05-18 努比亚技术有限公司 Mobile terminal and data processing method thereof
CN107817950A (en) * 2017-10-31 2018-03-20 新华三技术有限公司 A kind of data processing method and device
CN109710456A (en) * 2018-12-10 2019-05-03 新华三技术有限公司 A kind of data reconstruction method and device
CN110825543A (en) * 2018-08-09 2020-02-21 联想企业解决方案(新加坡)有限公司 Method for quickly recovering data on failed storage device
CN111290880A (en) * 2020-01-21 2020-06-16 苏州浪潮智能科技有限公司 OSD data recovery method, device, equipment and medium
CN111638995A (en) * 2020-05-08 2020-09-08 杭州海康威视系统技术有限公司 Metadata backup method, device and equipment and storage medium
CN112463079A (en) * 2020-12-17 2021-03-09 北京浪潮数据技术有限公司 Data storage control method, device, equipment and readable storage medium
WO2021072716A1 (en) * 2019-10-17 2021-04-22 深圳市欢太科技有限公司 Memory management method and apparatus, electronic device and computer-readable medium
CN112835511A (en) * 2019-11-25 2021-05-25 浙江宇视科技有限公司 Data writing method, device, equipment and medium of distributed storage cluster
WO2021135530A1 (en) * 2020-07-21 2021-07-08 平安科技(深圳)有限公司 Data recovery method and apparatus, electronic device, and medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060188221A1 (en) * 2005-02-22 2006-08-24 Lg Electronics Inc. Video device having priority-based recording function and control method for the same
CN105589663A (en) * 2015-12-23 2016-05-18 努比亚技术有限公司 Mobile terminal and data processing method thereof
CN107817950A (en) * 2017-10-31 2018-03-20 新华三技术有限公司 A kind of data processing method and device
CN110825543A (en) * 2018-08-09 2020-02-21 联想企业解决方案(新加坡)有限公司 Method for quickly recovering data on failed storage device
CN109710456A (en) * 2018-12-10 2019-05-03 新华三技术有限公司 A kind of data reconstruction method and device
WO2021072716A1 (en) * 2019-10-17 2021-04-22 深圳市欢太科技有限公司 Memory management method and apparatus, electronic device and computer-readable medium
CN112835511A (en) * 2019-11-25 2021-05-25 浙江宇视科技有限公司 Data writing method, device, equipment and medium of distributed storage cluster
CN111290880A (en) * 2020-01-21 2020-06-16 苏州浪潮智能科技有限公司 OSD data recovery method, device, equipment and medium
CN111638995A (en) * 2020-05-08 2020-09-08 杭州海康威视系统技术有限公司 Metadata backup method, device and equipment and storage medium
WO2021135530A1 (en) * 2020-07-21 2021-07-08 平安科技(深圳)有限公司 Data recovery method and apparatus, electronic device, and medium
CN112463079A (en) * 2020-12-17 2021-03-09 北京浪潮数据技术有限公司 Data storage control method, device, equipment and readable storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
AGHAYEV, 等: "The Case for Custom Storage Backends in Distributed Storage Systems", ACM TRANS. STORAGE, vol. 16, no. 2, 18 May 2020 (2020-05-18), XP058691777, DOI: 10.1145/3386362 *
刘凯;王三虎;薛艳锋;武彩红;: "云计算环境下不可靠数据恢复方法研究", 计算机测量与控制, no. 08, 25 August 2017 (2017-08-25) *
朱盼盼; 等: "一种分布式存储监控管理系统的设计与实现", 保密科学技术, vol. 2019, no. 04, 12 April 2019 (2019-04-12) *

Similar Documents

Publication Publication Date Title
CN104166561B (en) Electronic apparatus system starts method and electronic equipment
US9632773B2 (en) System, method for cleaning memory space and terminal device with memory space cleaning function
CN107506266B (en) Data recovery method and system
CN110008016B (en) Anonymous page management method and device, terminal device and readable storage medium
CN102904685A (en) Method and device for processing hardware table entry checking error
CN103677893B (en) Method for reducing size of image file of starting up and arithmetic device
CN113467981A (en) Exception handling method and device
US20240152439A1 (en) Detection Method and Electronic Device
CN110399168A (en) Majority according to disk storage server system start method, device and equipment
CN108733478B (en) Three-dimensional image processing method and device
CN110399166B (en) ME Nonce value saving method, device, equipment and storage medium
CN113672435A (en) Data recovery method, device, equipment and storage medium
CN109271538A (en) A kind of picture storage method and relevant device
CN110798347B (en) Service state detection method, device, equipment and storage medium
CN111881065B (en) Physical address processing method, device, equipment and medium for data deduplication operation
CN114328080A (en) Firmware state detection method and device and electronic equipment
CN113687981B (en) Data recovery method, device, equipment and storage medium
US9565282B2 (en) Communication device and quick dialing method
CN106527607B (en) A kind of configuration method and system of mobile terminal pin
CN111817895B (en) Master control node switching method, device, equipment and storage medium
CN107357672B (en) Data processing method and device
CN103970621A (en) Main board and method for backing up base board management control system
CN107678920B (en) Method for preventing dynamic storage from burning out memory, storage medium and intelligent terminal
CN103679033A (en) Method, device and terminal for detecting rogue software
CN113806113A (en) Event processing method, device, equipment 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