CN114553902A - File storage method and system of distributed storage system and related device - Google Patents

File storage method and system of distributed storage system and related device Download PDF

Info

Publication number
CN114553902A
CN114553902A CN202210190800.9A CN202210190800A CN114553902A CN 114553902 A CN114553902 A CN 114553902A CN 202210190800 A CN202210190800 A CN 202210190800A CN 114553902 A CN114553902 A CN 114553902A
Authority
CN
China
Prior art keywords
storage
cluster
file
request
initialization
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.)
Withdrawn
Application number
CN202210190800.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.)
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 CN202210190800.9A priority Critical patent/CN114553902A/en
Publication of CN114553902A publication Critical patent/CN114553902A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1044Group management mechanisms 

Landscapes

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

Abstract

The application provides a file storage method of a distributed storage system, which comprises the following steps: receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement; determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool; and executing the corresponding file storage operation in the storage pool of the data layer according to the storage request. According to the method and the device, the files, the objects and the block services are expanded in the same cluster as required, a standard protocol interface is provided for upper-layer application to use, unified storage pool management is provided, the attribution of bottom-layer resources is dynamically adjusted according to the service data requirements, and the management complexity and the maintenance cost are reduced. The application also provides a distributed storage system, a computer readable storage medium and a storage device of the distributed storage system, which have the beneficial effects.

Description

File storage method and system of distributed storage system and related device
Technical Field
The present application relates to the field of servers, and in particular, to a file storage method for a distributed storage system, and a related apparatus.
Background
With the increasing expansion of the data center market, data in the fields of traffic, communication, finance and the like also grow exponentially, and a huge challenge is provided for the management and maintenance of mass data in the face of data in different fields, different forms and different types. The mainstream storage interface of distributed storage mainly comprises files, objects and blocks. The existing distributed storage management system basically provides a single storage service, other services cannot be fused on the system architecture, the expansibility is poor, and the system cannot be flexibly configured in the same cluster according to the requirements of service scenes in actual use.
Disclosure of Invention
The application aims to provide a file storage method of a distributed storage system, the distributed storage system, a computer readable storage medium and an electronic device, which reduce the complexity of resource management and the maintenance cost
In order to solve the above technical problem, the present application provides a file storage method for a distributed storage system, and the specific technical scheme is as follows:
receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement;
determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool;
and executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
Optionally, before receiving the storage request, the method includes:
configuring node information and node network information of nodes to be grouped in a configuration file;
configuring a cluster management tool, cluster monitoring service, disk use setting, network setting and time setting to obtain an initialized storage cluster;
and calling a background deployment interface to deploy the storage cluster.
Optionally, after receiving the storage request, the method further includes:
judging whether the storage request contains an authorization code of the storage cluster;
if so, the initialization of the storage cluster is executed through the storage request;
and if not, rejecting the storage request.
Optionally, the performing initialization of the storage cluster includes:
and respectively executing block scene initialization, file scene initialization and object scene initialization according to the pre-configured guide configuration file.
Optionally, if the initialization fails when the block scene initialization, the file scene initialization, and the object scene initialization are executed according to the pre-configured wizard configuration file, the method further includes:
and rolling back the failed initialization process by using the rolling back configuration file.
The present application further provides a distributed storage system, comprising:
the request receiving module is used for receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement;
the object determining module is used for determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool;
and the storage execution module is used for executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
Optionally, the method further includes:
the initialization module is used for configuring the node information and the node network information of the nodes to be grouped in the configuration file; configuring a cluster management tool, cluster monitoring service, disk use setting, network setting and time setting to obtain an initialized storage cluster;
and the cluster deployment module is used for calling the background deployment interface to deploy the storage cluster.
Optionally, the method further includes:
a request verification module, configured to determine whether the storage request includes an authorization code of the storage cluster; if so, the initialization of the storage cluster is executed through the storage request; and if not, rejecting the storage request.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method as set forth above.
The present application also provides a storage device comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the steps of the method described above when calling the computer program in the memory.
The application provides a file storage method of a distributed storage system, which comprises the following steps: receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement; determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool; and executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
According to the method and the device, the files, the objects and the block services are expanded in the same cluster as required, a standard protocol interface is provided for upper-layer application, unified storage pool management is provided, and the attribution of bottom-layer resources is dynamically adjusted according to the business data requirements. The complexity of management and the maintenance cost are well reduced.
The present application further provides a distributed storage system, a computer-readable storage medium, and a storage device, which have the above beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a file storage method of a distributed storage system according to an embodiment of the present application;
fig. 2 is a schematic diagram of a storage cluster structure provided in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a distributed storage system according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all 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 application.
Referring to fig. 1, fig. 1 is a flowchart of a file storage method of a distributed storage system according to an embodiment of the present application, where the method includes:
s101: receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement;
s102: determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool;
s103: and executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
The structure of the storage cluster provided by the present application is first described below, referring to fig. 2, fig. 2 is a schematic diagram of a storage cluster structure provided by the present application, and a series of configuration of cluster basic information, such as network settings, etc., are used to generate basic resources required by a cluster, such as a network, a cluster management tool, osd resources, etc., and on this basis, the initialization operation of file, object, and block scenes is completed, resources are allocated to the storage pools of each scene for use, and the storage pools provide data services for upper layer applications. The object storage general application scene is the storage of picture, video and other unstructured data; the file storage is generally used for storing files with directory structures such as FTP (file transfer protocol), NFS (network file system) and the like, so that the files can be conveniently shared and used; block storage is generally used for container or virtual machine disk storage allocation, and the read-write efficiency is improved through a combined logical disk. Various application scenarios use a standard protocol interface to access the stored data by calling corresponding services provided by the storage cluster. In a fusion scene, each storage pool can be conveniently and uniformly managed, for example, along with the gradual development of services, the data storage requirements change, for example, the data volume of a block service for structured data storage is reduced, the data of an unstructured form such as a file service or a video is increased, the storage pools of corresponding scenes can be expanded and contracted according to the service requirements, and the use of resources can be dynamically adjusted, so that the waste of resources and the repeated investment are avoided.
In generating the system shown in fig. 2, three steps may be included as follows:
firstly, configuring node information and node network information of nodes to be grouped in a configuration file;
secondly, configuring cluster management tools, cluster monitoring service, disk use setting, network setting and time setting to obtain an initialized storage cluster;
and thirdly, calling a background deployment interface to deploy the storage cluster.
Specifically, the basic resource deployment of the cluster is generally performed through the IP minimum node, and first, the IP and the host name of the node to be formed into the cluster, the bond type of the node network, the network card, the gateway, and the mask information need to be configured in the/etc/hosts configuration file.
And secondly, configuring a cluster management tool, wherein the infrastructure is used as the cluster management tool, the concurrent operation of the nodes in the distributed storage cluster is simple and convenient, and the host names of the nodes in the cluster are configured/etc/infrastructure/hosts and are synchronized to other nodes, so that the cluster management tool can be used.
The MON node belongs to a monitoring service node of a cluster, monitoring services need to be configured at a plurality of nodes in order to ensure that the MON has no single point fault, the configured monitoring services need to call an icfs-deployment interface, and the MON service is set; the SSD partition is used for reasonably planning the use of the SSD, and can generate osd on the partition of the SSD and can be used as db partitions of the osd and the HDD disk; the disk setting is used for selecting the disk of each node in the cluster to be used as the generated osd resource; the network is set for dividing network segments for use, for example, a management network is used for a distributed storage management software system, a public network is used for a third party such as OpenStack or a user, and a cluster network is used for internal communication of an osd cluster at the bottom layer of a storage engine; the time setting is used for setting the system time of the deployed nodes as a reference value and keeping the other nodes of the cluster in clock synchronization with the other nodes; and finishing the interface setting of the cluster, calling a deployment interface of a background to finish the deployment of the cluster, installing distributed storage management software, and finally finishing the establishment of the cluster and the generation of basic resources.
In step S101, after receiving the storage request, it may be determined whether the storage request includes an authorization code of the storage cluster; if so, the initialization of the storage cluster is executed through the storage request; otherwise, the storage request is rejected. An authorization code needs to be provided or the clustering is performed on a trial basis when logging into the storage cluster. The storage cluster is initialized first, that is, block scene initialization, file scene initialization, and object scene initialization are performed according to a pre-configured wizard configuration file. If the initialization fails when the block scene initialization, the file scene initialization and the object scene initialization are executed according to the pre-configured wizard configuration file, the initialization process that the initialization fails can be rolled back by using the rollback configuration file. Such as cluster _ guide _ san ═ 0, cluster _ guide _ nas ═ 0, and cluster _ guide _ obj ═ 0, as flags for whether each scene has completed initialization. And initializing a corresponding scene according to the service requirement, and if not all the scenes are initialized, initializing additional scenes if necessary subsequently. In the process of initializing a scene, if a situation of initialization failure is encountered, setting a corresponding configuration parameter of a rollback configuration file to be 1, indicating that the scene initialization fails and rollback needs to be performed. And after the problems are eliminated, continuously finishing the initialization of the scene.
In the object initialization process, firstly, multi-site setting is needed for an object scene, the cluster is generally set as a master site, if a multi-site environment is to be built, the cluster is used as a slave site, configuration is needed on the premise that the building of the master site is completed, a synchronous endpoint address of the master site needs to be set, a port number defaults 7009, and a public key and a private key of a user are defaulted by the master site. If the metadata retrieval configuration is started, the metadata site name, the index fragment number and the index copy number need to be set, and the function of metadata retrieval is provided. And the object metadata pool adopts a copy strategy for storing the metadata of the object, and if the metadata is not set, the metadata pool and the data pool are shared. The object data pool may be configured as an erasure correction and copy type storage pool, and the storage pool information is additionally configured in a guide. conf file, and the cluster _ guide _ pools _ obj ═ object _ pool. RGW (rados gateway) is a service of object storage, which can enable a client to access a storage cluster by using a standard object storage API, support APIs of S3 and Swift, and simultaneously open RGW services of each node of the cluster, namely, system start icfs-radosgw @ radosgw.
In the file initialization process, the MDS service process of each node in the cluster needs to be started, each node comprises 2 nodes which are used as a master and a slave, and the master service process is activated by default. The configuration of the file metadata pool and the configuration of the data pool are used for storing metadata and data use of the file, and the storage pool information is additionally configured into a guide. The CIFS is a file system for realizing file sharing service, is mainly used for file sharing, needs to provide service under the condition that smb service is started, and starts smb service through systemctl start smb; nfs (network File system) is a local network File system, which can be accessed through the standard protocol of the internet, and can open the service through the systemctl start gateway.
In the block initialization process, a block data pool is configured first, the creation of a general pool HDD and a high-level pool SSD is supported, and the configuration may be set to an erasure type or a copy type, which is used for performing data storage of a block storage service, and storage pool information is additionally configured in a guide. The block storage needs to configure the tgtd service, and the ansible tool is used to start the tgtd service, system start tgtd, of each node in the cluster. On the basis of tgtd service, a block access interface can be provided for external use, and is used for butt joint of rbd or iscsi, and the like, so that block resources of the cluster are accessed.
According to the embodiment of the application, the file, the object and the block service are expanded in the same cluster as required, a standard protocol interface is provided for upper-layer application to use, unified storage pool management is provided, and the attribution of bottom-layer resources is dynamically adjusted according to the service data requirement. The complexity of management and the maintenance cost are well reduced.
In the following, a distributed storage system provided by an embodiment of the present application is introduced, and a distributed storage system described below and a file storage method of the distributed storage system described above may be referred to correspondingly.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a distributed storage system according to an embodiment of the present application, where the present application further provides a distributed storage system, including:
a request receiving module, configured to receive a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement;
the object determining module is used for determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool;
and the storage execution module is used for executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
Based on the above embodiment, as a preferred embodiment, the method further includes:
the initialization module is used for configuring the node information and the node network information of the nodes to be grouped in the configuration file; configuring a cluster management tool, cluster monitoring service, disk use setting, network setting and time setting to obtain an initialized storage cluster;
and the cluster deployment module is used for calling the background deployment interface to deploy the storage cluster.
Based on the above embodiment, as a preferred embodiment, the method further includes:
a request verification module, configured to determine whether the storage request includes an authorization code of the storage cluster; if so, the initialization of the storage cluster is executed through the storage request; and if not, rejecting the storage request.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed, may implement the steps provided by the above-described embodiments. 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 present application further provides a storage device, which may include a memory and a processor, where the memory stores a computer program, and the processor may implement the steps provided in the foregoing embodiments when calling the computer program in the memory. Of course, the storage device may also include various network interfaces, power supplies, and the like.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system provided by the embodiment, the description is relatively simple because the system corresponds to the method provided by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present application are described herein using specific examples, which are only used to help understand the method and its core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A file storage method of a distributed storage system is characterized by comprising the following steps:
receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement;
determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool;
and executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
2. The file storage method according to claim 1, wherein before receiving the storage request, the method comprises:
configuring node information and node network information of nodes to be grouped in a configuration file;
configuring a cluster management tool, cluster monitoring service, disk use setting, network setting and time setting to obtain an initialized storage cluster;
and calling a background deployment interface to deploy the storage cluster.
3. The file storage method according to claim 1, further comprising, after receiving the storage request:
judging whether the storage request contains an authorization code of the storage cluster;
if so, the initialization of the storage cluster is executed through the storage request;
and if not, rejecting the storage request.
4. The file storage method of claim 3, wherein performing initialization of the storage cluster comprises:
and respectively executing block scene initialization, file scene initialization and object scene initialization according to the pre-configured guide configuration file.
5. The file storage method of claim 4, wherein if the initialization fails when the block scene initialization, the file scene initialization, and the object scene initialization are performed according to the pre-configured wizard configuration file, further comprising:
and rolling back the failed initialization process by using the rolling back configuration file.
6. A distributed storage system, comprising:
the request receiving module is used for receiving a storage request; the storage request comprises at least one of a file storage requirement, a block storage requirement and an object storage requirement;
the object determining module is used for determining a corresponding data layer in the data layers of the storage cluster according to the storage request; the data layer comprises a file storage pool, a block storage pool and an object storage pool;
and the storage execution module is used for executing the corresponding file storage operation in the storage pool of the data layer according to the storage request.
7. The distributed storage system of claim 6, further comprising:
the initialization module is used for configuring the node information and the node network information of the nodes to be grouped in the configuration file; configuring a cluster management tool, cluster monitoring service, disk use setting, network setting and time setting to obtain an initialized storage cluster;
and the cluster deployment module is used for calling the background deployment interface to deploy the storage cluster.
8. The distributed storage system of claim 6, further comprising:
a request verification module, configured to determine whether the storage request includes an authorization code of the storage cluster; if so, the initialization of the storage cluster is executed through the storage request; and if not, rejecting the storage request.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the file storage method of the distributed storage system according to any one of claims 1 to 5.
10. A storage device comprising a memory in which a computer program is stored and a processor which, when calling the computer program in the memory, implements the steps of the file storage method of the distributed storage system according to any one of claims 1 to 5.
CN202210190800.9A 2022-02-28 2022-02-28 File storage method and system of distributed storage system and related device Withdrawn CN114553902A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210190800.9A CN114553902A (en) 2022-02-28 2022-02-28 File storage method and system of distributed storage system and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210190800.9A CN114553902A (en) 2022-02-28 2022-02-28 File storage method and system of distributed storage system and related device

Publications (1)

Publication Number Publication Date
CN114553902A true CN114553902A (en) 2022-05-27

Family

ID=81661801

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210190800.9A Withdrawn CN114553902A (en) 2022-02-28 2022-02-28 File storage method and system of distributed storage system and related device

Country Status (1)

Country Link
CN (1) CN114553902A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115190014A (en) * 2022-06-18 2022-10-14 深圳市知学云科技有限公司 Enterprise-oriented file content storage and conversion method, system and equipment
CN115426322A (en) * 2022-08-23 2022-12-02 绿盟科技集团股份有限公司 Virtual storage method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115190014A (en) * 2022-06-18 2022-10-14 深圳市知学云科技有限公司 Enterprise-oriented file content storage and conversion method, system and equipment
CN115426322A (en) * 2022-08-23 2022-12-02 绿盟科技集团股份有限公司 Virtual storage method and device
CN115426322B (en) * 2022-08-23 2023-09-19 绿盟科技集团股份有限公司 Virtual storage method and device

Similar Documents

Publication Publication Date Title
CN114553902A (en) File storage method and system of distributed storage system and related device
US9052962B2 (en) Distributed storage of data in a cloud storage system
EP3564835B1 (en) Data redistribution method and apparatus, and database cluster
TWI734744B (en) Method, device and system for synchronizing routing table
US20070143286A1 (en) File management method in file system and metadata server therefor
CN101771723A (en) Data synchronization method
WO2015157904A1 (en) File synchronization method, server, and terminal
EP4293510A1 (en) Data migration method and apparatus, and device, medium and computer product
CN116400855A (en) Data processing method and data storage system
CN113805816B (en) Disk space management method, device, equipment and storage medium
CN101789963A (en) Data synchronization system
WO2016000303A1 (en) Resource allocation method and system, and computer storage medium
CN112181049A (en) Cluster time synchronization method, device, system, equipment and readable storage medium
US11921699B1 (en) Lease-based consistency management for handling failover in a database
CN114710350B (en) Method and device for distributing callable resources, electronic equipment and storage medium
CN115510016A (en) Client response method, device and medium based on directory fragmentation
CN108959300B (en) File storage method and storage device
CN114880717A (en) Data archiving method and device
CN115238006A (en) Retrieval data synchronization method, device, equipment and computer storage medium
CN114564530A (en) Database access method, device, equipment and storage medium
CN108595482A (en) A kind of data index method and device
CN115687250A (en) Storage method, equipment, system and computer storage medium
CN111565211B (en) CDN configuration distribution network system
CN109558205B (en) Disk access method and device
CN108848136B (en) Shared storage method of cloud service cluster

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20220527