CN110554915A - Information processing method and device, computer storage medium and terminal - Google Patents
Information processing method and device, computer storage medium and terminal Download PDFInfo
- Publication number
- CN110554915A CN110554915A CN201910701824.4A CN201910701824A CN110554915A CN 110554915 A CN110554915 A CN 110554915A CN 201910701824 A CN201910701824 A CN 201910701824A CN 110554915 A CN110554915 A CN 110554915A
- Authority
- CN
- China
- Prior art keywords
- configuration
- cloud host
- configuration information
- data
- information
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 21
- 238000003672 processing method Methods 0.000 title abstract description 8
- 238000000034 method Methods 0.000 claims description 27
- 230000002452 interceptive effect Effects 0.000 claims description 5
- 238000010586 diagram Methods 0.000 description 3
- 238000004891 communication Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012423 maintenance Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000007723 transport mechanism Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
An information processing method, an information processing device, a computer storage medium and a terminal comprise: respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data; and associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information. According to the embodiment of the invention, the resource specification information is generated through the association of the resource data and the configuration information data, the resource data and the configuration information are decoupled, and the complexity of the resource specification information is reduced; by respectively recording the parameters of each configuration item contained in the configuration information, the problem of object-oriented limitation caused by the fact that the configuration information is directly added into the resource data is avoided, and the creation efficiency of the cloud host is improved.
Description
Technical Field
The present disclosure relates to, but not limited to, the art, and more particularly, to a method, an apparatus, a computer storage medium, and a terminal for information processing.
background
The resource specification information is mainly used for recording resource data such as a memory, a Central Processing Unit (CPU), a hard disk and the like which are required to be set in the creation process of the cloud host; the cloud host generates an extensible markup language (XML) file through the resource specification information in the starting process, so that the started cloud host can normally run. Currently, the resource specification information records, in addition to the resource data, configuration information of the cloud host, for example, the configuration information may include the following configuration items: a disk input/output (IO) port, CPU restriction information, a virtual network card I/O port, a CPU Pin (PINING), a NUMA strategy, a large-page memory (mem _ page _ size), and the like; adding configuration information outside the resource data can cause the resource specification information to be limited in an object-oriented manner, namely, the cloud host can only be started to apply under special conditions; for example, if the resource specification information a records information of a large-page memory of the cloud host, the cloud host corresponding to the resource specification information a can only be started on a server which has opened the large-page memory and has set the same large-page memory value; if the configuration information of the resource specification information A is different from the configuration requirement of the cloud host to be created, the cloud host is failed to be created; the resource data of the resource specification information A meet the basic requirements of the cloud host needing to be created, but due to the existence of the large page memory in the resource specification information A, the cloud host corresponding to the resource specification information A cannot be used by the cloud host without the large page memory requirement; the user can only create the cloud host by establishing the resource specification information B which is the same as the resource data of the resource specification information a but does not record the large-page memory.
The configuration information recorded in the resource specification information increases the complexity of the resource specification information, affects the creation efficiency of the cloud host, and how to improve the creation efficiency of the cloud host becomes a problem to be solved.
disclosure of Invention
The following is a summary of the subject matter described in detail herein. This summary is not intended to limit the scope of the claims.
Embodiments of the present invention provide an information processing method and apparatus, a computer storage medium, and a terminal, which can reduce complexity of resource specification information and improve creation efficiency of a cloud host.
the embodiment of the invention provides an information processing method, which comprises the following steps:
Respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data;
And associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information.
in an exemplary embodiment, the separately recording the parameters of each configuration item included in the cloud host configuration information includes:
grouping the configuration items contained in the configuration information according to a preset classification strategy to obtain one or more groups of configuration item groups;
And for each obtained configuration item grouping, respectively recording the configuration items and corresponding parameters contained in the configuration item grouping in a key value pair mode so as to generate a metadata group corresponding to the configuration item grouping.
In an exemplary embodiment, when the parameters of each configuration item included in the cloud host configuration information are recorded separately, the method further includes: receiving one or more of the following operation instructions through a preset interactive interface:
generating an execution instruction of the configuration information data;
Deleting the execution instruction of the configuration information data;
Adjusting instructions for adjusting the classification strategy;
Generating instructions to generate the metadata set;
update instructions to update the metadata set;
a query instruction to query the set of metadata.
in an exemplary embodiment, after obtaining the resource specification information, the method further includes:
and when a creation request of the cloud host is received, determining whether the configuration of the cloud host meets the creation request according to the acquired configuration information data in the resource specification.
In an exemplary embodiment, the determining whether the configuration of the cloud host satisfies the creation request includes:
determining a configuration request contained in the creation request;
determining whether the configuration of the cloud host meets the configuration request according to the configuration information data;
Wherein the configuration request includes that the created cloud host needs to satisfy: parameter requirements of one or more configuration items.
in an exemplary embodiment, the associating the resource data of each cloud host and the generated configuration information data includes:
and establishing association between the resource data of each cloud host and the generated configuration information data according to the identity IDs of the cloud hosts contained in the resource data and the configuration information data.
in an exemplary embodiment, after obtaining the resource specification information, the method further includes:
Before generating an extensible markup language (XML) file, judging whether stored resource specification information exists before the resource specification information is obtained;
and when the stored resource specification information exists before the resource specification information is obtained, generating the XML file according to the stored resource specification information before the resource specification information is obtained.
On the other hand, an embodiment of the present invention further provides an information processing apparatus, including: a record processing unit and an association unit; wherein,
the recording processing unit is used for: respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data;
The association unit is used for: and associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information.
in still another aspect, an embodiment of the present invention further provides a computer storage medium, where computer-executable instructions are stored in the computer storage medium, and the computer-executable instructions are used to execute the above information processing method.
In another aspect, an embodiment of the present invention further provides a terminal, including: a memory and a processor; wherein,
the processor is configured to execute program instructions in the memory;
the program instructions read out the method for executing the information processing on the processor.
Compared with the related art, the technical scheme of the application comprises the following steps: respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data; and associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information. According to the embodiment of the invention, the resource specification information is generated through the association of the resource data and the configuration information data, the resource data and the configuration information are decoupled, and the complexity of the resource specification information is reduced; by respectively recording the parameters of each configuration item contained in the configuration information, the problem of object-oriented limitation caused by the fact that the configuration information is directly added into the resource data is avoided, and the creation efficiency of the cloud host is improved.
additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
FIG. 1 is a flow chart of a method of information processing according to an embodiment of the present invention;
Fig. 2 is a block diagram of an information processing apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
the steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
fig. 1 is a flowchart of an information processing method according to an embodiment of the present invention, as shown in fig. 1, including:
Step 101, recording parameters of each configuration item contained in the cloud host configuration information respectively to generate configuration information data;
in an exemplary embodiment, the separately recording the parameters of each configuration item included in the cloud host configuration information includes:
grouping the configuration items contained in the configuration information according to a preset classification strategy to obtain one or more groups of configuration item groups;
And for each obtained configuration item group, respectively recording the configuration items and corresponding parameters contained in the configuration item group in a key value pair mode so as to generate a metadata group corresponding to the configuration item group.
it should be noted that the classification strategy can be set by a person skilled in the art based on experience.
In the related art, the resource specification information stores related information in the form of key value pairs (values); after the configuration items are grouped according to the classification policy, the embodiment of the present invention records the configuration items in a grouping manner, for example, the disk I/O includes the following components known to those skilled in the art: total _ bytes _ sec, total _ iops _ sec, disk _ read _ bytes _ sec, disk _ read _ iops _ sec, disk _ write _ bytes _ sec, and disk _ write _ iops _ sec, referring to the related art, disk _ read _ bytes _ sec, disk _ read _ iops _ sec, disk _ write _ bytes _ sec, and disk _ write _ iops _ sec cannot be set at the same time because of restrictions, the embodiment of the present invention uses disk I/O (vdisk _ io) as a key, and sets value according to settable items total _ bytes _ sec and total _ iops _ sec: "total _ bytes _ sec":1000000, "total _ iops _ sec": 8000.
In an exemplary embodiment, the configuration information includes parameters of configuration items of one or any combination of the following:
The device comprises a disk input/output (IO) port, CPU (Central processing Unit) limitation information, a virtual network card I/O port, a CPU pin PINING, a non-uniform memory access structure (NUMA) strategy and a large-page memory.
In an exemplary embodiment, when the parameters of each configuration item included in the cloud host configuration information are recorded separately, the method further includes: receiving one or more of the following operation instructions through a preset interactive interface:
generating an execution instruction of the configuration information data;
deleting the execution instruction of the configuration information data;
Adjusting instructions for adjusting the classification strategy;
generating instructions to generate the metadata set;
Update instructions to update the metadata set;
a query instruction to query the set of metadata.
in an exemplary embodiment, the interactive interface may include an Application Programming Interface (API) interface. The management of the metadata group can be realized through the interactive interface, the limitation of the resource specification information is reduced, the multiplexing efficiency of the resource specification information is improved, and the maintenance cost of the cloud platform is reduced.
and 102, associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information.
it should be noted that the resource data in the embodiment of the present invention is defined as in the related art, and is a memory, a CPU, a hard disk, and the like required for creating a cloud host.
in an exemplary embodiment, after obtaining the resource specification information, the method further includes:
and when a creation request of the cloud host is received, determining whether the configuration of the cloud host meets the creation request according to the acquired configuration information data in the resource specification.
In an exemplary embodiment, the determining whether the configuration of the cloud host satisfies the creation request includes:
Determining a configuration request contained in the creation request;
Determining whether the configuration of the cloud host meets the configuration request according to the configuration information data;
Wherein the configuration request includes that the created cloud host needs to satisfy: one or more configuration items and corresponding parameter requirements.
It should be noted that, in the embodiment of the present invention, each configuration item in the configuration information data is respectively recorded, and therefore, whether the configuration of the cloud host satisfies the configuration request may include: analyzing and obtaining configuration items and corresponding parameters contained in the configuration request; respectively determining whether the configuration information data contains each analyzed configuration item and whether the parameters meet the requirements; the embodiment of the invention respectively records the configuration items and the parameters contained in the configuration information, so that the judgment on whether the configuration items not involved in the configuration request meet the creation request is not needed, and the problem of object-oriented limitation caused by directly adding the configuration information into the resource data is avoided.
In an exemplary embodiment, when the cloud host is created, in addition to the judgment of the configuration request, the resource data is also judged; in view of the fact that the resource data and the configuration information data are recorded respectively, the embodiment of the invention can respectively judge whether the resources of the cloud host meet the creation request according to the resource data, determine whether the configuration of the cloud host meets the creation request according to the configuration information data, and create the cloud host when the resources and the configuration meet the creation request. Each configuration item in the configuration information data is respectively recorded, and as for the configuration items which are not related in the creation request, the judgment process of whether to create and open the cloud host is not carried out; since the configuration information data and the resource data are stored separately, the resources and the configuration of the cloud host can be compared separately. Compared with the prior art, the embodiment of the invention decouples the resource data and the configuration information, avoids the problem that a user needs to create the cloud host with the same resource specification due to the failure of the creation of the cloud host caused by the additional addition of the configuration information in the resource specification information, and improves the reusability of the resource specification information. The creation efficiency of the cloud host is improved.
in an exemplary embodiment, the associating the resource data of each cloud host and the generated configuration information data includes:
And establishing association between the resource data of each cloud host and the generated configuration information data according to the identity IDs of the cloud hosts contained in the resource data and the configuration information data.
It should be noted that the resource data and the configuration information data generated in the embodiment of the present invention may be stored in different tables, and when the resource data table and the configuration information data table are generated, the resource data table and the configuration information data table may be allocated with mutually independent IDs respectively by referring to the correlation principle; when the association is established, after the resource data and the configuration information data which need to be established are determined according to the ID of the cloud host, the ID allocated to the resource data table and the ID allocated to the configuration information data table are used as external keys, and the association of the resource data and the configuration information data is established. In an exemplary embodiment, when the configuration information data table is generated, the table information may further include one or any combination of the following information: creation information, update time, name, and specification, etc.
in an exemplary embodiment, after obtaining the resource specification information, the method further includes:
before generating an extensible markup language (XML) file, judging whether stored resource specification information exists before the resource specification information is obtained;
and when the stored resource specification information exists before the resource specification information is obtained, generating the XML file according to the stored resource specification information before the resource specification information is obtained.
in an exemplary embodiment, the embodiment of the present invention may also directly generate an XML file using the obtained resource specification information.
compared with the related art, the technical scheme of the application comprises the following steps: respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data; and associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information. According to the embodiment of the invention, the resource specification information is generated through the association of the resource data and the configuration information data, the resource data and the configuration information are decoupled, and the complexity of the resource specification information is reduced; by respectively recording the parameters of each configuration item contained in the configuration information, the problem of object-oriented limitation caused by the fact that the configuration information is directly added into the resource data is avoided, and the creation efficiency of the cloud host is improved.
Fig. 2 is a block diagram of an information processing apparatus according to an embodiment of the present invention, and as shown in fig. 2, the information processing apparatus includes: a record processing unit and an association unit; wherein,
the recording processing unit is used for: respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data;
in an exemplary embodiment, the record processing unit is specifically configured to:
Grouping the configuration items contained in the configuration information according to a preset classification strategy to obtain one or more groups of configuration item groups;
and for each obtained configuration item grouping, respectively recording the configuration items and corresponding parameters contained in the configuration item grouping in a key value pair mode so as to generate a metadata group corresponding to the configuration item grouping.
The association unit is used for: and associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information.
in an exemplary embodiment, the association unit is specifically configured to:
And establishing association between the resource data of each cloud host and the generated configuration information data according to the identity IDs of the cloud hosts contained in the resource data and the configuration information data.
The embodiment of the invention also provides a computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions are used for executing the information processing method.
An embodiment of the present invention further provides a terminal, including: a memory and a processor; wherein,
the processor is configured to execute program instructions in the memory;
the program instructions read out the method for executing the information processing on the processor.
"one of ordinary skill in the art will appreciate that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art. "
Claims (10)
1. A method of information processing, comprising:
Respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data;
And associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information.
2. The method according to claim 1, wherein the separately recording the parameters of each configuration item included in the cloud host configuration information comprises:
grouping the configuration items contained in the configuration information according to a preset classification strategy to obtain one or more groups of configuration item groups;
and for each obtained configuration item grouping, respectively recording the configuration items and corresponding parameters contained in the configuration item grouping in a key value pair mode so as to generate a metadata group corresponding to the configuration item grouping.
3. the method according to claim 2, wherein when the parameters of each configuration item included in the cloud host configuration information are recorded separately, the method further comprises: receiving one or more of the following operation instructions through a preset interactive interface:
Generating an execution instruction of the configuration information data;
deleting the execution instruction of the configuration information data;
adjusting instructions for adjusting the classification strategy;
Generating instructions to generate the metadata set;
Update instructions to update the metadata set;
A query instruction to query the set of metadata.
4. The method according to any one of claims 1 to 3, wherein after obtaining the resource specification information, the method further comprises:
and when a creation request of the cloud host is received, determining whether the configuration of the cloud host meets the creation request according to the acquired configuration information data in the resource specification.
5. the method of claim 4, wherein determining whether the configuration of the cloud host satisfies the create request comprises:
Determining a configuration request contained in the creation request;
determining whether the configuration of the cloud host meets the configuration request according to the configuration information data;
wherein the configuration request includes that the created cloud host needs to satisfy: parameter requirements of one or more configuration items.
6. The method according to any one of claims 1 to 3, wherein the associating the resource data of each cloud host and the generated configuration information data comprises:
And establishing association between the resource data of each cloud host and the generated configuration information data according to the identity IDs of the cloud hosts contained in the resource data and the configuration information data.
7. The method according to any one of claims 1 to 3, wherein after obtaining the resource specification information, the method further comprises:
before generating an extensible markup language (XML) file, judging whether stored resource specification information exists before the resource specification information is obtained;
And when the stored resource specification information exists before the resource specification information is obtained, generating the XML file according to the stored resource specification information before the resource specification information is obtained.
8. an apparatus for information processing, comprising: a record processing unit and an association unit; wherein,
The recording processing unit is used for: respectively recording parameters of each configuration item contained in the cloud host configuration information to generate configuration information data;
the association unit is used for: and associating the resource data of each cloud host with the generated configuration information data to obtain resource specification information.
9. a computer storage medium having stored therein computer-executable instructions for performing the method of information processing according to any one of claims 1 to 7.
10. a terminal, comprising: a memory and a processor; wherein,
the processor is configured to execute program instructions in the memory;
program instructions for reading out, at a processor, a method for performing the information processing of any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910701824.4A CN110554915A (en) | 2019-07-31 | 2019-07-31 | Information processing method and device, computer storage medium and terminal |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910701824.4A CN110554915A (en) | 2019-07-31 | 2019-07-31 | Information processing method and device, computer storage medium and terminal |
Publications (1)
Publication Number | Publication Date |
---|---|
CN110554915A true CN110554915A (en) | 2019-12-10 |
Family
ID=68736835
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910701824.4A Withdrawn CN110554915A (en) | 2019-07-31 | 2019-07-31 | Information processing method and device, computer storage medium and terminal |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110554915A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112887129A (en) * | 2021-01-15 | 2021-06-01 | 杭州安恒信息技术股份有限公司 | Specification configuration method, system and related device of cloud security product |
-
2019
- 2019-07-31 CN CN201910701824.4A patent/CN110554915A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112887129A (en) * | 2021-01-15 | 2021-06-01 | 杭州安恒信息技术股份有限公司 | Specification configuration method, system and related device of cloud security product |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10412170B2 (en) | Retention-based data management in a network-based data store | |
US10210191B2 (en) | Accelerated access to objects in an object store implemented utilizing a file storage system | |
US20040167975A1 (en) | Method, system, and program for managing devices in a network | |
CN110162662A (en) | Verification method, device and the equipment of data record in a kind of piece of chain type account book | |
CN111177113B (en) | Data migration method, device, computer equipment and storage medium | |
CN110347674A (en) | A kind of index creation method, device and equipment based on service identification | |
CN109145051A (en) | The data summarization method and device and electronic equipment of distributed data base | |
US10212067B2 (en) | Dynamic symbolic links for referencing in a file system | |
US10262024B1 (en) | Providing consistent access to data objects transcending storage limitations in a non-relational data store | |
US20220019553A1 (en) | Synchronizing storage policies of objects migrated to cloud storage | |
US10783073B2 (en) | Chronologically ordered out-of-place update key-value storage system | |
WO2021226822A1 (en) | Log write method and apparatus, electronic device, and storage medium | |
CN111399753B (en) | Method and device for writing pictures | |
CN113722114A (en) | Data service processing method and device, computing equipment and storage medium | |
US9135457B1 (en) | System and method for recording and applying access privileges in a virtualized environment | |
CN110554915A (en) | Information processing method and device, computer storage medium and terminal | |
CN113296891A (en) | Multi-scene knowledge graph processing method and device based on platform | |
US20140297953A1 (en) | Removable Storage Device Identity and Configuration Information | |
CN115098297B (en) | Consistent snapshot generation method and system for cloud primary storage data volume | |
US10831794B2 (en) | Dynamic alternate keys for use in file systems utilizing a keyed index | |
US11163636B2 (en) | Chronologically ordered log-structured key-value store from failures during garbage collection | |
EP4428734A1 (en) | Secret management | |
WO2024174899A1 (en) | Mounting method for clustered file system, host and storage medium | |
US11650975B2 (en) | Online file system consistency check for container data on a clustered filesystem | |
CN111930781B (en) | Method and device for processing data request of cache database |
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: 20191210 |