CN112948014A - Application method of CEPH system on OpenPOWER platform and related components - Google Patents

Application method of CEPH system on OpenPOWER platform and related components Download PDF

Info

Publication number
CN112948014A
CN112948014A CN202110114790.6A CN202110114790A CN112948014A CN 112948014 A CN112948014 A CN 112948014A CN 202110114790 A CN202110114790 A CN 202110114790A CN 112948014 A CN112948014 A CN 112948014A
Authority
CN
China
Prior art keywords
ceph
storage interface
container
container storage
mirror image
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
CN202110114790.6A
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 Power Commercial Systems Co Ltd
Original Assignee
Inspur Power Commercial Systems 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 Power Commercial Systems Co Ltd filed Critical Inspur Power Commercial Systems Co Ltd
Priority to CN202110114790.6A priority Critical patent/CN112948014A/en
Publication of CN112948014A publication Critical patent/CN112948014A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a use method, a device, equipment and a storage medium of a CEPH system on an OpenPOWER platform. The method comprises the following steps: constructing a CEPH container mirror image aiming at a target operating system; constructing a container mirror image of a CEPH container storage interface; constructing a container mirror image of a target component container storage interface, and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface; and the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in. Therefore, a CEPH container storage interface plug-in capable of connecting the container cloud platform and the CEPH cluster is obtained by constructing a CEPH container mirror image, a container mirror image of a CEPH container storage interface and a container mirror image of a target component container storage interface, and therefore the container cloud platform based on Kubernets on the OpenPOWER platform can use block and file storage services provided by the CEPH cluster.

Description

Application method of CEPH system on OpenPOWER platform and related components
Technical Field
The invention relates to the technical field of computers, in particular to a use method, a device, equipment and a storage medium of a CEPH system on an OpenPOWER platform.
Background
Currently, a cloud platform has become a popular scheme for upgrading an IT infrastructure in various industries, wherein a Kubernetes-based container cloud platform provides a series of complete functions such as deployment operation, resource scheduling, service discovery and dynamic expansion for containerized applications, convenience in large-scale container cluster management can be improved, and a user adopts self-defined modules such as a network, storage, scheduling, monitoring and logs according to a use scene of the user and in a flexible plugging and unplugging mode. Meanwhile, the CEPH distributed file system is widely applied to the fields of artificial intelligence, high-performance calculation and the like due to the advantages of high reliability, high I/O performance, high expansion and the like.
In the prior art, the interface between the container cloud platform of OpenPOWER and the CEPH cluster can be realized by providing a storage management mechanism based on plug-ins through PV, PVC and Storageclass, but the code of the storage plug-ins can be called by kubernets only by being put into a backbone code library of kubernets, so that the coupling is high, and the problems of reliability and safety exist.
Disclosure of Invention
In view of this, an object of the present invention is to provide a method, an apparatus, a device, and a medium for using a CEPH system on an OpenPOWER platform, which can implement storage of blocks and files provided by a CEPH cluster used by a container platform on the OpenPOWER platform. The specific scheme is as follows:
in a first aspect, the application discloses a method for using a CEPH system on an OpenPOWER platform, including:
constructing a CEPH container mirror image aiming at a target operating system;
constructing a container mirror image of a CEPH container storage interface;
constructing a container mirror image of a target component container storage interface, and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface;
and the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in.
Optionally, the target operating system includes a Linux operating system.
Optionally, the target component container storage interface includes a provisioner component container storage interface, an attacher component container storage interface, a snapshotter component container storage interface, a resizer component container storage interface, and a node-driver-registry component container storage interface.
Optionally, the obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface includes:
and modifying corresponding configuration information in a deployment directory of the CEPH container storage interface according to the container mirror image of the target component container storage interface so as to configure and obtain the CEPH container storage interface plug-in.
In a second aspect, the present application discloses an apparatus for using a CEPH system on an OpenPOWER platform, including:
the first container mirror image construction module is used for constructing a CEPH container mirror image aiming at a target operating system;
the second container mirror image construction module is used for constructing a container mirror image of the CEPH container storage interface;
the interface plug-in construction module is used for constructing a container mirror image of a target component container storage interface and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface;
and the operation module is used for realizing the butt joint of the container cloud platform and the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in.
Optionally, the target operating system includes a Linux operating system.
Optionally, the target component container storage interface includes a provisioner component container storage interface, an attacher component container storage interface, a snapshotter component container storage interface, a resizer component container storage interface, and a node-driver-registry component container storage interface.
Optionally, the interface plug-in building module includes:
and the configuration information modifying unit is used for modifying corresponding configuration information in the deployment directory of the CEPH container storage interface according to the container mirror image of the target component container storage interface so as to configure and obtain the CEPH container storage interface plug-in.
In a third aspect, the present application discloses an electronic device, comprising:
a memory for storing a computer program;
and the processor is used for executing the computer program to realize the use method of the CEPH system on the OpenPOWER platform.
In a fourth aspect, the present application discloses a computer readable storage medium for storing a computer program; wherein the computer program, when executed by the processor, implements the aforementioned method for using the CEPH system on the OpenPOWER platform.
In the application, a CEPH container mirror image is constructed for a target operating system; constructing a container mirror image of a CEPH container storage interface; constructing a container mirror image of a target component container storage interface, and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface; and the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in. Therefore, a CEPH container storage interface plug-in of a third party is obtained by constructing a CEPH container mirror image, a container mirror image of a CEPH container storage interface and a container mirror image of a target component container storage interface, and therefore, the CEPH container storage interface plug-in is respectively connected with a container cloud platform and a CEPH cluster, and block and file storage services provided by the CEPH cluster by the Kubernetes-based container cloud platform can be realized on an OpenPOWER platform.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, 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 method for using a CEPH system on an OpenPOWER platform according to the present application;
fig. 2 is a flowchart of a method for using a CEPH system on an OpenPOWER platform according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an apparatus using a CEPH system on an OpenPOWER platform according to the present application;
fig. 4 is a block diagram of an electronic device provided in the present application.
Detailed Description
In the prior art, the interface between the container cloud platform of OpenPOWER and the CEPH cluster can be realized by providing a storage management mechanism based on plug-ins through PV, PVC and Storageclass, but the code of the storage plug-ins can be called by kubernets only by being put into a backbone code library of kubernets, so that the coupling is high, and the problems of reliability and safety exist. In order to solve the technical problem, the application provides a method for using a CEPH system on an OpenPOWER platform, which can realize that a container platform uses block and file storage provided by a CEPH cluster on the OpenPOWER platform.
The embodiment of the application discloses a use method of a CEPH system on an OpenPOWER platform, and as shown in FIG. 1, the method may include the following steps:
step S11: a CEPH container image is built for a target operating system.
In this embodiment, a CEPH container image based on the target operating system is first created. The target operating system may be a Linux operating system.
Step S12: a container mirror image of the CEPH container storage interface is constructed.
In this embodiment, after the CEPH container mirror image is constructed, a container mirror image of a CEPH Container Storage Interface (CSI), that is, a container mirror image of CEPH CSI, is constructed. The CSI index standardized container storage interface defines a series of generic program interfaces between the container orchestration system and the storage provider plug-ins.
Step S13: and constructing a container mirror image of a target component container storage interface, and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface.
In this embodiment, in order to configure the relevant parameters of the CEPH container storage interface, a container image of the container storage interface of the target component is constructed, and then a CEPH container storage interface plug-in is generated based on the container image of the CEPH container storage interface and the container image of the container storage interface of the target component.
In this embodiment, the target component container storage interface may include a provider component container storage interface, an attecher component container storage interface, a snapshotter component container storage interface, a resizer component container storage interface, and a node-driver-registry component container storage interface. That is, in this embodiment, container images of corresponding container storage interfaces are made for the provider service, the attacher service, the snapshotter service, the resizer service, and the node-driver-registry service.
In this embodiment, the obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface may include: and modifying corresponding configuration information in a deployment directory of the CEPH container storage interface according to the container mirror image of the target component container storage interface so as to configure and obtain the CEPH container storage interface plug-in. Specifically, after obtaining the container mirror image of the target component container storage interface, the corresponding configuration information in the deployment (daploy) directory of the CEPH container storage interface may be replaced with the container mirror image of the target component container storage interface, and finally, the CEPH container storage interface plug-in is obtained.
Step S14: and the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in.
In this embodiment, the constructed CEPH container storage interface plug-in is connected to the container cloud platform and the CEPH system on the OpenPOWER platform, so that the Kubernetes-based container cloud platform on the OpenPOWER platform is docked with the CEPH system. It can be understood that since no CEPH container storage interface plug-in is available in the OpenPOWER platform, the CEPH container storage interface plug-in is constructed through a CSI-based storage plug-in mechanism, and a kubernees-based container cloud platform uses the block and file storage service provided by the CEPH cluster on the OpenPOWER platform.
For example, as shown in fig. 2, a CEPH container storage interface plug-in based on a K-UX operating system is constructed by taking the K-UX operating system as an example. Firstly, making a container mirror image of CEPH based on K-UX; secondly, making a container mirror image of CEPHCSI; and then, making container images of container storage interfaces of partial services required by the CEPHCSI, namely making container images of CSI-provisioner, CSI-attacher, CSI-snapshotter, CSI-resizer and node-driver-registry, and replacing configuration information of the corresponding container images in a CEPHCSI deployment directory to obtain a CEPH container storage interface plug-in.
As can be seen from the above, in this embodiment, a CEPH container mirror image is constructed for a target operating system, a container mirror image of a CEPH container storage interface is constructed, a container mirror image of a target component container storage interface is constructed, and a CEPH container storage interface plug-in is obtained based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface; and finally, the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in. Therefore, a CEPH container storage interface plug-in of a third party is obtained by constructing a CEPH container mirror image, a container mirror image of a CEPH container storage interface and a container mirror image of a target component container storage interface, and therefore, the CEPH container storage interface plug-in is respectively connected with a container cloud platform and a CEPH cluster, and block and file storage services provided by the CEPH cluster by the Kubernetes-based container cloud platform can be realized on an OpenPOWER platform.
Correspondingly, an embodiment of the present application further discloses a device for using a CEPH system on an OpenPOWER platform, as shown in fig. 3, the device includes:
a first container mirror image construction module 11, configured to construct a CEPH container mirror image for a target operating system;
a second container mirror construction module 12 for constructing a container mirror for a CEPH container storage interface;
an interface plug-in construction module 13, configured to construct a container mirror image of a target component container storage interface, and obtain a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface;
and the operation module 14 is configured to implement, on the OpenPOWER platform, the docking between the container cloud platform and the CEPH system through the CEPH container storage interface plug-in.
As can be seen from the above, in this embodiment, a CEPH container mirror image is constructed for a target operating system, a container mirror image of a CEPH container storage interface is constructed, a container mirror image of a target component container storage interface is constructed, and a CEPH container storage interface plug-in is obtained based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface; and finally, the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in. Therefore, a CEPH container storage interface plug-in of a third party is obtained by constructing a CEPH container mirror image, a container mirror image of a CEPH container storage interface and a container mirror image of a target component container storage interface, and therefore, the CEPH container storage interface plug-in is respectively connected with a container cloud platform and a CEPH cluster, and block and file storage services provided by the CEPH cluster by the Kubernetes-based container cloud platform can be realized on an OpenPOWER platform.
In some embodiments, the target operating system comprises a Linux operating system.
In some embodiments, the target component container storage interface comprises a provisioner component container storage interface, an attacher component container storage interface, a snapshotter component container storage interface, a resizer component container storage interface, and a node-driver-registry component container storage interface.
In some specific embodiments, the interface plug-in building module 13 may specifically include:
and the configuration information modifying unit is used for modifying corresponding configuration information in the deployment directory of the CEPH container storage interface according to the container mirror image of the target component container storage interface so as to configure and obtain the CEPH container storage interface plug-in.
Further, the embodiment of the present application also discloses an electronic device, which is shown in fig. 4, and the content in the drawing cannot be considered as any limitation to the application scope.
Fig. 4 is a schematic structural diagram of an electronic device 20 according to an embodiment of the present disclosure. The electronic device 20 may specifically include: at least one processor 21, at least one memory 22, a power supply 23, a communication interface 24, an input output interface 25, and a communication bus 26. The memory 22 is configured to store a computer program, and the computer program is loaded and executed by the processor 21 to implement relevant steps in the method for using the CEPH system on the OpenPOWER platform disclosed in any of the foregoing embodiments.
In this embodiment, the power supply 23 is configured to provide a working voltage for each hardware device on the electronic device 20; the communication interface 24 can create a data transmission channel between the electronic device 20 and an external device, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein; the input/output interface 25 is configured to obtain external input data or output data to the outside, and a specific interface type thereof may be selected according to specific application requirements, which is not specifically limited herein.
In addition, the storage 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, etc., where the stored resources include an operating system 221, a computer program 222, data 223 including a container image, etc., and the storage may be a transient storage or a permanent storage.
The operating system 221 is used for managing and controlling each hardware device and the computer program 222 on the electronic device 20, so as to realize the operation and processing of the mass data 223 in the memory 22 by the processor 21, and may be Windows Server, Netware, Unix, Linux, and the like. The computer programs 222 may further include computer programs that can be used to perform other specific tasks in addition to the computer programs that can be used to perform the method for using the CEPH system on the OpenPOWER platform executed by the electronic device 20 disclosed in any of the foregoing embodiments.
Further, an embodiment of the present application also discloses a computer storage medium, where computer-executable instructions are stored in the computer storage medium, and when the computer-executable instructions are loaded and executed by a processor, the steps of the method for using the CEPH system on the OpenPOWER platform disclosed in any of the foregoing embodiments are implemented.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be 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.
The above detailed description is provided for the method, apparatus, device and medium for using the CEPH system on the OpenPOWER platform, and a specific example is applied in the present disclosure to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A use method of a CEPH system on an OpenPOWER platform is characterized by comprising the following steps:
constructing a CEPH container mirror image aiming at a target operating system;
constructing a container mirror image of a CEPH container storage interface;
constructing a container mirror image of a target component container storage interface, and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface;
and the container cloud platform is in butt joint with the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in.
2. The method of claim 1, wherein the target operating system comprises a Linux operating system.
3. The method of using a CEPH system on an OpenPOWER platform of claim 1, wherein the target component container storage interface comprises a provisioner component container storage interface, an attacher component container storage interface, a snapshotter component container storage interface, a resizer component container storage interface, and a node-driver-registry component container storage interface.
4. The method of claim 1, wherein obtaining a CEPH container storage interface plug-in based on the container mirror of the CEPH container storage interface and the container mirror of the target component container storage interface comprises:
and modifying corresponding configuration information in a deployment directory of the CEPH container storage interface according to the container mirror image of the target component container storage interface so as to configure and obtain the CEPH container storage interface plug-in.
5. An apparatus for using a CEPH system on an OpenPOWER platform, comprising:
the first container mirror image construction module is used for constructing a CEPH container mirror image aiming at a target operating system;
the second container mirror image construction module is used for constructing a container mirror image of the CEPH container storage interface;
the interface plug-in construction module is used for constructing a container mirror image of a target component container storage interface and obtaining a CEPH container storage interface plug-in based on the container mirror image of the CEPH container storage interface and the container mirror image of the target component container storage interface;
and the operation module is used for realizing the butt joint of the container cloud platform and the CEPH system on the OpenPOWER platform through the CEPH container storage interface plug-in.
6. The apparatus for using a CEPH system on an OpenPOWER platform of claim 5, wherein the target operating system comprises a Linux operating system.
7. The apparatus for using a CEPH system on OpenPOWER platform according to claim 5, wherein the target component container storage interface comprises a provisioner component container storage interface, an attacher component container storage interface, a snapshotter component container storage interface, a resizer component container storage interface and a node-driver-registry component container storage interface.
8. The apparatus for using a CEPH system on OpenPOWER platform of claim 5, wherein the interface plug-in building module comprises:
and the configuration information modifying unit is used for modifying corresponding configuration information in the deployment directory of the CEPH container storage interface according to the container mirror image of the target component container storage interface so as to configure and obtain the CEPH container storage interface plug-in.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the method of using a CEPH system on an OpenPOWER platform as claimed in any one of claims 1 to 4.
10. A computer-readable storage medium for storing a computer program; wherein the computer program when executed by the processor implements the method of using a CEPH system on an OpenPOWER platform as claimed in any one of claims 1 to 4.
CN202110114790.6A 2021-01-26 2021-01-26 Application method of CEPH system on OpenPOWER platform and related components Pending CN112948014A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110114790.6A CN112948014A (en) 2021-01-26 2021-01-26 Application method of CEPH system on OpenPOWER platform and related components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110114790.6A CN112948014A (en) 2021-01-26 2021-01-26 Application method of CEPH system on OpenPOWER platform and related components

Publications (1)

Publication Number Publication Date
CN112948014A true CN112948014A (en) 2021-06-11

Family

ID=76238418

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110114790.6A Pending CN112948014A (en) 2021-01-26 2021-01-26 Application method of CEPH system on OpenPOWER platform and related components

Country Status (1)

Country Link
CN (1) CN112948014A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170161298A1 (en) * 2015-12-04 2017-06-08 International Business Machines Corporation Storlet workflow optimization leveraging clustered file system roles
CN109062655A (en) * 2018-06-05 2018-12-21 腾讯科技(深圳)有限公司 A kind of containerization cloud platform and server
CN109508323A (en) * 2018-10-12 2019-03-22 量子云未来(北京)信息科技有限公司 A kind of document storage system and file memory method
CN109634621A (en) * 2018-11-30 2019-04-16 武汉烽火信息集成技术有限公司 Openstack Platform deployment method, storage medium, electronic equipment and system
CN109656686A (en) * 2018-12-17 2019-04-19 武汉烽火信息集成技术有限公司 The upper deployment container cloud method of OpenStack, storage medium, electronic equipment and system
CN111625317A (en) * 2020-05-15 2020-09-04 苏州浪潮智能科技有限公司 Container cloud construction method and related device of business system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170161298A1 (en) * 2015-12-04 2017-06-08 International Business Machines Corporation Storlet workflow optimization leveraging clustered file system roles
CN109062655A (en) * 2018-06-05 2018-12-21 腾讯科技(深圳)有限公司 A kind of containerization cloud platform and server
CN109508323A (en) * 2018-10-12 2019-03-22 量子云未来(北京)信息科技有限公司 A kind of document storage system and file memory method
CN109634621A (en) * 2018-11-30 2019-04-16 武汉烽火信息集成技术有限公司 Openstack Platform deployment method, storage medium, electronic equipment and system
CN109656686A (en) * 2018-12-17 2019-04-19 武汉烽火信息集成技术有限公司 The upper deployment container cloud method of OpenStack, storage medium, electronic equipment and system
CN111625317A (en) * 2020-05-15 2020-09-04 苏州浪潮智能科技有限公司 Container cloud construction method and related device of business system

Similar Documents

Publication Publication Date Title
CN115114219B (en) PCI-E topology method, device, equipment and storage medium
CN113177093A (en) Data synchronization method and device, electronic equipment and storage medium
US10019185B2 (en) System and method for copying directory structures
WO2024045646A1 (en) Method, apparatus and system for managing cluster access permission
CN115934076B (en) Cross-platform client micro-service providing device and method and electronic equipment
CN112948014A (en) Application method of CEPH system on OpenPOWER platform and related components
CN114844788B (en) Network data analysis method, system, equipment and storage medium
CN113111626A (en) Sequence generation method and device, electronic equipment and storage medium
CN110795388B (en) Binary file processing method, system, equipment and readable storage medium
CN113760487A (en) Service processing method and device
CN110795408A (en) Data processing method and device based on object storage, server and storage medium
CN112311833B (en) Data updating method and device
CN110597540A (en) Version updating method and device of financial terminal, server and storage medium
CN114697774B (en) Port management method and device, computer readable storage medium and electronic equipment
CN115955437B (en) Data transmission method, device, equipment and medium
CN117170941B (en) Data backup method, device, electronic equipment and storage medium
CN112583614B (en) Host cluster management method, device and computer readable medium
CN117112500B (en) Resource management method, device, equipment and storage medium
US10846468B2 (en) Apparatus and methods for creating and sending table information
CN110351222B (en) Data security processing method, device and system
CN117312048A (en) Naming method, naming device, electronic equipment and storage medium
CN117519728A (en) Container mirror image deployment method, system, device, equipment and storage medium
CN114297202A (en) Server entity information interaction method, device, equipment and storage medium
CN114756172A (en) Service data storage method and device
CN115910251A (en) Method and device for processing medical data

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210611

RJ01 Rejection of invention patent application after publication