CN105262680A - Multi-threaded NAS Gateway applied to cloud storage system - Google Patents

Multi-threaded NAS Gateway applied to cloud storage system Download PDF

Info

Publication number
CN105262680A
CN105262680A CN201510688747.5A CN201510688747A CN105262680A CN 105262680 A CN105262680 A CN 105262680A CN 201510688747 A CN201510688747 A CN 201510688747A CN 105262680 A CN105262680 A CN 105262680A
Authority
CN
China
Prior art keywords
read
storage queue
file
multithreading
storage system
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
CN201510688747.5A
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.)
Inspur Beijing Electronic Information Industry Co Ltd
Original Assignee
Inspur Beijing Electronic Information Industry 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 Inspur Beijing Electronic Information Industry Co Ltd filed Critical Inspur Beijing Electronic Information Industry Co Ltd
Priority to CN201510688747.5A priority Critical patent/CN105262680A/en
Publication of CN105262680A publication Critical patent/CN105262680A/en
Pending legal-status Critical Current

Links

Abstract

The application discloses a multi-threaded NAS gateway applied to a cloud storage system. The multi-threaded NAS gateway includes a read-write request distribution module, the number of N threads and the number of N storage queues. In the application, the number of N files in a cloud storage system respectively correspond to the number of N storage queues, the read-write request distribution module is used for storing a read-write request message for each file to the corresponding storage queue to the file, the number of N threads can be used for parallel processing of the read-write request messages storage in the number of N storage queues, each thread is used for acquiring the corresponding read-write request message from the corresponding storage queue and performing read-write operation processing of the corresponding file. In this way, when a Windows client initiates a plurality of data read-write requests to the cloud storage system at the same time, parallel processing can be performed for the plurality of data read-write requests, the situation in which most of the requests are in a waiting state for a long time is therefore avoided, and the user experience and read-write performance of the system are improved.

Description

A kind of multithreading NAS gateway being applied to cloud storage system
Technical field
The present invention relates to cloud technical field of memory, particularly a kind of multithreading NAS gateway being applied to cloud storage system.
Background technology
At present, cloud storage system is after the reading and writing data request receiving window client transmission, CIFS agreement (CIFS, i.e. CommonInternetFileSystem, universal network file system) is normally adopted to process above-mentioned reading and writing data request.
But, CIFS agreement is a kind of based on single-threaded agreement, when cloud storage system faces multiple reading and writing data request that window client initiates with the period, due to single-threaded request process can only be carried out, thus cause most request to need to be in wait state for a long time, both harmful effect was caused to Consumer's Experience, also limit the readwrite performance of the entirety of cloud storage system.
Can find out in sum, when section initiates multiple reading and writing data request to cloud storage system to window client at the same time, how to avoid major part request to need the situation being in wait state to be for a long time current problem demanding prompt solution.
Summary of the invention
In view of this, the object of the present invention is to provide a kind of multithreading NAS gateway being applied to cloud storage system, when section initiates multiple reading and writing data request to cloud storage system to window client at the same time, avoid the situation that major part request needs to be in for a long time wait state, thus improve the readwrite performance of Consumer's Experience and cloud storage system entirety.Its concrete scheme is as follows:
Be applied to a multithreading NAS gateway for cloud storage system, described cloud storage system comprises N number of file, and described multithreading NAS gateway comprises read-write requests distribution module, thread collection and storage queue collection; Described thread collection comprises N number of thread, and described storage queue collection comprises N number of storage queue, described N number of file and described N number of storage queue one_to_one corresponding, described N number of storage queue and described N number of thread one_to_one corresponding, N be not less than 2 positive integer; Wherein,
Described read-write requests distribution module, for by the read-write requests message stores for arbitrary described file to the storage queue corresponding with this file;
Described N number of thread, for carrying out parallel processing to the read-write requests message stored in described N number of storage queue; Wherein, arbitrary described thread is used for obtaining corresponding read-write requests message to self corresponding storage queue, and according to this read-write requests message, carries out read-write operation process to corresponding file.
Preferably, described read-write requests distribution module, specifically for after getting the read-write requests message for arbitrary described file, utilize hash algorithm, the storage queue corresponding with this file is found out from described N number of storage queue, and by the read-write requests message stores for this file to the storage queue corresponding with this file.
Preferably, described multithreading NAS gateway also comprises:
Capacity monitoring module, for monitoring the utilization rate of the memory space of storage queue described in each in described N number of storage queue.
Preferably, described multithreading NAS gateway also comprises:
Dynamic capacity-expanding module, for described capacity monitoring model calling, after the utilization rate of the memory space of arbitrary described storage queue reaches preset value, dilatation process is carried out to the memory space of this storage queue.
Preferably, described dynamic capacity-expanding module, after reaching preset value, according to the capacity extension multiple preset, carries out dynamic capacity-expanding process to the memory space of this storage queue specifically for the utilization rate of the memory space when arbitrary described storage queue.
Preferably, described default capacity extension multiple is the K power of 2, and K is positive integer.
Preferably, described multithreading NAS gateway also comprises:
Manual dilatation module, for providing dilatation interface for user, after the utilization rate of the memory space of arbitrary described storage queue reaches preset value, obtain the dilatation instruction that user is inputted by described dilatation interface, to utilize this dilatation instruction, corresponding dilatation process is carried out to the memory space of this storage queue.
Preferably, the parameter that described dilatation instruction contains comprises dilatation multiple.
Preferably, described multithreading NAS gateway also comprises:
Utilization rate display module, the utilization rate for the memory space to storage queue described in each shows.
Preferably, described multithreading NAS gateway also comprises:
Early warning information generation module, for described capacity monitoring model calling, after the utilization rate of the memory space of arbitrary described storage queue reaches preset value, generate corresponding early warning information.
In the present invention, multithreading NAS gateway (NAS, i.e. NetworkAttachedStorage, network attached storage) comprise read-write requests distribution module, N number of thread and N number of storage queue, N number of file in cloud storage system and N number of storage queue one_to_one corresponding, N number of storage queue and N number of thread one_to_one corresponding, N be not less than 2 positive integer; Wherein, read-write requests distribution module can be used for the read-write requests message stores for arbitrary file to the storage queue corresponding with this file; Above-mentioned N number of thread is used for carrying out parallel processing to the read-write requests message stored in N number of storage queue; Wherein, arbitrary thread is used for obtaining corresponding read-write requests message to self corresponding storage queue, and according to this read-write requests message, carries out read-write operation process to corresponding file.Visible, in the present invention, N number of file of cloud storage system and N number of storage queue one_to_one corresponding, read-write requests distribution module can be used for by the read-write requests message stores for arbitrary file to the storage queue corresponding with this file, and the read-write requests message that above-mentioned N number of thread then can be used for storing in N number of storage queue carries out parallel processing.Like this when section initiates multiple reading and writing data request to cloud storage system to window client at the same time, multithreading NAS gateway provided by the invention can carry out parallel processing to above-mentioned multiple reading and writing data request, thus avoid the situation that major part asks to need to be in for a long time wait state, improve the readwrite performance of Consumer's Experience and cloud storage system entirety.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only embodiments of the invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to the accompanying drawing provided.
The application structure schematic diagram of Fig. 1 a kind of multithreading NAS gateway disclosed in the embodiment of the present invention;
The application structure schematic diagram of Fig. 2 a kind of concrete multithreading NAS gateway disclosed in the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The embodiment of the invention discloses a kind of multithreading NAS gateway being applied to cloud storage system, cloud storage system comprises N number of file.Shown in Figure 1, in the present embodiment, multithreading NAS gateway comprises read-write requests distribution module 11, storage queue collection 12 and thread collection 13; Thread collection 13 comprises N number of thread, and storage queue collection 12 comprises N number of storage queue, N number of file and N number of storage queue one_to_one corresponding, N number of storage queue and N number of thread one_to_one corresponding, N be not less than 2 positive integer; Wherein,
Read-write requests distribution module 11, for by the read-write requests message stores for arbitrary file to the storage queue corresponding with this file;
N number of thread, for carrying out parallel processing to the read-write requests message stored in N number of storage queue; Wherein, arbitrary thread is used for obtaining corresponding read-write requests message to self corresponding storage queue, and according to this read-write requests message, carries out read-write operation process to corresponding file.
In the embodiment of the present invention, multithreading NAS gateway comprises read-write requests distribution module, N number of thread and N number of storage queue, N number of file in cloud storage system and N number of storage queue one_to_one corresponding, N number of storage queue and N number of thread one_to_one corresponding, N be not less than 2 positive integer; Wherein, read-write requests distribution module can be used for the read-write requests message stores for arbitrary file to the storage queue corresponding with this file; Above-mentioned N number of thread is used for carrying out parallel processing to the read-write requests message stored in N number of storage queue; Wherein, arbitrary thread is used for obtaining corresponding read-write requests message to self corresponding storage queue, and according to this read-write requests message, carries out read-write operation process to corresponding file.
Visible, in the embodiment of the present invention, N number of file of cloud storage system and N number of storage queue one_to_one corresponding, read-write requests distribution module can be used for by the read-write requests message stores for arbitrary file to the storage queue corresponding with this file, and the read-write requests message that above-mentioned N number of thread then can be used for storing in N number of storage queue carries out parallel processing.Like this when section initiates multiple reading and writing data request to cloud storage system to window client at the same time, the multithreading NAS gateway that the embodiment of the present invention provides can carry out parallel processing to above-mentioned multiple reading and writing data request, thus avoid the situation that major part asks to need to be in for a long time wait state, improve the readwrite performance of Consumer's Experience and cloud storage system entirety.
The embodiment of the invention also discloses a kind of multithreading NAS gateway being applied to cloud storage system specifically, relative to a upper embodiment, the present embodiment has done further instruction and optimization to technical scheme.Concrete:
Shown in Figure 2, in the present embodiment, read-write requests distribution module 11 is specifically for after getting the read-write requests message for arbitrary file, utilize hash algorithm, the storage queue corresponding with this file is found out from N number of storage queue, and by the read-write requests message stores for this file to the storage queue corresponding with this file.
In order to know the memory space utilization rate situation of arbitrary storage queue in real time, in the present embodiment, multithreading NAS gateway also comprises capacity monitoring module 14 further, for monitoring the utilization rate of the memory space of each storage queue in N number of storage queue.
In order to avoid the situation causing read-write requests message to issue because the memory space of storage queue is finished occurs, in the present embodiment, multithreading NAS gateway also comprises further: dynamic capacity-expanding module 15, for being connected with capacity monitoring module 14, after the utilization rate of the memory space of arbitrary storage queue reaches preset value, dilatation process is carried out to the memory space of this storage queue.Concrete, dynamic capacity-expanding module 15 can be used for after the utilization rate of the memory space of arbitrary storage queue reaches preset value, according to the capacity extension multiple preset, carries out dynamic capacity-expanding process to the memory space of this storage queue.Wherein, above-mentioned default capacity extension multiple is preferentially set to the K power of 2, and K is positive integer.
Certainly, after the utilization rate of the memory space of storage queue reaches certain value, the mode of artificial dilatation also can be adopted to carry out dilatation to corresponding storage queue.Concrete, the multithreading NAS gateway of the present embodiment can also comprise manual dilatation module 16, for providing dilatation interface for user, after the utilization rate of the memory space of arbitrary storage queue reaches preset value, obtain the dilatation instruction that user is inputted by dilatation interface, to utilize this dilatation instruction, corresponding dilatation process is carried out to the memory space of this storage queue.Be understandable that, the parameter that above-mentioned dilatation instruction contains comprises dilatation multiple.
Further, in the present embodiment, multithreading NAS gateway can also comprise utilization rate display module 17 and early warning information generation module 18; Wherein, utilization rate display module 17 can be used for showing the utilization rate of the memory space of each storage queue.Early warning information generation module 18 can be used for being connected with capacity monitoring module 14, after the utilization rate of the memory space of arbitrary storage queue reaches preset value, generates corresponding early warning information.
Finally, also it should be noted that, in this article, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or equipment.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, article or the equipment comprising described key element and also there is other identical element.
Above a kind of multithreading NAS gateway being applied to cloud storage system provided by the present invention is described in detail, apply specific case herein to set forth principle of the present invention and execution mode, the explanation of above embodiment just understands method of the present invention and core concept thereof for helping; Meanwhile, for one of ordinary skill in the art, according to thought of the present invention, all will change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (10)

1. be applied to a multithreading NAS gateway for cloud storage system, it is characterized in that, described cloud storage system comprises N number of file, and described multithreading NAS gateway comprises read-write requests distribution module, storage queue collection and thread collection; Described thread collection comprises N number of thread, and described storage queue collection comprises N number of storage queue, described N number of file and described N number of storage queue one_to_one corresponding, described N number of storage queue and described N number of thread one_to_one corresponding, N be not less than 2 positive integer; Wherein,
Described read-write requests distribution module, for by the read-write requests message stores for arbitrary described file to the storage queue corresponding with this file;
Described N number of thread, for carrying out parallel processing to the read-write requests message stored in described N number of storage queue; Wherein, arbitrary described thread is used for obtaining corresponding read-write requests message to self corresponding storage queue, and according to this read-write requests message, carries out read-write operation process to corresponding file.
2. the multithreading NAS gateway being applied to cloud storage system according to claim 1, it is characterized in that, described read-write requests distribution module, specifically for after getting the read-write requests message for arbitrary described file, utilize hash algorithm, the storage queue corresponding with this file is found out from described N number of storage queue, and by the read-write requests message stores for this file to the storage queue corresponding with this file.
3. the multithreading NAS gateway being applied to cloud storage system according to claim 2, is characterized in that, also comprise:
Capacity monitoring module, for monitoring the utilization rate of the memory space of storage queue described in each in described N number of storage queue.
4. the multithreading NAS gateway being applied to cloud storage system according to claim 3, is characterized in that, also comprise:
Dynamic capacity-expanding module, for described capacity monitoring model calling, after the utilization rate of the memory space of arbitrary described storage queue reaches preset value, dilatation process is carried out to the memory space of this storage queue.
5. the multithreading NAS gateway being applied to cloud storage system according to claim 4, is characterized in that,
Described dynamic capacity-expanding module, after reaching preset value, according to the capacity extension multiple preset, carries out dynamic capacity-expanding process to the memory space of this storage queue specifically for the utilization rate of the memory space when arbitrary described storage queue.
6. the multithreading NAS gateway being applied to cloud storage system according to claim 5, is characterized in that, described default capacity extension multiple is the K power of 2, and K is positive integer.
7. the multithreading NAS gateway being applied to cloud storage system according to claim 3, is characterized in that, also comprise:
Manual dilatation module, for providing dilatation interface for user, after the utilization rate of the memory space of arbitrary described storage queue reaches preset value, obtain the dilatation instruction that user is inputted by described dilatation interface, to utilize this dilatation instruction, corresponding dilatation process is carried out to the memory space of this storage queue.
8. the multithreading NAS gateway being applied to cloud storage system according to claim 7, it is characterized in that, the parameter that described dilatation instruction contains comprises dilatation multiple.
9. the multithreading NAS gateway being applied to cloud storage system according to any one of claim 3 to 8, is characterized in that, also comprise:
Utilization rate display module, the utilization rate for the memory space to storage queue described in each shows.
10. the multithreading NAS gateway being applied to cloud storage system according to any one of claim 3 to 8, is characterized in that, also comprise:
Early warning information generation module, for described capacity monitoring model calling, after the utilization rate of the memory space of arbitrary described storage queue reaches preset value, generate corresponding early warning information.
CN201510688747.5A 2015-10-21 2015-10-21 Multi-threaded NAS Gateway applied to cloud storage system Pending CN105262680A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510688747.5A CN105262680A (en) 2015-10-21 2015-10-21 Multi-threaded NAS Gateway applied to cloud storage system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510688747.5A CN105262680A (en) 2015-10-21 2015-10-21 Multi-threaded NAS Gateway applied to cloud storage system

Publications (1)

Publication Number Publication Date
CN105262680A true CN105262680A (en) 2016-01-20

Family

ID=55102192

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510688747.5A Pending CN105262680A (en) 2015-10-21 2015-10-21 Multi-threaded NAS Gateway applied to cloud storage system

Country Status (1)

Country Link
CN (1) CN105262680A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786985A (en) * 2016-02-15 2016-07-20 浪潮(北京)电子信息产业有限公司 Automatic method and device for expanding file systems automatically
CN106557282A (en) * 2016-11-07 2017-04-05 华为技术有限公司 The method and apparatus of response write request
CN107277128A (en) * 2017-06-15 2017-10-20 郑州云海信息技术有限公司 The method and device of request processing order-preserving in a kind of distributed storage agreement
CN107370667A (en) * 2017-07-31 2017-11-21 北京北信源软件股份有限公司 Multi-threading parallel process method and apparatus, computer-readable recording medium and storage control
CN107465683A (en) * 2017-08-15 2017-12-12 合肥爱吾宠科技有限公司 Witched-capacity network game server system
CN107526551A (en) * 2017-09-14 2017-12-29 郑州云海信息技术有限公司 A kind of I/O request processing method, device and the equipment of CPU multinuclears
CN109407970A (en) * 2018-09-12 2019-03-01 新华三技术有限公司成都分公司 Read-write requests processing method, device and electronic equipment
CN110581896A (en) * 2019-09-30 2019-12-17 恒信东方文化股份有限公司 Storage method and system thereof
CN111338571A (en) * 2020-02-18 2020-06-26 腾讯科技(深圳)有限公司 Task processing method, device, equipment and storage medium
CN113037813A (en) * 2021-02-25 2021-06-25 平安壹钱包电子商务有限公司 Method and device for uploading files, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854388A (en) * 2010-05-17 2010-10-06 浪潮(北京)电子信息产业有限公司 Method and system concurrently accessing a large amount of small documents in cluster storage
CN102073464A (en) * 2011-01-14 2011-05-25 南开大学 Method for creating allocation-on-demand incremental volume
CN103365631A (en) * 2012-04-05 2013-10-23 辉达公司 Dynamic bank mode addressing for memory access
CN103581181A (en) * 2013-10-28 2014-02-12 清华大学 Data packet capturing, processing and sending method and system
CN104539727A (en) * 2015-01-15 2015-04-22 北京国创富盛通信股份有限公司 Cache method and system based on AP platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854388A (en) * 2010-05-17 2010-10-06 浪潮(北京)电子信息产业有限公司 Method and system concurrently accessing a large amount of small documents in cluster storage
CN102073464A (en) * 2011-01-14 2011-05-25 南开大学 Method for creating allocation-on-demand incremental volume
CN103365631A (en) * 2012-04-05 2013-10-23 辉达公司 Dynamic bank mode addressing for memory access
CN103581181A (en) * 2013-10-28 2014-02-12 清华大学 Data packet capturing, processing and sending method and system
CN104539727A (en) * 2015-01-15 2015-04-22 北京国创富盛通信股份有限公司 Cache method and system based on AP platform

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786985B (en) * 2016-02-15 2019-02-15 浪潮(北京)电子信息产业有限公司 A kind of automatic expansion method of file system and device
CN105786985A (en) * 2016-02-15 2016-07-20 浪潮(北京)电子信息产业有限公司 Automatic method and device for expanding file systems automatically
CN106557282A (en) * 2016-11-07 2017-04-05 华为技术有限公司 The method and apparatus of response write request
CN106557282B (en) * 2016-11-07 2019-08-23 华为技术有限公司 The method and apparatus for responding write request
CN107277128A (en) * 2017-06-15 2017-10-20 郑州云海信息技术有限公司 The method and device of request processing order-preserving in a kind of distributed storage agreement
CN107370667A (en) * 2017-07-31 2017-11-21 北京北信源软件股份有限公司 Multi-threading parallel process method and apparatus, computer-readable recording medium and storage control
CN107465683A (en) * 2017-08-15 2017-12-12 合肥爱吾宠科技有限公司 Witched-capacity network game server system
CN107526551A (en) * 2017-09-14 2017-12-29 郑州云海信息技术有限公司 A kind of I/O request processing method, device and the equipment of CPU multinuclears
CN109407970A (en) * 2018-09-12 2019-03-01 新华三技术有限公司成都分公司 Read-write requests processing method, device and electronic equipment
CN109407970B (en) * 2018-09-12 2022-02-11 新华三技术有限公司成都分公司 Read-write request processing method and device and electronic equipment
CN110581896A (en) * 2019-09-30 2019-12-17 恒信东方文化股份有限公司 Storage method and system thereof
CN111338571A (en) * 2020-02-18 2020-06-26 腾讯科技(深圳)有限公司 Task processing method, device, equipment and storage medium
CN111338571B (en) * 2020-02-18 2021-08-17 腾讯科技(深圳)有限公司 Task processing method, device, equipment and storage medium
CN113037813A (en) * 2021-02-25 2021-06-25 平安壹钱包电子商务有限公司 Method and device for uploading files, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN105262680A (en) Multi-threaded NAS Gateway applied to cloud storage system
US10572285B2 (en) Method and apparatus for elastically scaling virtual machine cluster
CN102857578B (en) A kind of file uploading method of network hard disc, system and net dish client
CN104683408A (en) Method and system for OpenStack cloud computing management platform to build virtual machine instance
CN111008075A (en) Load balancing system, method, device, equipment and medium
WO2016069038A1 (en) Policy based workload scaler
EP3349130B1 (en) Data compression method and storage system
CN109840142A (en) Thread control method, device, electronic equipment and storage medium based on cloud monitoring
CN105227489A (en) A kind of bandwidth management method and electronic equipment
CN104363282A (en) Cloud computing resource scheduling method and device
CN109739627B (en) Task scheduling method, electronic device and medium
US20180253313A1 (en) Operation instruction response control method and terminal for human-machine interface
CN111399941A (en) Batch configuration method, device and equipment for BMC (baseboard management controller) functions
CN104537045A (en) Service distribution method and device based on distributive system
CN109428926B (en) Method and device for scheduling task nodes
CN113722055A (en) Data processing method and device, electronic equipment and computer readable medium
CN104717251A (en) Scheduling method and system for Cell nodes through OpenStack cloud computing management platform
CN106168959A (en) Page layout method and device
CN111953569B (en) State information reporting method, device, equipment and medium
CN112243033A (en) Method, device and equipment for acquiring memory information and computer readable storage medium
CN109389522B (en) Energy blocking method and system for flexible load
CN105245624A (en) Cloud storage file system
CN109254928A (en) A kind of method of log processing, system, equipment and computer readable storage medium
CN106547642B (en) Data storage backup method and device
CN112905119A (en) Data writing control method, device and equipment of distributed storage system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160120

RJ01 Rejection of invention patent application after publication