CN111367503A - Management method, device and equipment of multi-element storage and storage medium - Google Patents
Management method, device and equipment of multi-element storage and storage medium Download PDFInfo
- Publication number
- CN111367503A CN111367503A CN202010212006.0A CN202010212006A CN111367503A CN 111367503 A CN111367503 A CN 111367503A CN 202010212006 A CN202010212006 A CN 202010212006A CN 111367503 A CN111367503 A CN 111367503A
- Authority
- CN
- China
- Prior art keywords
- storage
- volume
- application program
- interface
- program interface
- 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
Links
- 238000007726 management method Methods 0.000 title abstract description 28
- 238000000034 method Methods 0.000 claims abstract description 22
- 230000002085 persistent effect Effects 0.000 claims description 42
- 238000004590 computer program Methods 0.000 claims description 7
- 238000012545 processing Methods 0.000 claims description 4
- 238000012217 deletion Methods 0.000 claims description 3
- 230000037430 deletion Effects 0.000 claims description 3
- 238000011161 development Methods 0.000 abstract description 5
- WGZDBVOTUVNQFP-UHFFFAOYSA-N N-(1-phthalazinylamino)carbamic acid ethyl ester Chemical compound C1=CC=C2C(NNC(=O)OCC)=NN=CC2=C1 WGZDBVOTUVNQFP-UHFFFAOYSA-N 0.000 description 14
- 238000010586 diagram Methods 0.000 description 9
- 230000003287 optical effect Effects 0.000 description 9
- 230000006870 function Effects 0.000 description 8
- 238000004891 communication Methods 0.000 description 4
- 239000008186 active pharmaceutical agent Substances 0.000 description 2
- 238000003491 array Methods 0.000 description 2
- 230000006399 behavior Effects 0.000 description 2
- 238000012937 correction Methods 0.000 description 2
- 239000013307 optical fiber Substances 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 230000002688 persistence Effects 0.000 description 2
- 230000000644 propagated effect Effects 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 238000013519 translation Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 230000008707 rearrangement Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/20—Software design
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The embodiment of the invention discloses a management method, a device, equipment and a storage medium of multi-element storage. The method comprises the following steps: configuring a set number of application program interfaces based on a set program development framework; and managing a plurality of set storage types through the application program interface. The management method of the multi-element storage provided by the embodiment of the invention uniformly manages a plurality of storage types through one application program interface, can improve the development efficiency and reduce the learning cost of technicians.
Description
Technical Field
The embodiment of the invention relates to the technical field of storage management, in particular to a management method, a device, equipment and a storage medium for multi-element storage.
Background
With the wide application of K8s in many manufacturers and open-source enthusiasts and the increasing demand for application containerization, data persistence has become a fundamental requirement for supporting stable operation of applications.
At present, various storage types exist in the market, and the implementation modes and the management interfaces of the storage types are different. For technicians, learning cost is increased when a storage type is newly added to a service every time, and the current management scheme for the storage type not only increases the learning cost, but also has low development efficiency.
Disclosure of Invention
The embodiment of the invention provides a management method, a device, equipment and a storage medium of multi-storage, which are used for realizing unified management of multiple storage types, improving the development efficiency and reducing the learning cost of technicians.
In a first aspect, an embodiment of the present invention provides a method for managing multivariate storage, including:
configuring a set number of application program interfaces based on a set program development framework;
and managing a plurality of set storage types through the application program interface.
Further, managing the set storage type through the application program interface includes:
executing an operation of creating a persistent volume according to volume information through the application program interface; or,
executing the operation of expanding the volume and the persistent volume according to the volume information through the application program interface; or,
executing the operation of deleting the persistent volume according to the volume information through the application program interface; wherein the volume information includes at least one of: volume size, volume name, and storage type.
Further, performing, by the application program interface, an operation of creating a persistent volume according to the volume information, including:
calling a storage interface corresponding to the storage type;
accessing a storage pool through the storage interface;
controlling the storage pool to allocate storage space of volume size.
Further, the operation of expanding the volume of the persistent volume is executed according to the volume information through the application program interface, and the operation includes:
calculating the size of the volume to be expanded according to the size of the original volume and the size of the target volume;
calling a storage interface corresponding to the storage type, and accessing the storage pool through the storage interface;
controlling the storage pool to allocate the storage space of the required extended volume size.
Further, the operation of deleting the persistent volume is executed according to the volume information through the application program interface, and the operation includes:
calling a storage interface corresponding to the storage type;
the volume-sized storage space is released back to the storage pool through the storage interface.
Further, the storage types include a network attached storage type, a local area network storage type and a distributed data object storage type. .
In a second aspect, an embodiment of the present invention further provides a management apparatus for multivariate storage, including:
the application program interface configuration module is used for configuring the application program interfaces with the set number based on the set program development framework;
and the storage management module is used for managing a plurality of set storage types through the application program interface.
Further, the storage management module is further configured to:
executing an operation of creating a persistent volume according to volume information through the application program interface; or,
executing the operation of expanding the volume and the persistent volume according to the volume information through the application program interface; or,
executing the operation of deleting the persistent volume according to the volume information through the application program interface; wherein the volume information includes at least one of: volume size, volume name, and storage type.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the management method for multi-storage according to the embodiment of the present invention when executing the program.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processing apparatus, implements the management method for multivariate storage according to the embodiment of the present invention.
According to the embodiment of the invention, the application program interfaces with the set number are configured based on the set program development framework, and then the plurality of set storage types are managed through the application program interfaces. The management method of the multi-element storage provided by the embodiment of the invention uniformly manages a plurality of storage types through one application program interface, can improve the development efficiency and reduce the learning cost of technicians.
Drawings
FIG. 1 is a flowchart illustrating a method for managing a multi-element storage according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a management apparatus for multi-storage according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a management method for a multi-storage according to an embodiment of the present invention, where this embodiment is applicable to a case where multiple storage types are managed in a unified manner, and the method may be executed by a management apparatus for a multi-storage, where the management apparatus may be composed of hardware and/or software, and may be generally integrated in a device having a management function for a multi-storage, where the device may be an electronic device such as a server or a server cluster. As shown in fig. 1, the method specifically includes the following steps:
step 110, configuring a set number of application program interfaces based on the set program development framework.
Wherein, the setting program development framework can be a Springboot program framework. The application program interface may be a RESTFul API. The set number may be determined according to the number of the storage types, and in this embodiment, if there are three storage types, the number of the application program interfaces is 3. Specifically, three RESTFul APIs are exposed based on Springboot.
Step 120, managing the plurality of set storage types through the application program interface.
The Storage types include a Network Attached Storage (NAS) type, a Storage Area Network (SAN) type, and a distributed data object Storage (CEPH) type. NAS storage is a file-level storage architecture that uses one or more servers equipped with dedicated disks to store data and share data with a large number of network-connected clients. SAN storage is a dedicated high-speed network that enables high-speed reliable access between servers and external or stand-alone storage resources. The SAN adopts an expandable network topology structure to connect the servers and the storage devices, each storage device is not affiliated to any server, and all the storage devices can be used as peer-to-peer resource sharing among all the network servers. The common SAN at present has two types, namely FC SAN and IP SAN, wherein the FC SAN is a SCSI protocol forwarded by a fiber channel, and the IP SAN is a SCSI protocol forwarded by a TCP/IP channel. CEPH storage accommodates unstructured data and clients can access data using both modern and traditional object interfaces.
In this embodiment, three application program interfaces are configured based on the Springboot, where one application program interface is used to perform an operation of creating a persistent volume for different storage types, a second application program interface is used to perform an operation of expanding a persistent volume for different storage types, and a third application program interface is used to perform an operation of deleting a persistent volume for different storage types.
Specifically, the process of managing the set storage type through the application program interface may be: executing an operation of creating a persistent volume according to the volume information through an application program interface; or, executing the operation of expanding the volume and persisting the volume according to the volume information through an application program interface; or, the operation of deleting the persistent volume is executed according to the volume information through the application program interface.
Wherein the volume information includes at least one of: volume size, volume name, and storage type. Volume size may be understood as the size of the storage space occupied by a volume.
Optionally, the process of performing the operation of creating the persistent volume according to the volume information through the application program interface may be: calling a storage interface corresponding to the storage type; accessing a storage pool through a storage interface; the storage pool is controlled to allocate storage space of volume size.
For NAS storage, the SDK provided by NetApp is used for creating a persistent volume, expanding the persistent volume and deleting the persistent volume. Specifically, the NAS storage interface is called, the corresponding storage pool is accessed through the NAS storage interface, the storage pool is controlled to allocate a storage space with a set volume size, and a volume name is set, so that the operation of creating the persistent volume in the NAS type is realized.
For SAN storage, the NFS storage protocol is used to implement creating a persistent volume, expanding a persistent volume, and deleting a persistent volume. Specifically, an SAN storage interface is called, the storage pool is accessed through the SAN storage interface, the storage pool is controlled to allocate a storage space with a set volume size, and a volume name is set, so that the operation of creating the persistent volume in the SAN type is realized.
For CEPH storage, an rbd command is used for managing the CEPH storage, and the creation, expansion and deletion of a persistent volume are realized. Specifically, a CEPH storage interface is called, the storage pool corresponding to the CEPH storage interface is accessed through the CEPH storage interface, the storage pool is controlled to allocate a storage space with a set volume size, and a volume name is set, so that the operation of creating the persistent volume in the CEPH type is realized.
Specifically, the process of executing the operation of expanding the volume persistent volume according to the volume information through the application program interface may be: calculating the size of the volume to be expanded according to the size of the original volume and the size of the target volume; calling a storage interface corresponding to the storage type, and accessing the storage pool through the storage interface; the storage pool allocation is controlled to the storage space of the volume size that needs to be expanded.
And for NAS storage, calling an NAS storage interface, accessing the storage pool through the NAS storage interface, and controlling the storage pool to distribute a storage space with the volume size required to be expanded, so that the capacity expansion of the persistent volume is realized.
For SAN storage, an SAN storage interface is called, a storage pool is accessed through the SAN storage interface, and the storage pool is controlled to distribute storage space with the volume size needing to be expanded, so that the capacity expansion of the persistent volume is realized.
For CEPH storage, a CEPH storage interface is called, the storage pool is accessed through the CEPH storage interface, and the storage pool is controlled to distribute the storage space of the volume size needing to be expanded, so that the capacity expansion of the persistent volume is realized.
Specifically, the process of executing the operation of deleting the persistent volume according to the volume information through the application program interface may be: calling a storage interface corresponding to the storage type; the volume-sized storage space is released back to the storage pool through the storage interface.
And calling the NAS storage interface for NAS storage, and releasing the storage space with the volume size back to the storage pool through the NAS storage interface.
For SAN storage, a SAN storage interface is called, and the storage space with the volume size is released back to the storage pool through the SAN storage interface.
For CEPH storage, a CEPH storage interface is invoked, and the volume-sized storage space is released back to the storage pool through the CEPH storage interface.
According to the technical scheme of the embodiment, a set number of application program interfaces are configured based on a set program development framework, and then a plurality of set storage types are managed through the application program interfaces. The management method of the multi-element storage provided by the embodiment of the invention uniformly manages a plurality of storage types through one application program interface, can improve the development efficiency and reduce the learning cost of technicians.
Example two
Fig. 2 is a schematic structural diagram of a management apparatus for multi-storage according to a second embodiment of the present invention. As shown in fig. 2, the apparatus includes: an application program interface configuration module 210 and a storage management module 220.
An application interface configuration module 210 configured to configure a set number of application interfaces based on a set program development framework;
the storage management module 220 is configured to manage a plurality of set storage types through an application program interface.
Optionally, the storage management module 220 includes:
a creation unit configured to perform an operation of creating a persistent volume according to the volume information through an application program interface;
the capacity expansion unit is used for executing capacity expansion and persistence volume operation according to the volume information through an application program interface;
a deletion unit configured to perform an operation of deleting the persistent volume according to the volume information through the application program interface; wherein the volume information includes at least one of: volume size, volume name, and storage type.
Optionally, the creating unit is further configured to:
calling a storage interface corresponding to the storage type;
accessing a storage pool through a storage interface;
the storage pool is controlled to allocate storage space of volume size.
Optionally, the capacity expansion unit is further configured to:
calculating the size of the volume to be expanded according to the size of the original volume and the size of the target volume;
calling a storage interface corresponding to the storage type, and accessing the storage pool through the storage interface;
the storage pool allocation is controlled to the storage space of the volume size that needs to be expanded.
Optionally, the deleting unit is further configured to:
calling a storage interface corresponding to the storage type;
the volume-sized storage space is released back to the storage pool through the storage interface.
Optionally, the storage type includes a network attached storage type, a local area network storage type, and a distributed data object storage type.
The device can execute the methods provided by all the embodiments of the invention, and has corresponding functional modules and beneficial effects for executing the methods. For details not described in detail in this embodiment, reference may be made to the methods provided in all the foregoing embodiments of the present invention.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention. FIG. 3 illustrates a block diagram of a computer device 312 suitable for use in implementing embodiments of the present invention. The computer device 312 shown in FIG. 3 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention. Device 312 is a typical multi-storage management function computing device.
As shown in FIG. 3, computer device 312 is in the form of a general purpose computing device. The components of computer device 312 may include, but are not limited to: one or more processors 316, a storage device 328, and a bus 318 that couples the various system components including the storage device 328 and the processors 316.
The computer device 312 may also communicate with one or more external devices 314 (e.g., keyboard, pointing device, camera, display 324, etc.), with one or more devices that enable a user to interact with the computer device 312, and/or with any devices (e.g., network card, modem, etc.) that enable the computer device 312 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 322. Also, computer device 312 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), and/or a public Network, such as the internet) via Network adapter 320. As shown, network adapter 320 communicates with the other modules of computer device 312 via bus 318. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the computer device 312, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape drives, and data backup storage systems, among others.
The processor 316 executes various functional applications and data processing by executing programs stored in the storage 328, for example, to implement the management method of the multi-storage provided by the above-described embodiment of the present invention.
Example four
An embodiment of the present invention provides a computer-readable storage medium. The computer readable medium of the present invention described above may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText transfer protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a source text input by a user, and translating the source text into a target text corresponding to a target language; acquiring historical correction behaviors of the user; and correcting the target text according to the historical correction behaviors to obtain a translation result, and pushing the translation result to a client where the user is located.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.
Claims (10)
1. A method for managing a plurality of storage units, comprising:
configuring a set number of application program interfaces based on a set program development framework;
and managing a plurality of set storage types through the application program interface.
2. The method of claim 1, wherein managing the set storage type through the application program interface comprises:
executing an operation of creating a persistent volume according to volume information through the application program interface; or,
executing the operation of expanding the volume and the persistent volume according to the volume information through the application program interface; or,
executing the operation of deleting the persistent volume according to the volume information through the application program interface; wherein the volume information includes at least one of: volume size, volume name, and storage type.
3. The method of claim 2, wherein performing the operation of creating the persistent volume from the volume information via the application program interface comprises:
calling a storage interface corresponding to the storage type;
accessing a storage pool through the storage interface;
controlling the storage pool to allocate storage space of volume size.
4. The method of claim 2, wherein performing operations to expand a persistent volume according to volume information via the application program interface comprises:
calculating the size of the volume to be expanded according to the size of the original volume and the size of the target volume;
calling a storage interface corresponding to the storage type, and accessing the storage pool through the storage interface;
controlling the storage pool to allocate the storage space of the required extended volume size.
5. The method of claim 2, wherein performing the operation of deleting the persistent volume according to the volume information through the application program interface comprises:
calling a storage interface corresponding to the storage type;
the volume-sized storage space is released back to the storage pool through the storage interface.
6. The method of any of claims 1-5, wherein the storage types include a network attached storage type, a local area network storage type, and a distributed data object storage type.
7. A management apparatus for multivariate storage, comprising:
the application program interface configuration module is used for configuring the application program interfaces with the set number based on the set program development framework;
and the storage management module is used for managing a plurality of set storage types through the application program interface.
8. The apparatus of claim 7, wherein the storage management module comprises:
a creation unit configured to execute an operation of creating a persistent volume according to volume information through the application program interface;
the capacity expansion unit is used for executing the operation of capacity expansion of the persistent volume according to the volume information through the application program interface;
a deletion unit configured to execute an operation of deleting the persistent volume according to the volume information through the application program interface; wherein the volume information includes at least one of: volume size, volume name, and storage type.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of managing multiple stores of any of claims 1-6 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, characterized in that the program, when executed by a processing means, implements a method of managing a multivariate storage according to any one of claims 1-6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010212006.0A CN111367503A (en) | 2020-03-24 | 2020-03-24 | Management method, device and equipment of multi-element storage and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010212006.0A CN111367503A (en) | 2020-03-24 | 2020-03-24 | Management method, device and equipment of multi-element storage and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111367503A true CN111367503A (en) | 2020-07-03 |
Family
ID=71206993
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010212006.0A Pending CN111367503A (en) | 2020-03-24 | 2020-03-24 | Management method, device and equipment of multi-element storage and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111367503A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113672222A (en) * | 2021-08-04 | 2021-11-19 | 中汽创智科技有限公司 | Application program interface management device and construction method thereof |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101026797A (en) * | 2007-01-29 | 2007-08-29 | 中国联合通信有限公司 | Business access method and device |
CN104156216A (en) * | 2014-08-14 | 2014-11-19 | 浪潮(北京)电子信息产业有限公司 | Heterogeneous storage management system and method oriented to cloud computing |
US20180123892A1 (en) * | 2016-10-28 | 2018-05-03 | Hewlett Packard Enterprise Development Lp | Fabric management devices |
CN110019081A (en) * | 2017-07-20 | 2019-07-16 | 中兴通讯股份有限公司 | Data persistence processing method, device, system and readable storage medium storing program for executing |
-
2020
- 2020-03-24 CN CN202010212006.0A patent/CN111367503A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101026797A (en) * | 2007-01-29 | 2007-08-29 | 中国联合通信有限公司 | Business access method and device |
CN104156216A (en) * | 2014-08-14 | 2014-11-19 | 浪潮(北京)电子信息产业有限公司 | Heterogeneous storage management system and method oriented to cloud computing |
US20180123892A1 (en) * | 2016-10-28 | 2018-05-03 | Hewlett Packard Enterprise Development Lp | Fabric management devices |
CN110019081A (en) * | 2017-07-20 | 2019-07-16 | 中兴通讯股份有限公司 | Data persistence processing method, device, system and readable storage medium storing program for executing |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113672222A (en) * | 2021-08-04 | 2021-11-19 | 中汽创智科技有限公司 | Application program interface management device and construction method thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110008045B (en) | Method, device and equipment for aggregating microservices and storage medium | |
US9910977B2 (en) | Data sharing between multiple applications running on a mobile device | |
US10031747B2 (en) | System and method for registration of a custom component in a distributed computing pipeline | |
CN115517009B (en) | Cluster management method, cluster management device, storage medium and electronic equipment | |
US11157413B2 (en) | Unified in-memory cache | |
US20150278090A1 (en) | Cache Driver Management of Hot Data | |
CN112749145A (en) | Method, apparatus and computer program product for storing and accessing data | |
CN112995261A (en) | Configuration method and device of service table, network equipment and storage medium | |
CN112965761A (en) | Data processing method, system, electronic equipment and storage medium | |
CN110781159B (en) | Ceph directory file information reading method and device, server and storage medium | |
CN110825802A (en) | Multi-type database data backup method, device, equipment and storage medium | |
US10169346B2 (en) | File migration in a hierarchical storage system | |
CN111782614B (en) | Data access method, device, equipment and storage medium | |
CN111367503A (en) | Management method, device and equipment of multi-element storage and storage medium | |
US11461284B2 (en) | Method, device and computer program product for storage management | |
US10542111B2 (en) | Data communication in a clustered data processing environment | |
JP7431490B2 (en) | Data migration in hierarchical storage management systems | |
US8983910B1 (en) | Systems and methods for adaptively selecting file-recall modes | |
US20170212710A1 (en) | Performing caching utilizing dispersed system buffers | |
US20170131949A1 (en) | Accessing stored data | |
CN113220237B (en) | Distributed storage method, device, equipment and storage medium | |
CN115480877A (en) | External exposure method and device of application service in multi-cluster environment | |
US10712959B2 (en) | Method, device and computer program product for storing data | |
CN112328184A (en) | Cluster capacity expansion method, device, equipment and storage medium | |
US20140068215A1 (en) | Method and apparatus for accessing data in a data storage system |
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 | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20220928 Address after: 25 Financial Street, Xicheng District, Beijing 100033 Applicant after: CHINA CONSTRUCTION BANK Corp. Address before: 25 Financial Street, Xicheng District, Beijing 100033 Applicant before: CHINA CONSTRUCTION BANK Corp. Applicant before: Jianxin Financial Science and Technology Co.,Ltd. |
|
TA01 | Transfer of patent application right | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200703 |
|
RJ01 | Rejection of invention patent application after publication |