[go: up one dir, main page]

CN113190325A - Container creation method and device - Google Patents

Container creation method and device Download PDF

Info

Publication number
CN113190325A
CN113190325A CN202110383555.9A CN202110383555A CN113190325A CN 113190325 A CN113190325 A CN 113190325A CN 202110383555 A CN202110383555 A CN 202110383555A CN 113190325 A CN113190325 A CN 113190325A
Authority
CN
China
Prior art keywords
virtual disk
file system
container
root
directory
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.)
Granted
Application number
CN202110383555.9A
Other languages
Chinese (zh)
Other versions
CN113190325B (en
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.)
Datang Microelectronics Technology Co Ltd
Original Assignee
Datang Microelectronics Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Datang Microelectronics Technology Co Ltd filed Critical Datang Microelectronics Technology Co Ltd
Priority to CN202110383555.9A priority Critical patent/CN113190325B/en
Publication of CN113190325A publication Critical patent/CN113190325A/en
Application granted granted Critical
Publication of CN113190325B publication Critical patent/CN113190325B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本申请公开了一种容器创建方法和装置,该方法包括:创建待创建的容器的根目录;创建预设容量的虚拟磁盘;在所述根目录下创建空的根文件系统目录;将所述虚拟磁盘挂载到所述根文件系统目录;在所述根文件系统目录下创建根文件系统。本申请公开的容器创建方法和装置实现了通用的容器配额限制功能。

Figure 202110383555

The present application discloses a container creation method and device. The method includes: creating a root directory of a container to be created; creating a virtual disk with a preset capacity; creating an empty root file system directory under the root directory; The virtual disk is mounted to the root file system directory; a root file system is created under the root file system directory. The container creation method and apparatus disclosed in the present application implement a general container quota restriction function.

Figure 202110383555

Description

Container creation method and device
Technical Field
The present disclosure relates to computer technologies, and in particular, to a container creation method and apparatus.
Background
Since the docker container technology is heavier for the embedded platform, the container in the embedded environment is mainly Linux LXC, and the Linux kernel of the embedded platform is often reduced (for example, the Alpine Linux kernel only has several megabytes), so that most high-level functions (for example, quota function) of Linux are not available, and thus there is no universal container quota limiting scheme on the embedded platform.
Disclosure of Invention
The application provides a container creation method which can realize a universal container quota limiting function.
The application provides a container creation method, which comprises the following steps:
creating a root directory of a container to be created;
creating a virtual disk with preset capacity;
creating an empty root file system directory under the root directory;
mounting the virtual disk to the root file system directory;
and creating a root file system under the root file system directory.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
and creating an empty virtual disk file with a preset size.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
creating a virtual disk file with a preset size through a sparse file technology and setting attribute information of the virtual disk file.
In an exemplary embodiment, after creating the virtual disk with the preset capacity and before mounting the virtual disk to the root file system directory, the method further includes:
and formatting the virtual disk file, and establishing a first file system.
In an exemplary embodiment, the method includes:
the first file system comprises a second generation extension ext2 file system, or a third generation extension ext3 file system or a fourth generation extension ext4 file system.
The application provides a container creation apparatus, comprising a memory and a processor,
the memory is used for storing a program for creating a container;
the processor is configured to read and execute the program for creating the container, and perform the following operations:
creating a root directory of a container to be created;
creating a virtual disk with preset capacity;
creating an empty root file system directory under the root directory;
mounting the virtual disk to the root file system directory;
and creating a root file system under the root file system directory.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
and creating an empty virtual disk file with a preset size.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
creating a virtual disk file with a preset size through a sparse file technology and setting attribute information of the virtual disk file.
In an exemplary embodiment, the processor is configured to read and execute the program for container creation, and further perform the following operations:
and formatting the virtual disk file, and establishing a first file system.
In an exemplary embodiment, the method comprises:
the first file system comprises a second generation extension ext2 file system, or a third generation extension ext3 file system or a fourth generation extension ext4 file system.
According to the embodiment of the application, the created virtual disk with the preset capacity is mounted to the root file system directory, so that a universal container quota limiting function is realized.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. Other advantages of the present application may be realized and attained by the instrumentalities and combinations particularly pointed out in the specification and the drawings.
Drawings
The accompanying drawings are included to provide an understanding of the present disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the examples serve to explain the principles of the disclosure and not to limit the disclosure.
FIG. 1 is a schematic illustration of a container creation method of an embodiment of the present application;
FIG. 2 is a diagram illustrating a container creation method with a disk quota in the prior art;
FIG. 3 is a schematic view of a container creation apparatus of an embodiment of the present application;
Detailed Description
Fig. 1 is a schematic diagram of a container creation method according to an embodiment of the present application, and as shown in fig. 1, the container creation method according to the embodiment includes steps S11-S14:
s11, creating a root directory of the container to be created.
And S12, creating a virtual disk with preset capacity.
S13, creating an empty root file system directory under the root directory;
s14, mounting the virtual disk to the root file system directory;
and S15, creating a root file system under the root file system directory.
The container creation process creates a directory of the same name according to the specified container name parameter, then runs the specified container image file (here, the image file is generally a script file describing the steps of creating a rootfs file system (i.e., root file system)), creates rootfs under the container name directory, and sets the directory as a container root directory, and then the container operation runs with the directory as the root directory, and the reading and writing of the file in the container operation are performed based on the directory as the root. A container is an independent running environment and is equivalent to a lightweight virtual machine, and a container root directory is equivalent to a virtual disk of the virtual machine. The virtual disk size is specified by a container quota parameter specified when the container is created, and the disk limitation of the container is finally realized by limiting the directory size. The traditional approach is to use linux quota to limit the size of a directory (as shown in fig. 2).
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
and creating an empty virtual disk file with a preset size.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
creating a virtual disk file with a preset size through a sparse file technology and setting attribute information of the virtual disk file.
The attribute information for setting the virtual disk file comprises a file end position.
In an exemplary embodiment, after creating the virtual disk with the preset capacity and before mounting the virtual disk to the root file system directory, the method further includes:
and formatting the virtual disk file, and establishing a first file system.
In an exemplary embodiment, the first file system comprises a second generation extension ext2 file system, or a third generation extension ext3 file system, or a fourth generation extension ext4 file system.
In S11, if the container name is ContainerA, the root directory created is/ContainerA.
In S12, a virtual disk may be created by creating an empty virtual disk file of a preset size, formatting the virtual disk file, and creating an ext2 file system. For example: creating an empty virtual disk file rootfs.img (rootfs.img is a file name, which can be arbitrarily specified) with a size of 512M by "dd if/dev/zero of rootfs.img bs-1M count-512"; the virtual disk file is formatted through mkfs.ext2 rootfs.img', and a second generation extension ext2 file system is established. In other embodiments, a third generation extension ext3 file system or a fourth generation extension ext4 file system may also be established.
In S12, a virtual disk may be created by "dd if/dev/zero of rootfs, img bs is 1 mcount, 0seek is 512", and since the sparse file is created without actually occupying space, the file end position is set by seek bs (for example, 521 × 1M is the offset of 512M as the file end), so that the virtual disk creation process is optimized by using the sparse file characteristic, and the virtual disk creation time is greatly reduced, thereby reducing the container creation time. For example, the virtual disk actual measurement creation time created on the Loongson development board with the dominant frequency of 1G is about 3 minutes by "dd if/dev/zero of rootfs.img bs is 1M count 512", which may cause the embedded device to be occupied by the virtual disk creation task for a long time and cause other tasks of the embedded device, such as temperature monitoring or tasks that need to be executed in time, not to get a timely response. And the actual measurement creation time of the virtual disk is about 1 second by "dd if/dev/zero of ro, i.e. img bs-1M count-0 seek-512" on the Loongson development board of the main frequency 1G.
In S12, for convenience of management, a virtual disk may be created under a root directory (e.g.,/container name /), for example, the created empty virtual disk file is rootfs. Of course, the virtual disk may not be created under the root directory (e.g.,/container name /), but the correspondence between the container and the corresponding virtual disk needs to be recorded.
In S13, the created empty root file system directory may be a rootfs directory, i.e., "/container name/rootfs". The directory with the same name as the container name is a root directory, and the root directory is mainly used for storing a rootfs directory, a virtual disk file and other container configuration files. The root file system directory is a rootfs directory under the root directory, the rootfs directory is a root directory which is operated as a container after the container is operated, namely, all processes in the container can regard the rootfs directory as the root directory after the container is operated.
In S14, the created virtual disk may be mounted to the root file system directory. For example, the virtual disk file "/continenara/rootfs.img" is mounted to "/continenara/rootfs" by running "mount-o loop-w rootfs.img ContainerA/rootfs".
At S15, after the virtual disk mount, a root file system may be created under the root file system directory. At this time, the path of the root file system is/ContainerA/rootfs/. Creating a root file system is to copy operating system files and create a series of configuration files according to instructions in the container image file.
According to the embodiment of the application, the created virtual disk with the preset capacity is mounted to the root file system directory, a universal container quota limiting function is achieved, the virtual disk creating process is optimized by using the sparse file characteristics, and the virtual disk creating time is greatly shortened, so that the container creating time is shortened.
Fig. 3 is a schematic diagram of a container creation apparatus according to an embodiment of the present application, and as shown in fig. 3, the container creation apparatus according to the present embodiment includes a memory and a processor, where the memory is used for storing a program for creating a container; the processor is configured to read and execute the program for creating the container, and perform the following operations:
creating a root directory of a container to be created;
creating a virtual disk with preset capacity;
creating an empty root file system directory under the root directory;
mounting the virtual disk to the root file system directory;
and creating a root file system under the root file system directory.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
and creating an empty virtual disk file with a preset size.
In an exemplary embodiment, the creating a virtual disk with a preset capacity includes:
creating a virtual disk file with a preset size through a sparse file technology and setting attribute information of the virtual disk file.
In an exemplary embodiment, the processor is configured to read and execute the program for container creation, and further perform the following operations:
and formatting the virtual disk file, and establishing a first file system.
In an exemplary embodiment, the first file system comprises a second generation extension ext2 file system, or a third generation extension ext3 file system, or a fourth generation extension ext4 file system.
According to the embodiment of the application, the created virtual disk with the preset capacity is mounted to the root file system directory, a universal container quota limiting function is achieved, the virtual disk creating process is optimized by using the sparse file characteristics, and the virtual disk creating time is greatly shortened, so that the container creating time is shortened.
The present application describes embodiments, but the description is illustrative rather than limiting and it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible within the scope of the embodiments described herein. Although many possible combinations of features are shown in the drawings and discussed in the detailed description, many other combinations of the disclosed features are possible. Any feature or element of any embodiment may be used in combination with or instead of any other feature or element in any other embodiment, unless expressly limited otherwise.
The present application includes and contemplates combinations of features and elements known to those of ordinary skill in the art. The embodiments, features and elements disclosed in this application may also be combined with any conventional features or elements to form a unique inventive concept as defined by the claims. Any feature or element of any embodiment may also be combined with features or elements from other inventive aspects to form yet another unique inventive aspect, as defined by the claims. Thus, it should be understood that any of the features shown and/or discussed in this application may be implemented alone or in any suitable combination. Accordingly, the embodiments are not limited except as by the appended claims and their equivalents. Furthermore, various modifications and changes may be made within the scope of the appended claims.
Further, in describing representative embodiments, the specification may have presented the method and/or process as a particular sequence of steps. However, to the extent that the method or process does not rely on the particular order of steps set forth herein, the method or process should not be limited to the particular sequence of steps described. Other orders of steps are possible as will be understood by those of ordinary skill in the art. Therefore, the particular order of the steps set forth in the specification should not be construed as limitations on the claims. Further, the claims directed to the method and/or process should not be limited to the performance of their steps in the order written, and one skilled in the art can readily appreciate that the sequences may be varied and still remain within the spirit and scope of the embodiments of the present application.
It will be understood by those of ordinary skill in the art 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.一种容器创建方法,其特征在于,1. a container creation method, is characterized in that, 创建待创建的容器的根目录;Create the root directory of the container to be created; 创建预设容量的虚拟磁盘;Create a virtual disk with a preset capacity; 在所述根目录下创建空的根文件系统目录;Create an empty root file system directory under the root directory; 将所述虚拟磁盘挂载到所述根文件系统目录;mounting the virtual disk to the root file system directory; 在所述根文件系统目录下创建根文件系统。A root file system is created under the root file system directory. 2.根据权利要求1所述的容器创建方法,所述创建预设容量的虚拟磁盘,包括:2. The method for creating a container according to claim 1, wherein the creating a virtual disk of a preset capacity comprises: 创建预设大小的空的虚拟磁盘文件。Creates an empty virtual disk file of a preset size. 3.根据权利要求1所述的容器创建方法,所述创建预设容量的虚拟磁盘,包括:3. The method for creating a container according to claim 1, wherein the creating a virtual disk of a preset capacity comprises: 通过稀疏文件技术创建预设大小的虚拟磁盘文件并设置所述虚拟磁盘文件的属性信息。A virtual disk file of a preset size is created by the sparse file technology, and attribute information of the virtual disk file is set. 4.根据权利要求2或3所述的容器创建方法,所述创建预设容量的虚拟磁盘后,将所述虚拟磁盘挂载到所述根文件系统目录前,还包括:4. The container creation method according to claim 2 or 3, wherein after the virtual disk of the preset capacity is created, before the virtual disk is mounted to the root file system directory, the method further comprises: 对虚拟磁盘文件进行格式化,并建立第一文件系统。The virtual disk file is formatted, and the first file system is established. 5.根据权利要求4所述的容器创建方法,包括:5. The container creation method according to claim 4, comprising: 所述第一文件系统包括第二代扩展ext2文件系统、或第三代扩展ext3文件系统或第四代扩展ext4文件系统。The first file system includes a second-generation extended ext2 file system, a third-generation extended ext3 file system, or a fourth-generation extended ext4 file system. 6.一种容器创建装置,包括存储器和处理器,其特征在于:6. A container creation device, comprising a memory and a processor, characterized in that: 所述存储器,用于保存用于容器创建的程序;the memory for saving a program for container creation; 所述处理器,用于读取执行所述用于容器创建的程序,执行如下操作:The processor, configured to read and execute the program for container creation, performs the following operations: 创建待创建的容器的根目录;Create the root directory of the container to be created; 创建预设容量的虚拟磁盘;Create a virtual disk with a preset capacity; 在所述根目录下创建空的根文件系统目录;Create an empty root file system directory under the root directory; 将所述虚拟磁盘挂载到所述根文件系统目录;mounting the virtual disk to the root file system directory; 在所述根文件系统目录下创建根文件系统。A root file system is created under the root file system directory. 7.如权利要求6所述的容器创建装置,所述创建预设容量的虚拟磁盘,包括:7. The container creation device according to claim 6, wherein the virtual disk of creating a preset capacity comprises: 创建预设大小的空的虚拟磁盘文件。Creates an empty virtual disk file of a preset size. 8.如权利要求6所述的容器创建装置,所述创建预设容量的虚拟磁盘,包括:8. The container creation device according to claim 6, wherein the virtual disk of creating a preset capacity comprises: 通过稀疏文件技术创建预设大小的虚拟磁盘文件并设置所述虚拟磁盘文件的属性信息。A virtual disk file of a preset size is created by the sparse file technology, and attribute information of the virtual disk file is set. 9.如权利要求7或8所述的容器创建装置,所述处理器,用于读取执行所述用于容器创建的程序,还执行如下操作:9. The container creation device according to claim 7 or 8, wherein the processor, configured to read and execute the program for container creation, further performs the following operations: 对虚拟磁盘文件进行格式化,并建立第一文件系统。The virtual disk file is formatted, and the first file system is established. 10.如权利要求9所述的容器创建装置,其特征在于:10. The container creation device of claim 9, wherein: 所述第一文件系统包括第二代扩展ext2文件系统、或第三代扩展ext3文件系统或第四代扩展ext4文件系统。The first file system includes a second-generation extended ext2 file system, a third-generation extended ext3 file system, or a fourth-generation extended ext4 file system.
CN202110383555.9A 2021-04-09 2021-04-09 A container creation method and device Active CN113190325B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110383555.9A CN113190325B (en) 2021-04-09 2021-04-09 A container creation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110383555.9A CN113190325B (en) 2021-04-09 2021-04-09 A container creation method and device

Publications (2)

Publication Number Publication Date
CN113190325A true CN113190325A (en) 2021-07-30
CN113190325B CN113190325B (en) 2025-01-21

Family

ID=76975427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110383555.9A Active CN113190325B (en) 2021-04-09 2021-04-09 A container creation method and device

Country Status (1)

Country Link
CN (1) CN113190325B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114185669A (en) * 2021-11-13 2022-03-15 深圳信息职业技术学院 Method and device for distributing disk to container, host and storage medium
CN116049896A (en) * 2023-03-29 2023-05-02 中孚安全技术有限公司 Method, system, equipment and medium for realizing data isolation under linux system
CN116257326A (en) * 2023-05-11 2023-06-13 安徽海马云科技股份有限公司 Method and device for managing container storage space
CN116301624A (en) * 2023-03-16 2023-06-23 阿里巴巴(中国)有限公司 Storage area creation method, system, electronic device and computer storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6615365B1 (en) * 2000-03-11 2003-09-02 Powerquest Corporation Storing a computer disk image within an imaged partition
JP2017120492A (en) * 2015-12-28 2017-07-06 キヤノンマーケティングジャパン株式会社 Information processing system, control method thereof, and program
CN110308972A (en) * 2019-07-05 2019-10-08 北京百度网讯科技有限公司 Method and apparatus for managing container images
CN110362384A (en) * 2019-07-16 2019-10-22 北京奇艺世纪科技有限公司 A kind of resource allocation methods, device, electronic equipment and storage medium
CN110888852A (en) * 2019-11-11 2020-03-17 北京宝兰德软件股份有限公司 Method and device for mounting host machine catalog in container environment
CN111367615A (en) * 2018-12-26 2020-07-03 卓望数码技术(深圳)有限公司 Method, apparatus, device and storage medium facilitating container instance scheduling
CN111782339A (en) * 2020-06-28 2020-10-16 京东数字科技控股有限公司 Container creation method and device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6615365B1 (en) * 2000-03-11 2003-09-02 Powerquest Corporation Storing a computer disk image within an imaged partition
JP2017120492A (en) * 2015-12-28 2017-07-06 キヤノンマーケティングジャパン株式会社 Information processing system, control method thereof, and program
CN111367615A (en) * 2018-12-26 2020-07-03 卓望数码技术(深圳)有限公司 Method, apparatus, device and storage medium facilitating container instance scheduling
CN110308972A (en) * 2019-07-05 2019-10-08 北京百度网讯科技有限公司 Method and apparatus for managing container images
CN110362384A (en) * 2019-07-16 2019-10-22 北京奇艺世纪科技有限公司 A kind of resource allocation methods, device, electronic equipment and storage medium
CN110888852A (en) * 2019-11-11 2020-03-17 北京宝兰德软件股份有限公司 Method and device for mounting host machine catalog in container environment
CN111782339A (en) * 2020-06-28 2020-10-16 京东数字科技控股有限公司 Container creation method and device, electronic equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114185669A (en) * 2021-11-13 2022-03-15 深圳信息职业技术学院 Method and device for distributing disk to container, host and storage medium
CN116301624A (en) * 2023-03-16 2023-06-23 阿里巴巴(中国)有限公司 Storage area creation method, system, electronic device and computer storage medium
CN116049896A (en) * 2023-03-29 2023-05-02 中孚安全技术有限公司 Method, system, equipment and medium for realizing data isolation under linux system
CN116257326A (en) * 2023-05-11 2023-06-13 安徽海马云科技股份有限公司 Method and device for managing container storage space
CN116257326B (en) * 2023-05-11 2023-08-29 安徽海马云科技股份有限公司 Method and device for managing container storage space

Also Published As

Publication number Publication date
CN113190325B (en) 2025-01-21

Similar Documents

Publication Publication Date Title
CN113190325B (en) A container creation method and device
US7191189B2 (en) Organizing data objects in a storage device
CN109902034B (en) Snapshot creating method and device, electronic equipment and machine-readable storage medium
CN110147296B (en) Data processing method, apparatus, device and readable storage medium
US10223038B2 (en) File management in a file system
CN112860188A (en) Data migration method, system, device and medium
CN110019063B (en) Method for computing node data disaster recovery playback, terminal device and storage medium
JP7651242B2 (en) Data Storage Volume Recovery Management
CN114153394A (en) Data storage management method, device and equipment
CN109710454A (en) A kind of cloud host snapshot method and device
CN109445715B (en) Bad block processing method and device for combined block
CN110955639A (en) Data processing method and device
WO2018014801A1 (en) Image file processing
CN110764694B (en) A method and system for storage space control
CN116540949B (en) A method and device for dynamic allocation of independent redundant disk array storage space
CN111309526A (en) File backup and recovery method and device
CN115176226A (en) Information processing apparatus, information processing method, and information processing program
US10388304B1 (en) Storing data on unused areas of a storage medium
CN116841463A (en) Data verification method, device and equipment of storage equipment and storage medium
CN110362324A (en) A kind of network interface card upgrade method and device
US10902872B1 (en) Managing index writes to a tape medium
CN110287064B (en) Method and device for restoring disk data and electronic equipment
CN116303278A (en) File merging method, file reading method, device, equipment and storage medium
CN113868016A (en) Data backup method and equipment based on pooling sectional type random storage
US11625184B1 (en) Recalling files from tape

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
GR01 Patent grant
GR01 Patent grant