CN111966637B - Method, device and equipment for opening file and readable medium - Google Patents

Method, device and equipment for opening file and readable medium Download PDF

Info

Publication number
CN111966637B
CN111966637B CN202010847601.1A CN202010847601A CN111966637B CN 111966637 B CN111966637 B CN 111966637B CN 202010847601 A CN202010847601 A CN 202010847601A CN 111966637 B CN111966637 B CN 111966637B
Authority
CN
China
Prior art keywords
object name
file
client
opening
updated
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
CN202010847601.1A
Other languages
Chinese (zh)
Other versions
CN111966637A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010847601.1A priority Critical patent/CN111966637B/en
Publication of CN111966637A publication Critical patent/CN111966637A/en
Application granted granted Critical
Publication of CN111966637B publication Critical patent/CN111966637B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/164File meta data generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for opening a file, which comprises the following steps: setting an object name of a file constructed based on the identification number and the serial number; receiving a file opening request sent by a client, and acquiring an object name which is newly updated and corresponds to a file requested by the request; reconstructing a new object name based on the identification number and the serial number of the object name which is updated recently, and answering the object name to the client to write new data; and deleting the corresponding data of the latest updated object name in the storage pool, and responding to the client that the deletion of the old data is completed. The invention also discloses a device for opening the file, computer equipment and a readable storage medium. The invention carries out parallel processing on the write operation and the delete operation of the open file, reduces the dependence of the open operation on the storage pool and improves the performance of the open operation.

Description

Method, device and equipment for opening file and readable medium
Technical Field
The present invention relates to the field of storage technologies, and in particular, to a method, an apparatus, a device, and a readable medium for opening a file.
Background
In the current distributed file system, the object name of file data is generally constructed by using the inode number of a file. Such distributed storage is convenient for use, but in some cases can degrade the performance of the file system.
In the prior art, after receiving a request, an MDS needs to perform a truncate operation on a file and then respond to the request of a client, so that the processing performance of an open interface is seriously reduced.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method, an apparatus, a device, and a readable medium for opening a file, which perform parallel processing on a write operation and a delete operation for opening the file, reduce dependence of an open operation on a storage pool, and improve performance of the open operation.
Based on the above object, an aspect of the embodiments of the present invention provides a method for opening a file, including the following steps: setting an object name of a file constructed based on the identification number and the serial number; receiving a file opening request sent by a client, and acquiring an object name which is newly updated and corresponds to a file requested by the request; reconstructing a new object name based on the identification number and the serial number of the object name which is updated recently, and answering the object name to the client to write new data; and deleting the corresponding data of the latest updated object name in the storage pool, and responding to the client that the deletion of the old data is completed.
In some embodiments, obtaining the name of the object requesting the latest update of the corresponding file comprises: and acquiring metadata information of the file corresponding to the request, and acquiring the object name with the largest serial number based on the metadata information.
In some embodiments, reconstructing the new object name based on the identification number and the sequence number of the most recently updated object name comprises: adding one to the serial number of the object name which is updated recently to be used as a new serial number; a new object name is constructed based on the identification number of the most recently updated object name and the new serial number.
In some embodiments, answering the object name to the client to write the new data includes: based on the new object name, the metadata of the corresponding file is requested to be updated.
In some embodiments, further comprising: and recording the metadata information of the old data and the metadata information of the new data in a log and uploading the log to a server.
In some embodiments, further comprising: and receiving a file reading request sent by the client, acquiring metadata information of a file corresponding to the request, and returning the metadata information to the client.
In some embodiments, further comprising: the client receives and reads data based on the metadata information.
In another aspect of the embodiments of the present invention, there is also provided a device for opening a file, including: an initial module configured to set an object name for constructing a file based on the identification number and the serial number; the request module is configured to receive a file opening request sent by a client and acquire an object name which is newly updated by a file corresponding to the request; the processing module is configured to reconstruct a new object name based on the identification number and the serial number of the object name which is updated recently, and respond the object name to the client to write new data; and the deleting module is configured to delete the corresponding data of the latest updated object name in the storage pool and respond to the client that the deletion of the old data is completed.
In some embodiments, the request module is further configured to: and acquiring metadata information of the file corresponding to the request, and acquiring the object name with the largest serial number based on the metadata information.
In some embodiments, the processing module is further configured to: adding one to the serial number of the object name which is updated recently to be used as a new serial number; a new object name is constructed based on the identification number of the most recently updated object name and the new serial number.
In some embodiments, the processing module is further configured to: based on the new object name, the metadata of the corresponding file is requested to be updated.
In some embodiments, the system further comprises a recording module configured to: and recording the metadata information of the old data and the metadata information of the new data in a log and uploading the log to a server.
In some embodiments, the processing module is further configured to: and receiving a file reading request sent by the client, acquiring metadata information of a file corresponding to the request, and returning the metadata information to the client.
In some embodiments, the processing module is further configured to: the client receives and reads data based on the metadata information.
In another aspect of the embodiments of the present invention, there is provided a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method.
In a further aspect of the embodiments of the present invention, a computer-readable storage medium is also provided, in which a computer program for implementing the above method steps is stored when the computer program is executed by a processor.
The invention has the following beneficial technical effects: the invention carries out parallel processing on the write operation and the delete operation of the open file, reduces the dependence of the open operation on the storage pool and improves the performance of the open operation.
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, 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 that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a diagram illustrating an embodiment of a method for opening a file according to the present invention;
FIG. 2 is a schematic diagram of an embodiment of an apparatus for opening a file according to the present invention;
FIG. 3 is a schematic diagram of an embodiment of a computer device provided by the present invention;
FIG. 4 is a schematic diagram of an embodiment of a computer-readable storage medium provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In view of the above objects, a first aspect of embodiments of the present invention proposes an embodiment of a method of opening a file. Fig. 1 is a schematic diagram illustrating an embodiment of a method for opening a file according to the present invention. As shown in fig. 1, the embodiment of the present invention includes the following steps:
s01, setting an object name of a file constructed based on the identification number and the serial number;
s02, receiving a file opening request sent by a client, and acquiring an object name of a file corresponding to the request, which is updated recently;
s03, reconstructing a new object name based on the identification number and the serial number of the object name which is updated recently, and responding the object name to the client to write new data; and
and S04, deleting the corresponding data of the latest updated object name in the storage pool, and responding to the client to finish deleting the old data.
In the present embodiment, an object name (inode. Index) is constructed using a file-unique inode identification number and an object serial number index, where the serial number index is a consecutive number from 0. Thus, the same inode identification number and consecutive different serial number indices constitute all data distributions of one file as objects that are consecutive one by one. When the metadata server MDS receives an open request with an O _ TRUNC identifier issued by a client, acquiring an object name with the largest serial number of a file corresponding to the request, constructing a new object name (inode. Index + 1) by using the identifier number and the serial number of the object name, responding the new object name to the client, and starting write operation and writing new data after the client receives the response of the metadata server MDS; and meanwhile, the metadata server MDS marks the last time of the old data failure of the file, and synchronously deletes the file when the client writes the file, so that the old data is cleaned. And after the deletion operation, the client is responded again to inform the client of finishing the deletion operation.
In some embodiments of the present invention, obtaining the name of the object requesting the latest update of the corresponding file includes: and acquiring metadata information of the file corresponding to the request, and acquiring the object name with the largest serial number based on the metadata information.
In some embodiments of the invention, reconstructing the new object name based on the identification number and the sequence number of the most recently updated object name comprises: adding one to the serial number of the object name which is updated recently to be used as a new serial number; a new object name is constructed based on the identification number of the most recently updated object name and the new serial number.
In this embodiment, when receiving an open request with an O _ true identifier issued by a client, the metadata server MDS obtains an object name with a largest file sequence number corresponding to the request, constructs a new object name (inode. Index + 1) by using the identifier number and the sequence number of the object name, and responds the new object name to the client.
In some embodiments of the invention, answering the object name to the client to write the new data comprises: based on the new object name, the metadata of the corresponding file is requested to be updated.
In this embodiment, the metadata server MDS needs to modify the file metadata of the dropped-disk when responding to the new object name of the client, because the file actual object index does not start from 0 at this time, and needs to record the start position of the new serial number index into the file identification number inode and drop the disk.
In some embodiments of the invention, further comprising: and recording the metadata information of the old data and the metadata information of the new data in a log and uploading the log to a server.
In this embodiment, in order to consider atomicity of the event, when processing the open request, the metadata server MDS needs to respond to the client and initiate the deletion operation in synchronization, where the start position and the end position of the object of the old data and the start position of the new data fall into the journal log.
In some embodiments of the invention, further comprising: and receiving a file reading request sent by the client, acquiring metadata information of a file corresponding to the request, and returning the metadata information to the client.
In some embodiments of the invention, further comprising: the client receives and reads data based on the metadata information.
In this embodiment, when the client requests the metadata server MDS to read a file, the metadata server MDS may obtain the enlightenment position of the object from the identification number, and start reading actual data from the object.
It should be particularly noted that, the steps in the embodiments of the method for opening a file described above can be mutually intersected, replaced, added, or deleted, and therefore, these reasonable permutation and combination transformations should also belong to the scope of the present invention, and should not limit the scope of the present invention to the embodiments.
In view of the above object, according to a second aspect of the embodiments of the present invention, an apparatus for opening a file is provided. Fig. 2 is a schematic diagram illustrating an embodiment of an apparatus for opening a file according to the present invention. As shown in fig. 2, the embodiment of the present invention includes the following modules: an initial module S11 configured to set an object name for constructing a file based on the identification number and the serial number; the request module S12 is configured to receive a file opening request sent by a client and acquire an object name of a file corresponding to the request and updated recently; a processing module S13 configured to reconstruct a new object name based on the identification number and the serial number of the object name that has been updated recently, and reply the object name to the client to write new data; and a deleting module S14 configured to delete the data corresponding to the latest updated object name in the storage pool, and to respond to the client that the deletion of the old data is completed.
In some embodiments, the request module S12 is further configured to: and acquiring metadata information of the file corresponding to the request, and acquiring the object name with the largest serial number based on the metadata information.
In some embodiments, the processing module S13 is further configured to: adding one to the serial number of the object name which is updated recently to be used as a new serial number; a new object name is constructed based on the identification number of the most recently updated object name and the new serial number.
In some embodiments, the processing module S13 is further configured to: based on the new object name, the metadata of the corresponding file is requested to be updated.
In some embodiments, the system further comprises a recording module configured to: and recording the metadata information of the old data and the metadata information of the new data in a log and uploading the log to a server.
In some embodiments, the processing module S13 is further configured to: and receiving a file reading request sent by the client, acquiring metadata information of a file corresponding to the request, and returning the metadata information to the client.
In some embodiments, the processing module S13 is further configured to: the client receives and reads data based on the metadata information.
In view of the above object, a third aspect of the embodiments of the present invention provides a computer device. Fig. 3 is a schematic diagram of an embodiment of a computer device provided by the present invention. As shown in fig. 3, an embodiment of the present invention includes the following means: at least one processor S21; and a memory S22, the memory S22 storing computer instructions S23 executable on the processor, the instructions when executed by the processor implementing the steps of the above method.
The invention also provides a computer readable storage medium. FIG. 4 is a schematic diagram illustrating an embodiment of a computer-readable storage medium provided by the present invention. As shown in fig. 4, the computer-readable storage medium stores S31 a computer program S32 that, when executed by a processor, performs the method as described above.
Finally, it should be noted that, as those skilled in the art can understand, all or part of the processes in the methods according to the embodiments described above can be implemented by instructing relevant hardware through a computer program, and the program of the method for opening a file can be stored in a computer-readable storage medium, and when executed, the program can include the processes of the embodiments of the methods described above. The storage medium of the program may be a magnetic disk, an optical disk, a read-only memory (ROM), or a Random Access Memory (RAM). The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the methods disclosed according to embodiments of the present invention may also be implemented as a computer program executed by a processor, which may be stored in a computer-readable storage medium. Which when executed by a processor performs the above-described functions defined in the methods disclosed in embodiments of the invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The foregoing are exemplary embodiments of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the above embodiments of the present invention are merely for description, and do not represent the advantages or disadvantages of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements and the like that may be made without departing from the spirit or scope of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method of opening a file, characterized in that the following steps are performed on the basis of a metadata server:
constructing an object name of the file based on the identification number and the serial number;
receiving an open request with an O _ TRUNC identifier sent by a client, and acquiring an object name which is updated recently and corresponds to a file and is sent by the client;
reconstructing a new object name based on the identification number and the serial number of the object name which is updated recently, and answering the object name to the client to write new data; and
and marking the corresponding old data of the latest updated object name in the storage pool to be invalid, and responding to the completion of file opening to the client so that the client deletes the invalid old data while writing new data based on the object name.
2. The method for opening a file according to claim 1, wherein obtaining the object name of the most recently updated corresponding file of the open request with the O _ trunk identifier comprises:
and acquiring metadata information of the open request corresponding to the O _ TRUNC identifier, and acquiring an object name with the maximum serial number based on the metadata information.
3. The method of opening a file of claim 1, wherein reconstructing a new object name based on the identification number and the sequence number of the most recently updated object name comprises:
adding one to the serial number of the object name which is updated recently to be used as a new serial number;
constructing a new object name based on the identification number of the most recently updated object name and the new sequence number.
4. The method for opening a file according to claim 1, wherein replying the object name to the client for writing new data comprises:
and updating the metadata of the file corresponding to the open request with the O _ TRUNC identifier based on the new object name.
5. The method of opening a file of claim 1, further comprising:
and recording the metadata information of the old data and the metadata information of the new data in a log and uploading the log to a server.
6. The method of opening a file of claim 1, further comprising:
receiving a file reading request sent by a client, acquiring metadata information of a file corresponding to the request, and returning the metadata information to the client.
7. The method of opening a file of claim 6, further comprising:
the client receives and reads data based on the metadata information.
8. An apparatus for opening a file, applied to a metadata server, comprising:
an initial module configured to construct an object name of the file based on the identification number and the serial number;
the request module is configured to receive an open request with an O _ TRUNC identifier sent by a client, and acquire an object name which is updated recently by a file corresponding to the open with the O _ TRUNC identifier;
a processing module configured to reconstruct a new object name based on the identification number and the serial number of the most recently updated object name, and reply the object name to the client to write new data; and
and the deleting module is configured to mark that old data corresponding to the recently updated object name in the storage pool is invalid, and respond to the completion of deleting and opening the file to the client, so that the client deletes the invalid old data while writing new data based on the object name.
9. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method of any one of claims 1 to 7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
CN202010847601.1A 2020-08-21 2020-08-21 Method, device and equipment for opening file and readable medium Active CN111966637B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010847601.1A CN111966637B (en) 2020-08-21 2020-08-21 Method, device and equipment for opening file and readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010847601.1A CN111966637B (en) 2020-08-21 2020-08-21 Method, device and equipment for opening file and readable medium

Publications (2)

Publication Number Publication Date
CN111966637A CN111966637A (en) 2020-11-20
CN111966637B true CN111966637B (en) 2023-01-06

Family

ID=73389961

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010847601.1A Active CN111966637B (en) 2020-08-21 2020-08-21 Method, device and equipment for opening file and readable medium

Country Status (1)

Country Link
CN (1) CN111966637B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778329B (en) * 2021-06-30 2023-12-22 济南浪潮数据技术有限公司 Data aggregation method, device, equipment and computer readable storage medium
CN113704027B (en) * 2021-10-29 2022-02-18 苏州浪潮智能科技有限公司 File aggregation compatible method and device, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107526674A (en) * 2017-08-31 2017-12-29 郑州云海信息技术有限公司 A kind of method and apparatus of embedded system log recording
CN110032543A (en) * 2019-04-15 2019-07-19 苏州浪潮智能科技有限公司 A kind of management method of storage file system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107526674A (en) * 2017-08-31 2017-12-29 郑州云海信息技术有限公司 A kind of method and apparatus of embedded system log recording
CN110032543A (en) * 2019-04-15 2019-07-19 苏州浪潮智能科技有限公司 A kind of management method of storage file system

Also Published As

Publication number Publication date
CN111966637A (en) 2020-11-20

Similar Documents

Publication Publication Date Title
CN111966637B (en) Method, device and equipment for opening file and readable medium
CN111414424B (en) Method, system, medium and equipment for automatically synchronizing redis of configuration data
CN111352586B (en) Directory aggregation method, device, equipment and medium for accelerating file reading and writing
CN112003915A (en) File access method, device, equipment and readable medium
CN111190899B (en) Buried data processing method, buried data processing device, server and storage medium
CN115114232A (en) Method, device and medium for enumerating historical version objects
CN114138181A (en) Method, device, equipment and readable medium for placing, grouping and selecting owners in binding pool
CN112306748B (en) Data recovery method, device and storage medium
CN113420082A (en) Data synchronization anomaly detection method and device
CN112448979B (en) Cache information updating method, device and medium
CN114489511A (en) Object storage life cycle management method, management device, equipment and medium
CN111625203A (en) Method, system, device and medium for hierarchical storage
CN111143366B (en) High-efficiency storage method for massive large object data
CN113190523B (en) Distributed file system, method and client based on multi-client cooperation
CN113886350A (en) Data processing method and system
CN114661243A (en) Method, device, equipment and medium suitable for adjusting visible capacity of SSD
CN116820323A (en) Data storage method, device, electronic equipment and computer readable storage medium
CN114968539A (en) Data processing method, computer system and intermediate device
CN112765049B (en) Method, device, equipment and readable medium for updating L2P table
CN114327283B (en) Data migration method in distributed storage system and distributed storage system
CN113746759B (en) Dual-control communication method, device and equipment in garbage recovery and readable medium
CN114356232B (en) Data reading and writing method and device
CN114676147A (en) Object storage information statistical method, device, equipment and readable medium
CN114063935B (en) Method and device for processing data
CN113220243B (en) Method, device and equipment for multi-controller data transmission and readable 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