WO2019024122A1 - 云平台镜像制作系统及其实现方法 - Google Patents
云平台镜像制作系统及其实现方法 Download PDFInfo
- Publication number
- WO2019024122A1 WO2019024122A1 PCT/CN2017/096145 CN2017096145W WO2019024122A1 WO 2019024122 A1 WO2019024122 A1 WO 2019024122A1 CN 2017096145 W CN2017096145 W CN 2017096145W WO 2019024122 A1 WO2019024122 A1 WO 2019024122A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- script
- image
- directory
- file
- cloud platform
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1095—Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
Definitions
- the present invention relates to the field of cloud computing technologies, and in particular, to a cloud platform image creation system and an implementation method thereof.
- the cloud platform line only provides several specific image types. When users need to create virtual machines or containers, they must select one of them to create. After the creation, install the required software and applications.
- the cloud platform cannot meet the individual needs of users, and the user experience is very poor.
- the cloud platform provides 24-hour service.
- the cloud platform operation and maintenance personnel temporarily make a mirror image through the ISO file of the CD according to the user's requirements, and then upload it to the cloud platform image library.
- This method can solve the user's problem, but it takes a long time and is complicated to operate. It is a temporary one-time solution. When there are multiple or a large number of users, the cloud platform operation and maintenance personnel can hardly cope.
- One of the technical problems solved by the present invention is to propose a cloud platform image creation system to ensure that the cloud platform can quickly and easily produce images, thereby meeting the needs of different image types of different users.
- the second technical problem solved by the present invention is to propose a method for implementing cloud image mirroring to meet the requirements of different image types of different users.
- the system is composed of a control server module, a native image library module, a custom script library module, a mirror node module, and a cloud platform image library module;
- the control server module acts as a system center and is responsible for interaction with the other four modules, including:
- the native image library module is configured to store a native image file of the cloud platform for downloading
- the custom script library module is configured to store all script files for downloading
- the mirror node module is used to make a mirror image
- the cloud platform image library module is configured to store a complete image file of the cloud platform, and a virtual machine or a container may be created by using the image file.
- the native image library module includes a storage medium for storing images, which may be network protocol storage or local disk storage; the image file may be dynamically added and deleted as needed.
- the custom script library module includes a storage medium for storing a custom script, which may be a network protocol storage or a local disk storage; a custom script may be created and deleted as needed.
- the network protocol storage includes HTTP, FTP, and ISCSI.
- the method includes the following steps:
- control server downloads the specified image from the native image library to the mirror node, and downloads the script from the custom script library to the mirror node;
- control server uploads the image generated by the mirror node to the cloud platform image library
- mapping the native image in the mirror node and executing the download script specifically includes:
- the block device is a LOOP device mapped from a local file
- the specified formats include RAW, VHD, QCOW2, TAR, ACI, and DOCKER.
- the customized scripts are organized according to a specific directory structure, and there are pre- and post-execution sequences between the script directories;
- the scripts in each directory exist in the order in which they are executed.
- the script names can be used to bring sequential numbers. achieve;
- the script directory includes a script storage directory that does not need to switch the root directory and a script storage directory that needs to switch the root directory.
- the mirror node is:
- the cloud platform image creation method of the present invention can meet the requirements of different image types of the cloud platform by creating a custom script, and can quickly and efficiently create a mirror according to the individual needs of different users.
- the cloud platform image creation system of the invention has strong scalability, and the cloud platform operation and maintenance personnel can continuously enrich and improve the system's native image library and custom script library in the subsequent work process, without affecting the existing existing in the library.
- Mirror and script
- the method and system for fabricating the image of the cloud platform of the present invention are highly versatile, and different cloud platforms can be integrated conveniently and quickly.
- the user can customize the image according to the requirements. Improve user experience.
- Figure 1 is a block diagram of a system of the present invention
- Figure 2 is a flow chart of the method of the present invention
- Figure 3 is another flow chart of the method of the present invention.
- FIG. 1 and FIG. 2 and FIG. 3 Please refer to FIG. 1 and FIG. 2 and FIG. 3 for a system block diagram and a method flowchart of a cloud platform image creation method and system according to an embodiment of the present invention. The specific implementation of each process is described below.
- the control server module is the system center and is responsible for interacting with the other four modules, including:
- the native image library module is used to store the original image file of the cloud platform. You can dynamically add and delete image files as needed.
- the custom script library module is used to store all script files, and custom scripts can be created and deleted as needed.
- the mirror node module is the mirror creation destination and the mirror storage point.
- the cloud platform image library module is used to store a complete image file of the cloud platform, and a virtual machine or a container can be created through the image file.
- the native image library module includes a storage medium for storing images, which may be network protocol storage or local disk storage.
- the custom script library module includes storage media for storing custom scripts, either network protocol storage or local disk storage.
- Network protocol storage includes HTTP, FTP, and ISCSI.
- the control server downloads the specified image X from the native image library to the mirror node;
- the control server uploads the image generated by the mirror node to the cloud platform image library.
- Mapping the native image X in the mirror node and executing the download script further includes:
- the aforementioned block device is a LOOP device that is mapped from a local file.
- the specified formats include RAW, VHD, QCOW2, TAR, ACI, and DOCKER.
- the aforementioned custom script contains the following features:
- the scripts are organized according to a specific directory structure, and there are pre- and post-execution sequences between the script directories;
- the script directory includes a script storage directory that does not need to switch the root directory and a script storage directory that needs to switch the root directory.
- the cloud platform operation and maintenance personnel upload all the mirrored native system files to the native image library for storage.
- the local FTP storage medium is taken as an example. Assume that the FTP has a native image file: trusty-server-cloudimg-amd64-root.tar.gz.
- the cloud platform operation and maintenance personnel upload all the custom script files to the custom script library for storage.
- the local FTP storage medium is taken as an example. It is assumed that the following two custom script files are stored in the FTP.
- This script file is installed with the base and iscsi_package packages.
- This script is to copy the scripts that you want to boot to the corresponding location for them to work.
- the above script file names respectively have execution order numbers, which respectively represent the execution order of the scripts. The smaller the number, the more executed, that is, the 20-install-init-scripts will be executed after the execution of 00-baseline-environment.
- control server downloads the native image file and the custom script file to the corresponding directory of the mirror node, as follows:
- control server triggers the operation of uploading the image platform of the cloud platform after receiving the feedback of the completion of the image file creation.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
涉及云计算技术领域,特别是一种云平台镜像制作系统及其实现方法。本系统包括控制服务器、原生镜像库、自定义脚本库、镜像节点和云平台镜像库。控制服务器从原生镜像库中下载指定镜像到镜像节点;控制服务器从自定义脚本库中下载脚本到镜像节点;在镜像节点中映射原生镜像并执行下载脚本;控制服务器将镜像节点生成的镜像上传到云平台镜像库。提出了一种通用的适用于云平台虚拟机及容器镜像的制作系统及方法,保证了镜像制作过程的简单高效。
Description
本发明涉及云计算技术领域,特别是一种云平台镜像制作系统及其实现方法。
随着云计算的普及,越来越多的云平台被开发与部署。云平台对外所提供的计算能力都依赖于由各种格式的镜像所创建的虚拟机或者容器。然而不同的用户所需要的镜像系统类型各不相同,每个系统类型又存在不同的发行版本,由于用户在定制时系统、版本的多样性、不可预知性;如果用户要求在定制的系统内部安装指定的软件包;云平台所需要的镜像类型将变得不可预知。如何能够很好的解决这种不可预知的用户需求,当前大部分云平台采用的方法包括:
1、云平台线上仅提供几种特定的镜像类型,用户需要创建虚拟机或者容器时必须选择其中的一个进行创建,创建完成之后再自己安装所需软件和应用。
此种方法云平台无法满足用户的个性化需求,用户体验非常差。
2、云平台提供24小时服务,当用户需要指定类型的镜像时,云平台运维人员临时根据用户需求通过光盘ISO文件制作镜像,然后上传到云平台镜像库。
此种方法能够解决用户的问题,但是耗时长、操作复杂,是一种临时的一次性解决方法,当有多个或者大量用户存在这样的需求时,云平台运维人员难以应付。
发明内容
本发明解决的技术问题之一在于提出一种云平台镜像制作系统,保证云平台能够快速、简单高效的制作镜像,从而满足不同用户不同镜像类型的需求。
本发明解决的技术问题之二在于提出一种云平台镜像制作的实现方法,满足不同用户不同镜像类型的需求。
本发明解决上述技术问题之一的技术方案是:
所述的系统由控制服务器模块、原生镜像库模块、自定义脚本库模块、镜像节点模块和云平台镜像库模块构成;
所述控制服务器模块作为系统中心,负责与其他四个模块的相互作用,具体包括:
(1)接受并解析用户制作镜像命令和参数;
(2)从原生镜像库中下载镜像到镜像节点;
(3)从自定义脚本库中下载脚本到镜像节点;
(4)启动在镜像节点制作镜像过程;
(5)将镜像节点生成的镜像上传到云平台镜像库;
所述原生镜像库模块,用于存放云平台原生镜像文件供下载;
所述自定义脚本库模块,用于存放所有的脚本文件供下载;
所述镜像节点模块,用于制作镜像;
所述云平台镜像库模块,用于存放云平台完整的镜像文件,可通过该镜像文件创建虚拟机或容器。
所述原生镜像库模块包括用于存放镜像的存储介质,可以是网络协议存储,也可以是本地磁盘存储;可以根据需要动态增加和删除镜像文件。
所述自定义脚本库模块包括用于存放自定义脚本的存储介质,可以是网络协议存储,也可以是本地磁盘存储;可以根据需要创建和删除自定义脚本。
所述的网络协议存储包括HTTP、FTP和ISCSI。
本发明解决上述技术问题之二的技术方案是:
所述的方法包括如下步骤:
(1)控制服务器从原生镜像库中下载指定镜像到镜像节点、从自定义脚本库中下载脚本到镜像节点;
(2)在镜像节点中映射原生镜像并执行下载脚本;
(3)控制服务器将镜像节点生成的镜像上传到云平台镜像库;
所述的在镜像节点中映射原生镜像并执行下载脚本具体包括:
(1)在镜像节点创建一个指定大小的文件;
(2)将所述文件挂载制作成块设备;
(3)格式化所述块设备并修改属性;
(4)挂载所述块设备到镜像节点挂载目录;
(5)解压镜像文件到所述挂载目录;
(6)按自定义脚本文件的前后顺序运行脚本;
(7)将所述文件转换成指定格式的镜像文件。
所述块设备是一个由本地文件映射成的LOOP设备;
所述指定格式包括RAW、VHD、QCOW2、TAR、ACI和DOCKER。
所述的自定义脚本按特定的目录结构进行组织,脚本目录之间存在前后执行顺序;
每个目录内的脚本存在执行的先后顺序,可以通过脚本名称自带顺序数字
实现;
所述的脚本目录包括不需要切换根目录的脚本存放目录和需要切换根目录的脚本存放目录。
所述的镜像节点:
(1)利用truncate工具创建一个指定大小的文件;
(2)利用losetup工具将文件挂载制作成块设备;
(3)利用mkfs工具格式化块设备,利用tune2fs工具修改块设备属性:
(4)将从自定义脚本库中下载的脚本文件目录挂载或拷贝到镜像文件设备挂载目录后通过chroot切换根目录到镜像系统,执行自定义脚本。
本发明的有益效果如下:
1、本发明的云平台镜像制作方法,通过创建自定义脚本来满足云平台不同镜像类型需求,可以根据不同用户的个性化需求快速高效的创建镜像。
2、本发明云平台镜像制作系统可扩展性强,云平台运维人员可以在后续的工作过程中,不断丰富和完善系统的原生镜像库和自定义脚本库,且不影响库中已经存在的镜像和脚本。
3、本发明云平台镜像制作的方法和系统通用性强,不同云平台都可以很方便和快速的进行集成实现;另外通过云平台前端页面的集成,可以实现用户自己根据需求自定义创建镜像,提高用户的体验性。
下面结合附图对本发明进一步说明:
图1为本发明系统的模块图;
图2为本发明方法的流程图;
图3为本发明方法的另一流程图。
请参见图1、2、3,为本发明实施例所提供的一种云平台镜像制作方法和系统的系统模块图和方法流程图。下面分别对其各个流程具体实现进行描述。
控制服务器模块为系统中心,负责与其他四个模块的相互作用,具体包括:
(1)接受并解析用户制作镜像命令和参数;
(2)从原生镜像库中下载镜像到镜像节点;
(3)从自定义脚本库中下载脚本到镜像节点;
(4)启动在镜像节点制作镜像过程;
(5)将镜像节点生成的镜像上传到云平台镜像库。
原生镜像库模块用于存放云平台原生镜像文件,可以根据需要动态增加和删除镜像文件。自定义脚本库模块用于存放所有的脚本文件,可以根据需要创建和删除自定义脚本。镜像节点模块则是镜像制作目的地和镜像存放点。云平台镜像库模块用于存放云平台完整的镜像文件,可通过该镜像文件创建虚拟机或容器。
原生镜像库模块包括用于存放镜像的存储介质,可以是网络协议存储,也可以是本地磁盘存储。自定义脚本库模块包括用于存放自定义脚本的存储介质,可以是网络协议存储,也可以是本地磁盘存储。网络协议存储包括HTTP、FTP和ISCSI。
本发明实现的基本步骤如下:
(1)控制服务器从原生镜像库中下载指定镜像X到镜像节点;
(2)控制服务器从自定义脚本库中下载脚本到镜像节点;
(3)在镜像节点中映射原生镜像X并执行下载脚本;
(4)控制服务器将镜像节点生成的镜像上传到云平台镜像库。
镜像节点中映射原生镜像X并执行下载脚本进一步包括:
(1)在镜像节点创建一个指定大小的文件;
(2)将所述文件挂载制作成块设备;
(3)格式化所述块设备并修改属性;
(4)挂载所述块设备到镜像节点挂载目录;
(5)解压镜像X文件到所述挂载目录;
(6)按自定义脚本文件的前后顺序运行脚本;
(7)将所述文件转换成指定格式的镜像文件。
前述块设备是一个由本地文件映射成的LOOP设备。指定格式包括RAW、VHD、QCOW2、TAR、ACI和DOCKER。
前述的自定义脚本包含如下特性:
(1)脚本按特定的目录结构进行组织,脚本目录之间存在前后执行顺序;
(2)每个目录内的脚本存在执行的先后顺序,可以通过脚本名称自带顺序数字实现。
脚本目录包括不需要切换根目录的脚本存放目录和需要切换根目录的脚本存放目录。
下面具体说明如下:
云平台运维人员事先将所有的镜像原生系统文件上传到原生镜像库中进行存放。这里以本地FTP存放介质为例,假设FTP中存放有原生镜像文件:trusty-server-cloudimg-amd64-root.tar.gz。
云平台运维人员事先将所有的自定义脚本文件上传到自定义脚本库中进行存放。这里以本地FTP存放介质为例,假设FTP中存放有如下2个自定义脚本文件。
脚本文件1:install/00-baseline-environment
脚本的内容如下:
这个脚本文件进行了base和iscsi_package软件包的安装。
脚本文件2:install/20-install-init-scripts
脚本内容如下:
这个脚本的作用是把希望开机启动的脚本拷贝到了对应的位置让他们发挥作用。
如上脚本文件名分别带有执行顺序数字,分别代表着脚本的执行顺序,数字越小越先执行,即执行完00-baseline-environment后才会执行20-install-init-scripts。
当镜像制作用户向控制服务器发送制作虚拟机镜像命令和参数之后,控制服务器下载该原生镜像文件和自定义脚本文件到镜像节点相应目录,如下:
/root/.cache/image/trusty-server-cloudimg-amd64-root.tar.gz。
/root/.cache/script/install/00-baseline-environment
/root/.cache/script/install/20-install-init-scripts
在镜像节点上启动镜像制作过程,相应步骤如下:
利用truncate工具创建一个指定大小的文件:
truncate-s 20G image.raw
利用losetup工具将文件挂载制作成块设备:
losetup-f image.raw
利用mkfs工具格式化块设备:
mkfs-t ext4-L cloudimg-rootfs/dev/loop0
利用tune2fs工具修改块设备属性:
tune2fs/dev/loop0-U${DIB_IMAGE_ROOT_FS_UUID}
之后挂载镜像磁盘设备文件并解压从原生镜像库中下载的原生镜像到挂载目录文件内:
之后将上述从自定义脚本库中下载的脚本文件目录挂载或拷贝到镜像文件设备挂载目录中,并通过chroot切换根目录到镜像系统,执行自定义脚本。
接着将运行完脚本的镜像文件转换成指定格式,这里以指定为qcow2格式为例,具体方法如下:
qemu-img convert-O qcow2image.raw Ubuntu_trusty.qcow2
最后控制服务器在接收到镜像文件制作完成的反馈后触发镜像上传云平台镜像库的操作。
以上描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出实质性创造所获得的方案,都属于本发明保护的范围。
Claims (10)
- 一种云平台镜像制作系统,其特征在于,所述的系统由控制服务器模块、原生镜像库模块、自定义脚本库模块、镜像节点模块和云平台镜像库模块构成;所述控制服务器模块作为系统中心,负责与其他四个模块的相互作用,具体包括:(1)接受并解析用户制作镜像命令和参数;(2)从原生镜像库中下载镜像到镜像节点;(3)从自定义脚本库中下载脚本到镜像节点;(4)启动在镜像节点制作镜像过程;(5)将镜像节点生成的镜像上传到云平台镜像库;所述原生镜像库模块,用于存放云平台原生镜像文件供下载;所述自定义脚本库模块,用于存放所有的脚本文件供下载;所述镜像节点模块,用于制作镜像;所述云平台镜像库模块,用于存放云平台完整的镜像文件,可通过该镜像文件创建虚拟机或容器。
- 根据权利要求1所述的系统,其特征在于:所述原生镜像库模块包括用于存放镜像的存储介质,可以是网络协议存储,也可以是本地磁盘存储;可以根据需要动态增加和删除镜像文件。
- 根据权利要求1所述的系统,其特征在于:所述自定义脚本库模块包括用于存放自定义脚本的存储介质,可以是网络协议存储,也可以是本地磁盘存储;可以根据需要创建和删除自定义脚本。
- 根据权利要求2所述的系统,其特征在于:所述自定义脚本库模块包括用于存放自定义脚本的存储介质,可以是网络协议存储,也可以是本地磁盘存储;可以根据需要创建和删除自定义脚本。
- 根据权利要求2、3或4所述的系统,其特征在于,所述的网络协议存储包括HTTP、FTP和ISCSI。
- 一种权利要求1-5任一项云平台镜像制作系统的实现方法,其特征在于,所述的方法包括如下步骤:(1)控制服务器从原生镜像库中下载指定镜像到镜像节点、从自定义脚本库中下载脚本到镜像节点;(2)在镜像节点中映射原生镜像并执行下载脚本;(3)控制服务器将镜像节点生成的镜像上传到云平台镜像库;所述的在镜像节点中映射原生镜像并执行下载脚本具体包括:(1)在镜像节点创建一个指定大小的文件;(2)将所述文件挂载制作成块设备;(3)格式化所述块设备并修改属性;(4)挂载所述块设备到镜像节点挂载目录;(5)解压镜像文件到所述挂载目录;(6)按自定义脚本文件的前后顺序运行脚本;(7)将所述文件转换成指定格式的镜像文件。
- 根据权利要求6所述的方法,其特征在于,所述块设备是一个由本地文件映射成的LOOP设备;所述指定格式包括RAW、VHD、QCOW2、TAR、ACI和DOCKER。
- 根据权利要求6所述的方法,其特征在于,所述的自定义脚本按特定的目录结构进行组织,脚本目录之间存在前后执行顺序;每个目录内的脚本存在执行的先后顺序,可以通过脚本名称自带顺序数字实现;所述的脚本目录包括不需要切换根目录的脚本存放目录和需要切换根目录的脚本存放目录。
- 根据权利要求7所述的方法,其特征在于,所述的自定义脚本按特定的目录结构进行组织,脚本目录之间存在前后执行顺序;每个目录内的脚本存在执行的先后顺序,可以通过脚本名称自带顺序数字实现;所述的脚本目录包括不需要切换根目录的脚本存放目录和需要切换根目录的脚本存放目录。
- 根据权利要求6至9任一项所述的方法,其特征在于,所述的镜像节点:(1)利用truncate工具创建一个指定大小的文件;(2)利用losetup工具将文件挂载制作成块设备;(3)利用mkfs工具格式化块设备,利用tune2fs工具修改块设备属性:(4)将从自定义脚本库中下载的脚本文件目录挂载或拷贝到镜像文件设备挂载目录后通过chroot切换根目录到镜像系统,执行自定义脚本。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710643901.6 | 2017-07-31 | ||
CN201710643901.6A CN107438102B (zh) | 2017-07-31 | 2017-07-31 | 一种云平台镜像制作系统及其实现方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019024122A1 true WO2019024122A1 (zh) | 2019-02-07 |
Family
ID=60460948
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2017/096145 WO2019024122A1 (zh) | 2017-07-31 | 2017-08-06 | 云平台镜像制作系统及其实现方法 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN107438102B (zh) |
WO (1) | WO2019024122A1 (zh) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111414231A (zh) * | 2020-03-18 | 2020-07-14 | 上海云轴信息科技有限公司 | 一种虚拟机镜像与容器镜像相互转换的方法及设备 |
CN111464603A (zh) * | 2020-03-24 | 2020-07-28 | 聚好看科技股份有限公司 | 一种服务器扩容方法及扩容系统 |
CN114765606A (zh) * | 2020-12-30 | 2022-07-19 | 中国联合网络通信集团有限公司 | 容器镜像传输方法、装置、设备及存储介质 |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108932155A (zh) * | 2018-07-25 | 2018-12-04 | 迈普通信技术股份有限公司 | 虚拟机存储管理方法、装置、电子设备及可读存储介质 |
CN109634718B (zh) * | 2018-12-13 | 2020-03-31 | 无锡华云数据技术服务有限公司 | 云平台创建镜像的方法及系统 |
CN109710276B (zh) * | 2018-12-21 | 2021-10-29 | 郑州云海信息技术有限公司 | 一种针对OpenStack云平台的持续集成与持续交付的敏捷方法及装置 |
CN109960517B (zh) * | 2019-03-14 | 2022-11-22 | 龙芯中科技术股份有限公司 | 镜像文件的制作方法、装置、系统及存储介质 |
CN110058867B (zh) * | 2019-04-29 | 2023-07-18 | 深圳市网心科技有限公司 | 应用程序镜像打包、安装方法及计算机装置、存储介质 |
CN110457555A (zh) * | 2019-06-24 | 2019-11-15 | 平安国际智慧城市科技股份有限公司 | 基于Docker的数据采集方法、装置及计算机设备、存储介质 |
CN111090439B (zh) * | 2019-12-13 | 2021-10-22 | 苏州浪潮智能科技有限公司 | 裸金属服务器linux系统镜像生成方法、装置及设备 |
CN111158773B (zh) * | 2019-12-31 | 2022-07-12 | 苏州浪潮智能科技有限公司 | 一种ks引导自动化批量装机的方法及系统 |
CN111459513B (zh) * | 2020-04-02 | 2024-04-02 | 西安远望谷物联网科技有限公司 | 一种基于OpenStack平台的Windows镜像制作系统与方法 |
CN113204363B (zh) * | 2021-05-27 | 2023-11-03 | 济南浪潮数据技术有限公司 | 一种云管理平台镜像离线定制系统 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020059172A1 (en) * | 1998-06-19 | 2002-05-16 | Mark Muhlestein | Backup and restore for heterogeneous file server environment |
CN103490929A (zh) * | 2013-09-25 | 2014-01-01 | 浪潮电子信息产业股份有限公司 | 一种服务器多适应性固件制作和实施方法 |
CN104252397A (zh) * | 2013-06-27 | 2014-12-31 | 广州中国科学院软件应用技术研究所 | 支持云平台用户文件自动备份的实现方法 |
CN104580519A (zh) * | 2015-01-29 | 2015-04-29 | 福建师范大学福清分校 | 一种快速部署openstack云计算平台的方法 |
CN106569802A (zh) * | 2016-10-17 | 2017-04-19 | 汉柏科技有限公司 | 防火墙iso安装镜像的制作方法及装置 |
CN106911500A (zh) * | 2017-02-20 | 2017-06-30 | 北京百度网讯科技有限公司 | 物理机的配置方法、装置和物理机 |
-
2017
- 2017-07-31 CN CN201710643901.6A patent/CN107438102B/zh active Active
- 2017-08-06 WO PCT/CN2017/096145 patent/WO2019024122A1/zh active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020059172A1 (en) * | 1998-06-19 | 2002-05-16 | Mark Muhlestein | Backup and restore for heterogeneous file server environment |
CN104252397A (zh) * | 2013-06-27 | 2014-12-31 | 广州中国科学院软件应用技术研究所 | 支持云平台用户文件自动备份的实现方法 |
CN103490929A (zh) * | 2013-09-25 | 2014-01-01 | 浪潮电子信息产业股份有限公司 | 一种服务器多适应性固件制作和实施方法 |
CN104580519A (zh) * | 2015-01-29 | 2015-04-29 | 福建师范大学福清分校 | 一种快速部署openstack云计算平台的方法 |
CN106569802A (zh) * | 2016-10-17 | 2017-04-19 | 汉柏科技有限公司 | 防火墙iso安装镜像的制作方法及装置 |
CN106911500A (zh) * | 2017-02-20 | 2017-06-30 | 北京百度网讯科技有限公司 | 物理机的配置方法、装置和物理机 |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111414231A (zh) * | 2020-03-18 | 2020-07-14 | 上海云轴信息科技有限公司 | 一种虚拟机镜像与容器镜像相互转换的方法及设备 |
CN111414231B (zh) * | 2020-03-18 | 2022-11-29 | 上海云轴信息科技有限公司 | 一种虚拟机镜像与容器镜像相互转换的方法及设备 |
CN111464603A (zh) * | 2020-03-24 | 2020-07-28 | 聚好看科技股份有限公司 | 一种服务器扩容方法及扩容系统 |
CN111464603B (zh) * | 2020-03-24 | 2022-03-29 | 聚好看科技股份有限公司 | 一种服务器扩容方法及扩容系统 |
CN114765606A (zh) * | 2020-12-30 | 2022-07-19 | 中国联合网络通信集团有限公司 | 容器镜像传输方法、装置、设备及存储介质 |
CN114765606B (zh) * | 2020-12-30 | 2023-07-25 | 中国联合网络通信集团有限公司 | 容器镜像传输方法、装置、设备及存储介质 |
Also Published As
Publication number | Publication date |
---|---|
CN107438102B (zh) | 2020-04-03 |
CN107438102A (zh) | 2017-12-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019024122A1 (zh) | 云平台镜像制作系统及其实现方法 | |
US11882177B2 (en) | Orchestration of data services in multiple cloud infrastructures | |
JP6774499B2 (ja) | オフラインでのハイブリッドアプリケーションへのアクセスの提供 | |
US9940203B1 (en) | Unified interface for cloud-based backup and restoration | |
JP6629697B2 (ja) | 仮想マシンイメージファイルを抽出する方法および装置 | |
US10521447B2 (en) | Container application execution using image metadata | |
CN108037961A (zh) | 一种应用程序配置方法、装置、服务器和存储介质 | |
US10331423B1 (en) | Utilizing cross platform streamable user interfaces to reduce software deployment frequency caused by user interface improvements | |
EP2778973B1 (en) | File system manager for customized resource allocation | |
US10255286B2 (en) | File metadata handler for storage and parallel processing of files in a distributed file system, and associated systems and methods | |
US10356212B2 (en) | Application delivery to a computing device using dynamic application volume creation and streaming | |
CN105518673B (zh) | 管理数据摄取 | |
US9900386B2 (en) | Provisioning data to distributed computing systems | |
US20150095473A1 (en) | Automatic configuration of applications based on host metadata using application-specific templates | |
TW201734780A (zh) | 行動終端應用程式的更新方法和裝置 | |
CN110532016B (zh) | 版本管理方法、版本更新方法和版本管理系统 | |
CN108874409A (zh) | 一种信息更新方法、装置、服务器及系统 | |
US20190155534A1 (en) | Methods and systems for improving efficiency in cloud-as-backup tier | |
Fan et al. | Gear: Enable efficient container storage and deployment with a new image format | |
US11159530B2 (en) | Direct upload and download to content management system backend | |
CN115941788A (zh) | 用于提供由多个服务平台提供的服务的集中式应用编程接口(api)代理 | |
CN114564211A (zh) | 集群部署方法、集群部署装置、设备及介质 | |
Feng et al. | BREAK: A Holistic Approach for Efficient Container Deployment among Edge Clouds | |
CN104539697A (zh) | 一种客户端、服务器及制作安卓移动应用的方法 | |
CN114024951B (zh) | 一种基于云边协同的电力边缘异构部署方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17920262 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 17920262 Country of ref document: EP Kind code of ref document: A1 |