WO2021012785A1 - Cloud disk mounting method and apparatus based on cloud storage, device, and storage medium - Google Patents
Cloud disk mounting method and apparatus based on cloud storage, device, and storage medium Download PDFInfo
- Publication number
- WO2021012785A1 WO2021012785A1 PCT/CN2020/093106 CN2020093106W WO2021012785A1 WO 2021012785 A1 WO2021012785 A1 WO 2021012785A1 CN 2020093106 W CN2020093106 W CN 2020093106W WO 2021012785 A1 WO2021012785 A1 WO 2021012785A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cloud
- read
- disk
- cluster
- data
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/3037—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a memory, e.g. virtual memory, cache
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0629—Configuration or reconfiguration of storage systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0655—Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
- G06F3/0658—Controller construction arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/067—Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]
-
- 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/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
- G06F9/526—Mutual exclusion algorithms
-
- 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/1097—Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
Definitions
- This application relates to the field of cloud technology, and in particular to a cloud disk mounting method, device, device, and storage medium based on cloud storage.
- KVM virtualization management platform
- KVM Kernel-based Virtual Machine
- Ceph distributed storage system
- the cloud platform KVM on the market adopts a one-to-one relationship when mounting storage clusters to computing clusters, and one computing cluster corresponds to one storage cluster.
- the KVM host on the computing cluster is labeled host.pod1, and the ceph host on the storage cluster is labeled storage.pod1.
- a virtual image is established through the two labels to realize connection and storage.
- the inventor realized that this connection method leads to a tight coupling relationship between one computing cluster and one storage cluster.
- this one-to-one relationship leads to any business container cluster and another
- the storage data of a business container cluster cannot be shared, causing troubles to the online and maintenance of the system.
- a cloud disk mounting method based on cloud storage includes:
- a cloud disk mounting device based on cloud storage includes:
- the business judgment module is used to receive the mount request sent by the user and judge whether the cloud disk read and write business is in a low peak period;
- the read-write lock module is used to perform read-write lock control on the source cluster when the cloud disk read-write business is in a low peak period;
- the mounting module is used to synchronously copy the data of the source cluster to the target cluster.
- a computer device includes a memory and a processor, and computer-readable instructions are stored in the memory, and when the computer-readable instructions are executed by the processor, the processor executes the following steps:
- a storage medium storing computer-readable instructions.
- the one or more processors execute the following steps:
- the above cloud storage-based cloud disk mounting method, device, equipment and storage medium include receiving a mounting request sent by a user and determining whether the cloud disk read and write business is in a low peak period; when the cloud disk read and write business is at a low peak During the period, the read-write lock control is performed on the source cluster; the data of the source cluster is synchronously copied to the target cluster.
- This application is based on the read-write lock between the storage of multi-service container clusters, which locks the clusters that need to be copied synchronously to avoid data errors during synchronous copying; the synchronous copying work is performed during low peak periods of business, so that cloud disk resources can be used quickly and improved Mount deployment efficiency.
- FIG. 1 is a flowchart of a cloud disk mounting method based on cloud storage in an embodiment of the application
- FIG. 2 is a flowchart of step S1 in an embodiment of the application
- FIG. 3 is a flowchart of step S2 in an embodiment of this application.
- FIG. 4 is a flowchart of step S3 in an embodiment of this application.
- Fig. 5 is a structural diagram of a cloud disk mounting device based on cloud storage in an embodiment of the application.
- FIG. 1 is a flowchart of a cloud disk mounting method based on cloud storage in an embodiment of this application. As shown in Figure 1, a cloud disk mounting method based on cloud storage includes the following steps:
- Step S1 read and write business judgment: receive a mount request sent by a user, and judge whether the cloud disk read and write business is in a low peak period.
- the mount request sent by the user can be obtained through the user hard disk configuration interface of the cloud portal website.
- the mount request includes the cloud hard disk information to be mounted and the target hard disk information.
- the user hard disk configuration interface can include the name, type, size, and usage status of the cloud hard disk that the user has allocated, as well as a mount button. Click the mount button to receive a mount request triggered by the user.
- the cloud management system After the cloud management system receives the mount request, it first determines whether the cloud disk read and write business is in a low peak period, and only in the low peak period can the subsequent automatic mounting step be performed.
- step S1 determining whether the cloud disk read and write business is in a low peak period, as shown in Figure 2, includes:
- Step S101 Judging the current time: obtaining the current time, and judging whether the current time is in a preset low peak period.
- the preset low peak period is the time when the cloud disk read and write business is less Segment, for example, between 12 AM and 3 AM. If the current time is not in this low peak period, it is determined that the cloud disk read and write business is in a non-low peak period, and subsequent automatic mounting steps are not performed. If the current time is in the preset low peak period, proceed to the next step.
- Step S102 Calculate the index threshold: when the current time is in the low peak period, read the historical activity index of the cloud disk, calculate the average value of the activity index in the preset period, and multiply the average value of the activity index by the index weight to obtain the index threshold.
- the activity indicators of cloud disks during peak business hours during the day and low business peaks at night differ greatly.
- the disk IOPS can reach 3000, while at night, the disk IOPS is only a few dozen. Therefore, the index threshold in this step is weighted after calculating the average value in the preset period.
- the historical activity indicators in this step include the number of reads and writes per second and throughput of the disk, where the number of reads and writes per second of the disk is the disk IOPS.
- the preset period in this step may be the day before the current time, and the average value of the activity indicators is the average value of all historical activity indicators in the day before the current time.
- the preset period may also be the daytime business peak period corresponding to the current time, for example, between 6 o'clock and 18:00, the average activity index is the average value of the daytime business peak period.
- the indicator weight in this step is a preset percentage, such as 70%, and the indicator threshold is 70% of the average value of the activity indicator.
- this step also includes: through a preset monitoring script, according to the sampling period, read the number of reads and writes per second of the cloud disk, the throughput of the cloud disk, and compare the sampling time, the number of reads and writes per second, and the throughput.
- the historical activity indicators stored as cloud disks are associated together.
- Disk IOPS and throughput indicators can be used to test disk IOPS and throughput in different situations through preset monitoring scripts such as test benchmark tools, mainly Iometer, IoZone, FIO, etc.
- the load characteristics of the data can be determined according to different application systems, and reasonable IOPS indicators can be selected for measurement.
- the sampling period can be preset, such as a time period of 1 minute, 5 minutes, or 10 minutes.
- Step S103 Determine the low peak period: read the activity index of the cloud disk at the current time and determine whether the activity index at the current time is lower than the index threshold. If it is lower, it is judged that the cloud disk read and write business is in the low peak period.
- the activity indicators at the current time are obtained using the same monitoring script as in step S102, that is, the disk IOPS and disk throughput at the current time are obtained. Compare the disk IOPS at the current time with the index threshold corresponding to the disk IOPS calculated in step S102, compare the disk throughput at the current time with the index threshold corresponding to the disk throughput calculated in step S102, and only the disk IOPS at the current time When both the disk throughput and the disk throughput are lower than the corresponding indicator threshold, the cloud disk read and write business is determined to be in a low peak period.
- This embodiment is a step-by-step method for judging whether the current time is in the low peak period and whether the activity index corresponding to the current time is lower than the index threshold. It is determined whether the disk read and write business is in the low peak period. Only under the premise of the low peak period, Proceed to the subsequent automatic mounting steps.
- Step S2 read-write lock control: when the cloud disk read-write business is in a low peak period, read-write lock control is performed on the source cluster.
- This step is only performed when the cloud disk read and write business is in a low peak period.
- the read-write lock control is also performed on the source cluster.
- step S2 as shown in FIG. 3, includes:
- Step S201 Define the source cluster: when the cloud disk read and write business is in a low peak period, one of the cloud disk or the target disk in the mount request is defined as the source cluster, and the other is defined as the target cluster.
- the cloud hard disk requested by the user and the corresponding target hard disk are regarded as two clusters and form a group.
- the two clusters in the same group can be either the source cluster or the target cluster.
- Two clusters perform differential copies. In this step, one of them can be randomly determined as the source cluster and the other as the target cluster.
- Step S202 locking the source cluster: adopting the preset service mode of the metadata server of the distributed file storage system to control the source cluster with three types of locks: read, write, and mutual exclusion.
- the service mode of the metadata server (ceph mds) of the distributed file storage system is used to implement three types of locks: read (rdlock), write (wrlock), and mutually exclusive (xlock).
- the read-write lock control period if the user read data is received, the data stored in the business container (pod) in the source cluster is read, and the read data is normal at this time. If the user's write data is received, the data will be written to the cache without placing it in the disk. After the automatic mounting step is completed, the write data will be placed in the disk.
- the source cluster before the data of the source cluster is quickly mounted, the source cluster is first controlled by the read-write lock to prevent the user from performing modification operations.
- Step S3 automatic mounting: synchronously copy the data of the source cluster to the target cluster.
- This step realizes the purpose of automatic mounting by automatically migrating and copying the difference data of the source cluster to the target cluster.
- step S3, as shown in FIG. 4 includes:
- Step S301 data query and comparison: read the data in the source cluster through the SQL structured query language, compare it with the target cluster, and if the target cluster does not contain data, store the data in the cache.
- the ceph monitor of the distributed file storage system is used to perform data object attributes and maintain metadata. So that only one thread can obtain the monitor of the data object at the same time, after a thread owns the monitor of the object, it can call notify() and notifyall() of the object to wake up and execute the thread. Ceph monitor can maintain the consistency of the cluster and avoid unnecessary congestion and data disorder.
- Step S302 data copy: when all the data with differences are stored in the cache, all the data in the cache is written into the target cluster.
- this step is to copy all the difference data to the target cluster at one time after storing all the difference data in the cache, effectively avoiding data confusion.
- the target cluster After completing the synchronous copy of the source cluster data to the target cluster, define the target cluster as the source cluster, define the source cluster as the target cluster, and perform the read-write lock control on the source cluster again and the subsequent synchronous copy of the source cluster data to the target Steps in the cluster.
- This embodiment uses SQL to read and compare the difference data in the two clusters, and puts all the difference data into the cache. Only after the difference data is completely stored, all the data in the cache is written to the target cluster.
- the SQL language and Cache technology realizes the purpose of synchronously copying the data of the source cluster to the target cluster.
- step S3 it further includes:
- the user's request is obtained through the user hard disk configuration interface of the cloud portal website.
- Creation parameters include disk name, disk type, disk capacity, IOPS parameters, number of disks, etc.
- a new disk is created by calling the create partition interface (createVolume interface).
- createVolume interface createVolume interface
- the user's request is obtained through the user hard disk configuration interface of the cloud portal website.
- the user hard disk configuration interface displays the created cloud hard drives, including the disk name, disk type, disk size, status, creator, and operable content of each cloud hard disk.
- the adjustment parameters include the cloud hard disk name or instance, and the adjusted capacity.
- By calling the resizeVolume interface adjust the cloud hard disk name or the disk capacity of the instance. It is the adjusted capacity.
- the user can implement disk adjustment requests by modifying the interface, such as requesting to modify the disk capacity of the cloud disk named SC-T0600256 to 1000GB.
- the cloud management system receives the above disk adjustment request, obtains the adjustment parameters, and adjusts the SC-T0600256 disk capacity to 1000GB by calling the resize partition interface (resizeVolume interface).
- cloud disk creation and capacity adjustment are performed through the createVolume interface and the resizeVolume interface, respectively, to provide users with more complete cloud disk performance adjustment requirements, and there is no need to stop during the creation and capacity adjustment. , To ensure business continuity.
- the cloud disk mounting method based on cloud storage is automatically mounted only when the cloud disk read and write business is in a low peak period, which ensures the reasonable use of cloud disk resources and improves the mounting efficiency;
- read-write lock control is also performed on the source cluster to prevent users from modifying data and avoid data confusion;
- the difference data is written to the target cluster at one time through SQL language and caching technology. Not only achieves the purpose of fast mounting, but the system does not need to be shut down, ensuring business continuity.
- a cloud disk mounting device based on cloud storage is proposed, as shown in FIG. 5, including the following modules:
- the business judgment module is used to receive the mount request sent by the user and judge whether the cloud disk read and write business is in a low peak period;
- the read-write lock module is used to control the read-write lock of the source cluster when the cloud disk read-write business is in a low peak period;
- the mount module is used to synchronously copy the data of the source cluster to the target cluster.
- a computer device including a memory and a processor, and computer-readable instructions are stored in the memory.
- the processor executes the computer-readable instructions to implement the above-mentioned
- the steps in the cloud disk mounting method of cloud storage include:
- a storage medium storing computer-readable instructions.
- the computer-readable instructions are executed by one or more processors, the one or more processors execute the above-mentioned cloud storage-based cloud disk attachment.
- the steps in the loading method include:
- the storage medium may be a non-volatile storage medium. It can also be a volatile storage medium.
- the program can be stored in a computer-readable storage medium, and the storage medium can include: Read only memory (ROM , Read Only Memory), random access memory (RAM, Random Access Memory), magnetic or optical disks, etc.
- ROM Read only memory
- RAM Random Access Memory
- magnetic or optical disks etc.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- Quality & Reliability (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The present application relates to the technical field of clouds, in particular to a cloud disk mounting method and apparatus based on cloud storage, a device and a storage medium. The method comprises: receiving a mounting request sent by a user, and determining whether a cloud disk read-write service is in an off-peak period; when the cloud disk read-write service is in the off-peak period, performing read-write lock control on a source cluster; and synchronously copying data of the source cluster to a target cluster. According to the present application, on the basis of a read-write lock between multi-service container cluster storage, the cluster requiring synchronous copying is locked to avoid an error in data when same is synchronously copied; and synchronous copying is carried out at the service off-peak period, such that cloud disk resources can be quickly used, and mounting deployment efficiency is improved.
Description
本申请要求于2019年07月22日提交中国专利局、申请号为201910663198.4,发明名称为“基于云存储的云磁盘挂载方法、装置、设备和存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application requires the priority of a Chinese patent application filed with the Chinese Patent Office on July 22, 2019, with the application number 201910663198.4 and the invention title of "Cloud storage-based cloud disk mounting method, device, equipment and storage medium". The entire content is incorporated into this application by reference.
本申请涉及云技术领域,尤其涉及一种基于云存储的云磁盘挂载方法、装置、设备和存储介质。This application relates to the field of cloud technology, and in particular to a cloud disk mounting method, device, device, and storage medium based on cloud storage.
近年来,云平台因其降低了用户的成本、提高了资源利用率而得到了快速的发展。云平台的核心在于虚拟化技术的搭建,目前主流的虚拟化层是采用虚拟化管理平台(Kernel-based
Virtual Machine,简称KVM)。云平台KVM通常采用集群为粒度,结合分布式存储系统(ceph),以实现自动挂载、快速在线拷贝和迁移等功能。In recent years, cloud platforms have developed rapidly because they reduce user costs and improve resource utilization. The core of the cloud platform lies in the construction of virtualization technology. At present, the mainstream virtualization layer adopts a virtualization management platform (Kernel-based
Virtual Machine, KVM for short). Cloud platform KVM usually uses clusters as the granularity, combined with a distributed storage system (ceph), to realize functions such as automatic mounting, fast online copying, and migration.
目前市面上云平台KVM对计算集群挂载存储集群时,采用一对一关系,一个计算集群对应一个存储集群。计算集群上的KVM主机打host.pod1标签,存储集群上的ceph主机打storage.pod1标签,通过两个标签建立虚拟化镜像,实现连接和存储。发明人意识到,这种连接方式导致一个计算集群与一个存储集群存在紧耦合关系,当存在两个计算集群和两个存储集群后,这种一对一的关系导致任一业务容器集群和另一业务容器集群的存储数据不能共享,并对系统上线和维护造成困扰。Currently, the cloud platform KVM on the market adopts a one-to-one relationship when mounting storage clusters to computing clusters, and one computing cluster corresponds to one storage cluster. The KVM host on the computing cluster is labeled host.pod1, and the ceph host on the storage cluster is labeled storage.pod1. A virtual image is established through the two labels to realize connection and storage. The inventor realized that this connection method leads to a tight coupling relationship between one computing cluster and one storage cluster. When there are two computing clusters and two storage clusters, this one-to-one relationship leads to any business container cluster and another The storage data of a business container cluster cannot be shared, causing troubles to the online and maintenance of the system.
有鉴于此,有必要针对多个业务容器集群存在数据无法共享,维护困难的问题,提供一种基于云存储的云磁盘挂载方法、装置、设备和存储介质。In view of this, it is necessary to provide a cloud disk mounting method, device, device, and storage medium based on cloud storage in response to the problem that data cannot be shared among multiple business container clusters and maintenance is difficult.
一种基于云存储的云磁盘挂载方法,包括:A cloud disk mounting method based on cloud storage includes:
接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;
当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;
将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
一种基于云存储的云磁盘挂载装置,包括:A cloud disk mounting device based on cloud storage includes:
业务判断模块,用于接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;The business judgment module is used to receive the mount request sent by the user and judge whether the cloud disk read and write business is in a low peak period;
读写锁模块,用于当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;The read-write lock module is used to perform read-write lock control on the source cluster when the cloud disk read-write business is in a low peak period;
挂载模块,用于将所述源集群的数据同步拷贝到目标集群中。The mounting module is used to synchronously copy the data of the source cluster to the target cluster.
一种计算机设备,包括存储器和处理器,所述存储器中存储有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述处理器执行以下步骤:A computer device includes a memory and a processor, and computer-readable instructions are stored in the memory, and when the computer-readable instructions are executed by the processor, the processor executes the following steps:
接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;
当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;
将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
一种存储有计算机可读指令的存储介质,所述计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:A storage medium storing computer-readable instructions. When the computer-readable instructions are executed by one or more processors, the one or more processors execute the following steps:
接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;
当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;
将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
上述基于云存储的云磁盘挂载方法、装置、设备和存储介质,包括接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;将所述源集群的数据同步拷贝到目标集群中。本申请基于多业务容器集群存储间的读写锁,对需要同步拷贝的集群进行锁定,避免数据在同步拷贝时出错;采用业务低峰期进行同步拷贝工作,使得云磁盘资源能快速使用,提高挂载部署效率。The above cloud storage-based cloud disk mounting method, device, equipment and storage medium include receiving a mounting request sent by a user and determining whether the cloud disk read and write business is in a low peak period; when the cloud disk read and write business is at a low peak During the period, the read-write lock control is performed on the source cluster; the data of the source cluster is synchronously copied to the target cluster. This application is based on the read-write lock between the storage of multi-service container clusters, which locks the clusters that need to be copied synchronously to avoid data errors during synchronous copying; the synchronous copying work is performed during low peak periods of business, so that cloud disk resources can be used quickly and improved Mount deployment efficiency.
图1为本申请一个实施例中的基于云存储的云磁盘挂载方法的流程图;FIG. 1 is a flowchart of a cloud disk mounting method based on cloud storage in an embodiment of the application;
图2为本申请一个实施例中步骤S1的流程图;FIG. 2 is a flowchart of step S1 in an embodiment of the application;
图3为本申请一个实施例中步骤S2的流程图;FIG. 3 is a flowchart of step S2 in an embodiment of this application;
图4为本申请一个实施例中步骤S3的流程图;FIG. 4 is a flowchart of step S3 in an embodiment of this application;
图5为本申请一个实施例中基于云存储的云磁盘挂载装置的结构图。Fig. 5 is a structural diagram of a cloud disk mounting device based on cloud storage in an embodiment of the application.
图1为本申请一个实施例中的基于云存储的云磁盘挂载方法的流程图,如图1所示,一种基于云存储的云磁盘挂载方法,包括以下步骤:Figure 1 is a flowchart of a cloud disk mounting method based on cloud storage in an embodiment of this application. As shown in Figure 1, a cloud disk mounting method based on cloud storage includes the following steps:
步骤S1,读写业务判断:接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期。Step S1, read and write business judgment: receive a mount request sent by a user, and judge whether the cloud disk read and write business is in a low peak period.
本步骤可以通过云门户网站的用户硬盘配置界面获取用户发送的挂载请求,此挂载请求中包含需要挂载的云硬盘信息和目标硬盘信息。用户硬盘配置界面可以包括用户已分配的云硬盘名称、类型、大小和使用状态,还包括挂载按钮,通过单击挂载按钮接收用户触发的挂载请求。云管理系统接收到挂载请求后,首先判断云磁盘读写业务是否处于低峰期,只有处于低峰期才进行后续的自动挂载步骤。In this step, the mount request sent by the user can be obtained through the user hard disk configuration interface of the cloud portal website. The mount request includes the cloud hard disk information to be mounted and the target hard disk information. The user hard disk configuration interface can include the name, type, size, and usage status of the cloud hard disk that the user has allocated, as well as a mount button. Click the mount button to receive a mount request triggered by the user. After the cloud management system receives the mount request, it first determines whether the cloud disk read and write business is in a low peak period, and only in the low peak period can the subsequent automatic mounting step be performed.
在一个实施例中,步骤S1,判断云磁盘读写业务是否处于低峰期,如图2所示,包括:In one embodiment, step S1, determining whether the cloud disk read and write business is in a low peak period, as shown in Figure 2, includes:
步骤S101,判断当前时间:获取当前时间,判断当前时间是否处于预设的低峰时段。Step S101: Judging the current time: obtaining the current time, and judging whether the current time is in a preset low peak period.
在接收到用户发送的挂载请求后,首先获取云管理系统当前时间,根据当前时间判断当前是否处于预设的低峰时段,此预设的低峰时段是云磁盘读写业务较少的时间段,比如凌晨12点到3点之间。若当前时间并非处于此低峰时段,则判断为云磁盘读写业务处于非低峰时段,不进行后续的自动挂载步骤。若当前时间处于预设的低峰时段,则进行下一步。After receiving the mount request sent by the user, first obtain the current time of the cloud management system, and determine whether the current time is in the preset low peak period based on the current time. The preset low peak period is the time when the cloud disk read and write business is less Segment, for example, between 12 AM and 3 AM. If the current time is not in this low peak period, it is determined that the cloud disk read and write business is in a non-low peak period, and subsequent automatic mounting steps are not performed. If the current time is in the preset low peak period, proceed to the next step.
步骤S102,计算指标阈值:在当前时间处于低峰时段时,读取云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将活动指标平均值乘以指标权重,得到指标阈值。Step S102: Calculate the index threshold: when the current time is in the low peak period, read the historical activity index of the cloud disk, calculate the average value of the activity index in the preset period, and multiply the average value of the activity index by the index weight to obtain the index threshold.
云磁盘在白天业务高峰期和夜晚业务低峰期的活动指标相差非常大,如在白天业务高峰期的磁盘IOPS可达到3000,而到夜晚磁盘IOPS只有几十。因此本步骤的指标阈值是从预设周期内计算平均值后加权得到的。The activity indicators of cloud disks during peak business hours during the day and low business peaks at night differ greatly. For example, during the peak business hours during the day, the disk IOPS can reach 3000, while at night, the disk IOPS is only a few dozen. Therefore, the index threshold in this step is weighted after calculating the average value in the preset period.
本步骤中的历史活动指标包括磁盘每秒的读写次数和吞吐量,其中磁盘每秒的读写次数即为磁盘IOPS。磁盘IOPS和吞吐量是衡量磁盘性能的主要指标。例如,读取10000个1KB的文件,用时10秒,则IOPS=1000,吞吐量=1MB/S,读取1个10MB的文件,用时0.2秒,则IOPS=5,吞吐量=50MB/S。本步骤中的预设周期可以为当前时间前一天内,活动指标平均值为当前时间前一天内所有历史活动指标的平均值。预设周期也可以是当前时间对应的白天业务高峰期,如6点到18点之间,活动指标平均值为白天业务高峰期的平均值。本步骤中的指标权重是一个预设的百分数,如70%,指标阈值即为活动指标平均值的70%。The historical activity indicators in this step include the number of reads and writes per second and throughput of the disk, where the number of reads and writes per second of the disk is the disk IOPS. Disk IOPS and throughput are the main indicators to measure disk performance. For example, to read 10,000 files of 1KB in 10 seconds, IOPS=1000, throughput=1MB/S, and to read 1 file of 10MB in 0.2 seconds, IOPS=5, throughput=50MB/S. The preset period in this step may be the day before the current time, and the average value of the activity indicators is the average value of all historical activity indicators in the day before the current time. The preset period may also be the daytime business peak period corresponding to the current time, for example, between 6 o'clock and 18:00, the average activity index is the average value of the daytime business peak period. The indicator weight in this step is a preset percentage, such as 70%, and the indicator threshold is 70% of the average value of the activity indicator.
在本步骤之前,还包括:通过预设的监控脚本,根据采样周期,分别读取云磁盘每秒的读写次数、云磁盘的吞吐量,将采样时间、每秒的读写次数和吞吐量一起关联存储为云磁盘的历史活动指标。Before this step, it also includes: through a preset monitoring script, according to the sampling period, read the number of reads and writes per second of the cloud disk, the throughput of the cloud disk, and compare the sampling time, the number of reads and writes per second, and the throughput. The historical activity indicators stored as cloud disks are associated together.
磁盘IOPS和吞吐量指标可以通过预设的监控脚本如测试benchmark工具,主要有Iometer、IoZone、FIO等,可以综合用于测试磁盘在不同情形下的IOPS和吞吐量。本步骤可以根据不同的应用系统,需要确定数据的负载特征,选择合理的IOPS指标进行测量。采样周期可以预先设置,如1分钟、5分钟或10分钟等时间周期。Disk IOPS and throughput indicators can be used to test disk IOPS and throughput in different situations through preset monitoring scripts such as test benchmark tools, mainly Iometer, IoZone, FIO, etc. In this step, the load characteristics of the data can be determined according to different application systems, and reasonable IOPS indicators can be selected for measurement. The sampling period can be preset, such as a time period of 1 minute, 5 minutes, or 10 minutes.
步骤S103,判断低峰期:读取云磁盘当前时间的活动指标,判断当前时间的活动指标是否低于指标阈值,若低于,则判断为云磁盘读写业务处于低峰期。Step S103: Determine the low peak period: read the activity index of the cloud disk at the current time and determine whether the activity index at the current time is lower than the index threshold. If it is lower, it is judged that the cloud disk read and write business is in the low peak period.
当前时间的活动指标采用与步骤S102相同的监控脚本获取活动指标,即获取当前时间的磁盘IOPS和磁盘吞吐量。将当前时间的磁盘IOPS与步骤S102计算得到的磁盘IOPS对应的指标阈值进行比较,将当前时间的磁盘吞吐量与步骤S102计算得到的磁盘吞吐量对应的指标阈值进行比较,只有当前时间的磁盘IOPS和磁盘吞吐量均低于对应的指标阈值时,才确定云磁盘读写业务处于低峰期。The activity indicators at the current time are obtained using the same monitoring script as in step S102, that is, the disk IOPS and disk throughput at the current time are obtained. Compare the disk IOPS at the current time with the index threshold corresponding to the disk IOPS calculated in step S102, compare the disk throughput at the current time with the index threshold corresponding to the disk throughput calculated in step S102, and only the disk IOPS at the current time When both the disk throughput and the disk throughput are lower than the corresponding indicator threshold, the cloud disk read and write business is determined to be in a low peak period.
本实施例分别判断当前时间是否处于低峰时段、当前时间对应的活动指标是否低于指标阈值的逐步判断方法,确定磁盘读写业务是否处于低峰期,只有处于低峰期的前提下,才能进行后续的自动挂载步骤。This embodiment is a step-by-step method for judging whether the current time is in the low peak period and whether the activity index corresponding to the current time is lower than the index threshold. It is determined whether the disk read and write business is in the low peak period. Only under the premise of the low peak period, Proceed to the subsequent automatic mounting steps.
步骤S2,读写锁控制:当云磁盘读写业务处于低峰期时,对源集群进行读写锁控制。Step S2, read-write lock control: when the cloud disk read-write business is in a low peak period, read-write lock control is performed on the source cluster.
本步骤只有在云磁盘读写业务处于低峰期时才进行,在进行自动挂载前,还对源集群进行读写锁控制。This step is only performed when the cloud disk read and write business is in a low peak period. Before automatic mounting, the read-write lock control is also performed on the source cluster.
在一个实施例中,步骤S2,如图3所示,包括:In one embodiment, step S2, as shown in FIG. 3, includes:
步骤S201,定义源集群:当云磁盘读写业务处于低峰期时,将挂载请求中的云硬盘或目标硬盘中的一个定义为源集群,另一个定义为目标集群。Step S201: Define the source cluster: when the cloud disk read and write business is in a low peak period, one of the cloud disk or the target disk in the mount request is defined as the source cluster, and the other is defined as the target cluster.
接收到的用户发送的挂载请求中,用户请求的云硬盘和对应的目标硬盘作为两个集群且为一组,同一组中的两个集群既可以是源集群也可以是目标集群,需要对两个集群进行差异拷贝,本步骤可随机确定其中一个为源集群,另一个为目标集群。In the mount request sent by the user, the cloud hard disk requested by the user and the corresponding target hard disk are regarded as two clusters and form a group. The two clusters in the same group can be either the source cluster or the target cluster. Two clusters perform differential copies. In this step, one of them can be randomly determined as the source cluster and the other as the target cluster.
步骤S202,锁定源集群:采用预设的分布式文件存储系统的元数据服务器的服务方式,对源集群进行读、写和互斥三类锁控制。Step S202, locking the source cluster: adopting the preset service mode of the metadata server of the distributed file storage system to control the source cluster with three types of locks: read, write, and mutual exclusion.
在读写锁控制时,采用分布式文件存储系统的元数据服务器(ceph mds)的服务方式实现读(rdlock)、写(wrlock)、互斥(xlock)三类锁。In the read-write lock control, the service mode of the metadata server (ceph mds) of the distributed file storage system is used to implement three types of locks: read (rdlock), write (wrlock), and mutually exclusive (xlock).
在读写锁控制期间,若接收到用户读数据时,读取源集群中业务容器(pod)存储的数据,此时读数据正常。若接收到用户的写数据时,将数据写入缓存(cache)中,不落盘,等待完成自动挂载步骤后,再进行写数据的落盘。During the read-write lock control period, if the user read data is received, the data stored in the business container (pod) in the source cluster is read, and the read data is normal at this time. If the user's write data is received, the data will be written to the cache without placing it in the disk. After the automatic mounting step is completed, the write data will be placed in the disk.
本实施例在对源集群的数据进行快速挂载前,先将源集群通过读写锁控制,避免用户进行修改操作。In this embodiment, before the data of the source cluster is quickly mounted, the source cluster is first controlled by the read-write lock to prevent the user from performing modification operations.
步骤S3,自动挂载:将源集群的数据同步拷贝到目标集群中。Step S3, automatic mounting: synchronously copy the data of the source cluster to the target cluster.
本步骤通过将源集群的差异数据自动迁移拷贝到目标集群中,实现自动挂载目的。This step realizes the purpose of automatic mounting by automatically migrating and copying the difference data of the source cluster to the target cluster.
在一个实施例中,步骤S3,如图4所示,包括:In one embodiment, step S3, as shown in FIG. 4, includes:
步骤S301,数据查询及比较:通过SQL结构化查询语言读取源集群中的数据,与目标集群进行比较,若目标集群中未含有数据,则将数据存储到缓存中。Step S301, data query and comparison: read the data in the source cluster through the SQL structured query language, compare it with the target cluster, and if the target cluster does not contain data, store the data in the cache.
在进行本步骤时,采用分布式文件存储系统的监视器(ceph monitor)进行数据对象属性,维护元数据。以便于同时只有一个线程可以获取数据对象的monitor,一个线程拥有对象的monitor后,才能调用该对象的notify()和notifyall()来实现对线程的唤醒和执行。ceph monitor可以维护集群的一致性,避免不必要的阻塞和数据的错乱。When performing this step, the ceph monitor of the distributed file storage system is used to perform data object attributes and maintain metadata. So that only one thread can obtain the monitor of the data object at the same time, after a thread owns the monitor of the object, it can call notify() and notifyall() of the object to wake up and execute the thread. Ceph monitor can maintain the consistency of the cluster and avoid unnecessary congestion and data disorder.
步骤S302,数据拷贝:当存在差异的数据全部存储到缓存中后,将缓存中的所有数据写入目标集群中。Step S302, data copy: when all the data with differences are stored in the cache, all the data in the cache is written into the target cluster.
由于目标集群并未进行读写锁控制,因此本步骤是在对所有差异数据都存储到缓存中后,将所有差异数据一次性拷贝到目标集群中,有效避免数据的错乱。在完成源集群数据同步拷贝到目标集群后,还将目标集群定义为源集群,将源集群定义为目标集群,再次对源集群进行读写锁控制和后续的将源集群的数据同步拷贝到目标集群中的步骤。Since the target cluster does not perform read-write lock control, this step is to copy all the difference data to the target cluster at one time after storing all the difference data in the cache, effectively avoiding data confusion. After completing the synchronous copy of the source cluster data to the target cluster, define the target cluster as the source cluster, define the source cluster as the target cluster, and perform the read-write lock control on the source cluster again and the subsequent synchronous copy of the source cluster data to the target Steps in the cluster.
本实施例采用SQL读取和比对两个集群中的差异数据,将所有差异数据放入缓存,只有差异数据全部存储完成后,将缓存中的所有数据都写入目标集群,通过SQL语言及缓存技术实现源集群的数据同步拷贝到目标集群的目的。This embodiment uses SQL to read and compare the difference data in the two clusters, and puts all the difference data into the cache. Only after the difference data is completely stored, all the data in the cache is written to the target cluster. The SQL language and Cache technology realizes the purpose of synchronously copying the data of the source cluster to the target cluster.
在一个实施例中,步骤S3后,还包括:In an embodiment, after step S3, it further includes:
接收用户发送的创建磁盘请求,获取创建磁盘请求中的创建参数,调用创建分区接口,以创建参数创建新的磁盘。Receive the disk creation request sent by the user, obtain the creation parameters in the disk creation request, and call the partition creation interface to create a new disk with the creation parameters.
本步骤在接收创建磁盘请求时,通过云门户网站的用户硬盘配置界面获取用户的请求。创建参数包括磁盘名称、磁盘类型、磁盘容量、IOPS参数、磁盘数量等。例如接收到用户发送的创建容量为60GB,1120IOPS参数的创建磁盘请求,通过调用创建分区接口(createVolume接口),创建新的磁盘。在创建新的磁盘时,还可以获取用户的用户名作为创建人,与创建好的磁盘对应的参数一起展示给用户查看。In this step, when receiving a disk creation request, the user's request is obtained through the user hard disk configuration interface of the cloud portal website. Creation parameters include disk name, disk type, disk capacity, IOPS parameters, number of disks, etc. For example, after receiving a disk creation request with a creation capacity of 60GB and 1120IOPS parameters sent by the user, a new disk is created by calling the create partition interface (createVolume interface). When creating a new disk, you can also obtain the user name of the user as the creator, and display it to the user for viewing along with the parameters corresponding to the created disk.
接收用户发送的调整磁盘请求,获取调整磁盘请求中的调整参数,调用调整分区大小接口,以调整参数对磁盘进行参数调整。Receive the disk adjustment request sent by the user, obtain the adjustment parameters in the adjustment disk request, and call the partition size adjustment interface to adjust the parameters of the disk.
本步骤在接收调整磁盘请求时,通过云门户网站的用户硬盘配置界面获取用户的请求。用户硬盘配置界面展示有已创建好的云硬盘,包括每个云硬盘的磁盘名称、磁盘类型、磁盘大小、状态、创建人及可操作内容。接收用户发送的调整磁盘请求后,获取用户通过修改界面输入的调整参数,调整参数包括云硬盘名称或实例、调整后容量,通过调用resizeVolume接口,对云硬盘名称或实例的磁盘容量进行调整,调整为调整后容量。例如,用户通过修改界面,实现调整磁盘请求,如请求将云盘名称为SC-T0600256的磁盘容量修改为1000GB。用户点击修改界面中的确认按钮,触发调整磁盘请求,云管理系统接收上述调整磁盘请求,获取调整参数,通过调用调整分区大小接口(resizeVolume接口),将SC-T0600256的磁盘的容量调整为1000GB。In this step, when receiving a disk adjustment request, the user's request is obtained through the user hard disk configuration interface of the cloud portal website. The user hard disk configuration interface displays the created cloud hard drives, including the disk name, disk type, disk size, status, creator, and operable content of each cloud hard disk. After receiving the disk adjustment request sent by the user, obtain the adjustment parameters input by the user through the modification interface. The adjustment parameters include the cloud hard disk name or instance, and the adjusted capacity. By calling the resizeVolume interface, adjust the cloud hard disk name or the disk capacity of the instance. It is the adjusted capacity. For example, the user can implement disk adjustment requests by modifying the interface, such as requesting to modify the disk capacity of the cloud disk named SC-T0600256 to 1000GB. The user clicks the confirmation button in the modification interface to trigger the disk adjustment request. The cloud management system receives the above disk adjustment request, obtains the adjustment parameters, and adjusts the SC-T0600256 disk capacity to 1000GB by calling the resize partition interface (resizeVolume interface).
本实施例在自动挂载完成后,还分别通过createVolume接口和resizeVolume接口进行云磁盘的创建和容量调整,为用户提供更为完善的云磁盘性能调整需求,且在创建和容量调整时,无需停机,保证了业务的连续性。In this embodiment, after the automatic mounting is completed, cloud disk creation and capacity adjustment are performed through the createVolume interface and the resizeVolume interface, respectively, to provide users with more complete cloud disk performance adjustment requirements, and there is no need to stop during the creation and capacity adjustment. , To ensure business continuity.
本实施例基于云存储的云磁盘挂载方法,只有云磁盘读写业务处于低峰期的情况下才进行自动挂载工作,保证了云磁盘资源的合理利用,提高了挂载效率;在自动挂载前,还对源集群进行读写锁控制,避免用户进行数据修改操作,避免了数据的错乱;在进行自动挂载时,通过SQL语言及缓存技术将差异数据一次性写入目标集群,不仅实现了快速挂载的目的,且系统无需停机,保证了业务的连续性。In this embodiment, the cloud disk mounting method based on cloud storage is automatically mounted only when the cloud disk read and write business is in a low peak period, which ensures the reasonable use of cloud disk resources and improves the mounting efficiency; Before mounting, read-write lock control is also performed on the source cluster to prevent users from modifying data and avoid data confusion; during automatic mounting, the difference data is written to the target cluster at one time through SQL language and caching technology. Not only achieves the purpose of fast mounting, but the system does not need to be shut down, ensuring business continuity.
在一个实施例中,提出了一种基于云存储的云磁盘挂载装置,如图5所示,包括如下模块:In one embodiment, a cloud disk mounting device based on cloud storage is proposed, as shown in FIG. 5, including the following modules:
业务判断模块,用于接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;The business judgment module is used to receive the mount request sent by the user and judge whether the cloud disk read and write business is in a low peak period;
读写锁模块,用于当云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;The read-write lock module is used to control the read-write lock of the source cluster when the cloud disk read-write business is in a low peak period;
挂载模块,用于将源集群的数据同步拷贝到目标集群中。The mount module is used to synchronously copy the data of the source cluster to the target cluster.
在一个实施例中,提出了一种计算机设备,包括存储器和处理器,存储器中存储有计算机可读指令,计算机可读指令被处理器执行时,使得处理器执行计算机可读指令时实现上述基于云存储的云磁盘挂载方法中的步骤,包括:In one embodiment, a computer device is proposed, including a memory and a processor, and computer-readable instructions are stored in the memory. When the computer-readable instructions are executed by the processor, the processor executes the computer-readable instructions to implement the above-mentioned The steps in the cloud disk mounting method of cloud storage include:
接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;
当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;
将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
在一个实施例中,提出了一种存储有计算机可读指令的存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行上述基于云存储的云磁盘挂载方法中的步骤,包括:In one embodiment, a storage medium storing computer-readable instructions is provided. When the computer-readable instructions are executed by one or more processors, the one or more processors execute the above-mentioned cloud storage-based cloud disk attachment. The steps in the loading method include:
接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;
当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;
将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
其中,存储介质可以为非易失性存储介质。也可以为易失性存储介质。Wherein, the storage medium may be a non-volatile storage medium. It can also be a volatile storage medium.
本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于一计算机可读存储介质中,存储介质可以包括:只读存储器 (ROM
,Read Only Memory) 、随机存取存储器 (RAM ,Random Access
Memory)、磁盘或光盘等。A person of ordinary skill in the art can understand that all or part of the steps in the various methods of the above-mentioned embodiments can be completed by a program instructing relevant hardware. The program can be stored in a computer-readable storage medium, and the storage medium can include: Read only memory (ROM
, Read Only Memory), random access memory (RAM, Random Access
Memory), magnetic or optical disks, etc.
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。The technical features of the above-mentioned embodiments can be combined arbitrarily. In order to make the description concise, all possible combinations of the technical features in the above-mentioned embodiments are not described. However, as long as there is no contradiction in the combination of these technical features, All should be considered as the scope of this specification.
Claims (20)
- 一种基于云存储的云磁盘挂载方法,其中,包括:A cloud disk mounting method based on cloud storage, which includes:接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
- 根据权利要求1所述的基于云存储的云磁盘挂载方法,其中,所述判断云磁盘读写业务是否处于低峰期,包括:The cloud disk mounting method based on cloud storage according to claim 1, wherein said determining whether the cloud disk read and write business is in a low peak period comprises:获取当前时间,判断当前时间是否处于预设的低峰时段;Get the current time and determine whether the current time is in the preset low peak period;在当前时间处于所述低峰时段时,读取所述云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将所述活动指标平均值乘以指标权重,得到指标阈值;When the current time is in the low peak period, read the historical activity indicators of the cloud disk, calculate the average value of the activity indicators in a preset period, and multiply the average value of the activity indicators by the indicator weight to obtain the indicator threshold;读取所述云磁盘当前时间的活动指标,判断当前时间的活动指标是否低于所述指标阈值,若低于,则判断为所述云磁盘读写业务处于低峰期。Read the activity index of the cloud disk at the current time, and determine whether the activity index at the current time is lower than the index threshold, and if it is lower, it is determined that the cloud disk read-write business is in a low peak period.
- 根据权利要求2所述的基于云存储的云磁盘挂载方法,其中,所述读取所述云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将所述活动指标平均值乘以指标权重,得到指标阈值前,所述方法还包括:The method for mounting cloud disks based on cloud storage according to claim 2, wherein said reading historical activity indicators of said cloud disks, calculating an average value of activity indicators in a preset period, and calculating the average value of said activity indicators Before multiplying the index weight to obtain the index threshold, the method further includes:通过预设的监控脚本,根据采样周期,分别读取所述云磁盘每秒的读写次数、所述云磁盘的吞吐量,将采样时间、所述每秒的读写次数和吞吐量一起关联存储为所述云磁盘的历史活动指标。Through a preset monitoring script, read the number of reads and writes per second of the cloud disk and the throughput of the cloud disk respectively according to the sampling period, and associate the sampling time, the number of reads and writes per second and the throughput together Stored as a historical activity indicator of the cloud disk.
- 根据权利要求1所述的基于云存储的云磁盘挂载方法,其中,所述当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制,包括:The method for mounting cloud disks based on cloud storage according to claim 1, wherein said performing read-write lock control on the source cluster when the cloud disk read-write business is in a low peak period comprises:当所述云磁盘读写业务处于低峰期时,将所述挂载请求中的云硬盘或目标硬盘中的一个定义为源集群,另一个定义为目标集群;When the cloud disk read and write business is in a low peak period, define one of the cloud hard disk or the target hard disk in the mount request as the source cluster, and the other as the target cluster;采用预设的分布式文件存储系统的元数据服务器的服务方式,对所述源集群进行读、写和互斥三类锁控制。Using the preset service mode of the metadata server of the distributed file storage system, the source cluster is controlled by three types of locks: read, write, and mutual exclusion.
- 根据权利要求1所述的基于云存储的云磁盘挂载方法,其中,所述将所述源集群的数据同步拷贝到目标集群中,包括:The method for mounting cloud disks based on cloud storage according to claim 1, wherein said synchronously copying the data of the source cluster to the target cluster comprises:通过SQL结构化查询语言读取所述源集群中的数据,与所述目标集群进行比较,若所述目标集群中未含有所述数据,则将所述数据存储到缓存中;Read the data in the source cluster through the SQL structured query language, compare it with the target cluster, and if the target cluster does not contain the data, store the data in a cache;当存在差异的所述数据全部存储到所述缓存中后,将所述缓存中的所有数据写入所述目标集群中。When all the data with differences are stored in the cache, all the data in the cache is written into the target cluster.
- 根据权利要求1所述的基于云存储的云磁盘挂载方法,其中,所述将所述源集群的数据同步拷贝到目标集群中后,所述方法还包括:The method for mounting cloud disks based on cloud storage according to claim 1, wherein after the synchronous copying of the data of the source cluster to the target cluster, the method further comprises:接收用户发送的创建磁盘请求,获取所述创建磁盘请求中的创建参数,调用创建分区接口,以所述创建参数创建新的磁盘。Receive the disk creation request sent by the user, obtain the creation parameters in the disk creation request, call the partition creation interface, and create a new disk with the creation parameters.
- 根据权利要求1所述的基于云存储的云磁盘挂载方法,其中,所述将所述源集群的数据同步拷贝到目标集群中后,还包括:The method for mounting cloud disks based on cloud storage according to claim 1, wherein after synchronously copying the data of the source cluster to the target cluster, the method further comprises:接收用户发送的调整磁盘请求,获取所述调整磁盘请求中的调整参数,调用调整分区大小接口,以所述调整参数对磁盘进行参数调整。Receive the disk adjustment request sent by the user, obtain the adjustment parameters in the adjustment disk request, call the partition size adjustment interface, and perform parameter adjustment on the disk using the adjustment parameters.
- 一种基于云存储的云磁盘挂载装置,其中,包括:A cloud disk mounting device based on cloud storage, which includes:业务判断模块,用于接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;The business judgment module is used to receive the mount request sent by the user and judge whether the cloud disk read and write business is in a low peak period;读写锁模块,用于当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;The read-write lock module is used to perform read-write lock control on the source cluster when the cloud disk read-write business is in a low peak period;挂载模块,用于将所述源集群的数据同步拷贝到目标集群中。The mounting module is used to synchronously copy the data of the source cluster to the target cluster.
- 一种计算机设备,其中,包括存储器和处理器,所述存储器中存储有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述处理器执行一种基于云存储的云磁盘挂载方法,包括:A computer device, which includes a memory and a processor, the memory stores computer-readable instructions, and when the computer-readable instructions are executed by the processor, the processor executes a cloud storage-based Cloud disk mounting methods include:接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
- 根据权利要求9所述的计算机设备,其中,所述判断云磁盘读写业务是否处于低峰期,包括:The computer device according to claim 9, wherein said determining whether the cloud disk read and write service is in a low peak period comprises:获取当前时间,判断当前时间是否处于预设的低峰时段;Get the current time and determine whether the current time is in the preset low peak period;在当前时间处于所述低峰时段时,读取所述云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将所述活动指标平均值乘以指标权重,得到指标阈值;When the current time is in the low peak period, read the historical activity index of the cloud disk, calculate the average value of the activity index in a preset period, and multiply the average value of the activity index by the index weight to obtain an index threshold;读取所述云磁盘当前时间的活动指标,判断当前时间的活动指标是否低于所述指标阈值,若低于,则判断为所述云磁盘读写业务处于低峰期。Read the activity index of the cloud disk at the current time, and determine whether the activity index at the current time is lower than the index threshold, and if it is lower, it is determined that the cloud disk read-write business is in a low peak period.
- 根据权利要求10所述的计算机设备,其中,所述读取所述云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将所述活动指标平均值乘以指标权重,得到指标阈值前,所述方法还包括:The computer device according to claim 10, wherein the reading the historical activity index of the cloud disk, calculating the average value of the activity index in a preset period, and multiplying the average value of the activity index by the index weight to obtain the index Before the threshold, the method further includes:通过预设的监控脚本,根据采样周期,分别读取所述云磁盘每秒的读写次数、所述云磁盘的吞吐量,将采样时间、所述每秒的读写次数和吞吐量一起关联存储为所述云磁盘的历史活动指标。Through a preset monitoring script, read the number of reads and writes per second of the cloud disk and the throughput of the cloud disk respectively according to the sampling period, and associate the sampling time, the number of reads and writes per second and the throughput together Stored as a historical activity indicator of the cloud disk.
- 根据权利要求9所述的计算机设备,其中,所述当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制,包括:9. The computer device according to claim 9, wherein said performing read-write lock control on the source cluster when the cloud disk read-write service is in a low peak period comprises:当所述云磁盘读写业务处于低峰期时,将所述挂载请求中的云硬盘或目标硬盘中的一个定义为源集群,另一个定义为目标集群;When the cloud disk read-write business is in a low peak period, define one of the cloud hard disk or the target hard disk in the mount request as the source cluster, and the other as the target cluster;采用预设的分布式文件存储系统的元数据服务器的服务方式,对所述源集群进行读、写和互斥三类锁控制。Using the preset service mode of the metadata server of the distributed file storage system, the source cluster is controlled by three types of locks: read, write, and mutual exclusion.
- 根据权利要求9所述的计算机设备,其中,所述将所述源集群的数据同步拷贝到目标集群中,包括:The computer device according to claim 9, wherein the synchronously copying the data of the source cluster to the target cluster comprises:通过SQL结构化查询语言读取所述源集群中的数据,与所述目标集群进行比较,若所述目标集群中未含有所述数据,则将所述数据存储到缓存中;Read the data in the source cluster through the SQL structured query language, compare it with the target cluster, and if the target cluster does not contain the data, store the data in a cache;当存在差异的所述数据全部存储到所述缓存中后,将所述缓存中的所有数据写入所述目标集群中。When all the data with differences are stored in the cache, all the data in the cache is written into the target cluster.
- 根据权利要求9所述的计算机设备,其中,所述将所述源集群的数据同步拷贝到目标集群中后,所述方法还包括:The computer device according to claim 9, wherein, after the synchronously copying the data of the source cluster to the target cluster, the method further comprises:接收用户发送的创建磁盘请求,获取所述创建磁盘请求中的创建参数,调用创建分区接口,以所述创建参数创建新的磁盘。Receive the disk creation request sent by the user, obtain the creation parameters in the disk creation request, call the partition creation interface, and create a new disk with the creation parameters.
- 根据权利要求9所述的计算机设备,其中,所述将所述源集群的数据同步拷贝到目标集群中后,还包括:9. The computer device according to claim 9, wherein, after synchronously copying the data of the source cluster to the target cluster, the method further comprises:接收用户发送的调整磁盘请求,获取所述调整磁盘请求中的调整参数,调用调整分区大小接口,以所述调整参数对磁盘进行参数调整。Receive the disk adjustment request sent by the user, obtain the adjustment parameters in the adjustment disk request, call the partition size adjustment interface, and perform parameter adjustment on the disk using the adjustment parameters.
- 一种存储有计算机可读指令的存储介质,其中,所述计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行一种基于云存储的云磁盘挂载方法,包括:A storage medium storing computer-readable instructions, wherein when the computer-readable instructions are executed by one or more processors, one or more processors execute a cloud disk mounting method based on cloud storage, include:接收用户发送的挂载请求,判断云磁盘读写业务是否处于低峰期;Receive the mount request sent by the user and determine whether the cloud disk read and write business is in a low peak period;当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制;When the cloud disk read-write business is in a low peak period, perform read-write lock control on the source cluster;将所述源集群的数据同步拷贝到目标集群中。Synchronously copy the data of the source cluster to the target cluster.
- 根据权利要求16所述的存储有计算机可读指令的存储介质,其中,所述判断云磁盘读写业务是否处于低峰期,包括:The storage medium storing computer readable instructions according to claim 16, wherein said determining whether the cloud disk read and write business is in a low peak period comprises:获取当前时间,判断当前时间是否处于预设的低峰时段;Get the current time and determine whether the current time is in the preset low peak period;在当前时间处于所述低峰时段时,读取所述云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将所述活动指标平均值乘以指标权重,得到指标阈值;When the current time is in the low peak period, read the historical activity indicators of the cloud disk, calculate the average value of the activity indicators in a preset period, and multiply the average value of the activity indicators by the indicator weight to obtain the indicator threshold;读取所述云磁盘当前时间的活动指标,判断当前时间的活动指标是否低于所述指标阈值,若低于,则判断为所述云磁盘读写业务处于低峰期。Read the activity index of the cloud disk at the current time, and determine whether the activity index at the current time is lower than the index threshold, and if it is lower, it is determined that the cloud disk read-write business is in a low peak period.
- 根据权利要求17所述的存储有计算机可读指令的存储介质,其中,所述读取所述云磁盘的历史活动指标,计算预设周期内的活动指标平均值,将所述活动指标平均值乘以指标权重,得到指标阈值前,所述方法还包括:The storage medium storing computer-readable instructions according to claim 17, wherein said reading the historical activity index of the cloud disk, calculating the average value of the activity index in a preset period, and calculating the average value of the activity index Before multiplying the index weight to obtain the index threshold, the method further includes:通过预设的监控脚本,根据采样周期,分别读取所述云磁盘每秒的读写次数、所述云磁盘的吞吐量,将采样时间、所述每秒的读写次数和吞吐量一起关联存储为所述云磁盘的历史活动指标。Through a preset monitoring script, read the number of reads and writes per second of the cloud disk and the throughput of the cloud disk respectively according to the sampling period, and associate the sampling time, the number of reads and writes per second and the throughput together Stored as a historical activity indicator of the cloud disk.
- 根据权利要求16所述的存储有计算机可读指令的存储介质,其中,所述当所述云磁盘读写业务处于低峰期时,对源集群进行读写锁控制,包括:The storage medium storing computer-readable instructions according to claim 16, wherein said performing read-write lock control on the source cluster when the cloud disk read-write service is in a low peak period comprises:当所述云磁盘读写业务处于低峰期时,将所述挂载请求中的云硬盘或目标硬盘中的一个定义为源集群,另一个定义为目标集群;When the cloud disk read and write business is in a low peak period, define one of the cloud hard disk or the target hard disk in the mount request as the source cluster, and the other as the target cluster;采用预设的分布式文件存储系统的元数据服务器的服务方式,对所述源集群进行读、写和互斥三类锁控制。Using the preset service mode of the metadata server of the distributed file storage system, the source cluster is controlled by three types of locks: read, write, and mutual exclusion.
- 根据权利要求16所述的存储有计算机可读指令的存储介质,其中,所述将所述源集群的数据同步拷贝到目标集群中,包括:The storage medium storing computer-readable instructions according to claim 16, wherein said synchronously copying the data of the source cluster to the target cluster comprises:通过SQL结构化查询语言读取所述源集群中的数据,与所述目标集群进行比较,若所述目标集群中未含有所述数据,则将所述数据存储到缓存中;Read the data in the source cluster through the SQL structured query language, compare it with the target cluster, and if the target cluster does not contain the data, store the data in a cache;当存在差异的所述数据全部存储到所述缓存中后,将所述缓存中的所有数据写入所述目标集群中。When all the data with differences are stored in the cache, all the data in the cache is written into the target cluster.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910663198.4 | 2019-07-22 | ||
CN201910663198.4A CN110515539B (en) | 2019-07-22 | 2019-07-22 | Cloud disk mounting method, device, equipment and storage medium based on cloud storage |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021012785A1 true WO2021012785A1 (en) | 2021-01-28 |
Family
ID=68623405
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2020/093106 WO2021012785A1 (en) | 2019-07-22 | 2020-05-29 | Cloud disk mounting method and apparatus based on cloud storage, device, and storage medium |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110515539B (en) |
WO (1) | WO2021012785A1 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113504872A (en) * | 2021-05-14 | 2021-10-15 | 济南浪潮数据技术有限公司 | Method, system, equipment and medium for mounting virtual disk on cloud physical machine |
CN113672169A (en) * | 2021-07-19 | 2021-11-19 | 浙江大华技术股份有限公司 | Data reading and writing method of stream processing system and stream processing system |
CN113778784A (en) * | 2021-07-30 | 2021-12-10 | 北京达佳互联信息技术有限公司 | Method and device for determining number of users of target application, electronic equipment and storage medium |
CN113867942A (en) * | 2021-09-12 | 2021-12-31 | 苏州浪潮智能科技有限公司 | Volume mounting method and system and computer readable storage medium |
CN114205416A (en) * | 2021-10-27 | 2022-03-18 | 北京旷视科技有限公司 | Resource caching method and device, electronic equipment and computer readable medium |
CN115118717A (en) * | 2022-06-29 | 2022-09-27 | 济南浪潮数据技术有限公司 | CIFS (common information platform) shared mounting method, device, equipment and medium |
CN116107518A (en) * | 2023-04-11 | 2023-05-12 | 北京星辰天合科技股份有限公司 | Storage cluster power consumption processing method and device, storage medium and electronic equipment |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110515539B (en) * | 2019-07-22 | 2022-05-17 | 平安科技(深圳)有限公司 | Cloud disk mounting method, device, equipment and storage medium based on cloud storage |
CN111427842B (en) * | 2020-03-13 | 2023-01-06 | 苏州浪潮智能科技有限公司 | Method and equipment for optimizing distributed file system |
CN112000277B (en) * | 2020-07-17 | 2022-07-08 | 苏州浪潮智能科技有限公司 | Method, device and equipment for copying simplified backup file and readable storage medium |
CN114253463A (en) * | 2020-09-25 | 2022-03-29 | 华为云计算技术有限公司 | Cloud disk management method and device of cloud host, computer equipment and storage medium |
CN112181727B (en) * | 2020-09-28 | 2022-07-01 | 苏州浪潮智能科技有限公司 | Method for realizing dynamic adjustment of mirror image synchronization rate of storage volume |
CN114697331B (en) * | 2022-03-29 | 2024-06-07 | 浪潮云信息技术股份公司 | Cloud disk mounting quantity scheduling method, system, device and storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102447721A (en) * | 2010-10-09 | 2012-05-09 | 深圳市金蝶中间件有限公司 | Backup method and device |
US20120259900A1 (en) * | 2011-04-06 | 2012-10-11 | Dell Products L.P. | Virtual Disk Utility |
CN107590395A (en) * | 2017-08-15 | 2018-01-16 | 国家电网公司 | Suitable for multi-layer data encryption method, device, equipment and the system of cloud environment |
CN109379229A (en) * | 2018-11-07 | 2019-02-22 | 中山大学 | A kind of micro services cloud platform admittance control method towards tenant |
CN110515539A (en) * | 2019-07-22 | 2019-11-29 | 平安科技(深圳)有限公司 | Cloud disk hanging method, device, equipment and storage medium based on cloud storage |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008108355A (en) * | 2006-10-25 | 2008-05-08 | Toshiba Corp | Ferroelectric semiconductor memory device and its reading method |
CN107562367B (en) * | 2016-07-01 | 2021-04-02 | 阿里巴巴集团控股有限公司 | Method and device for reading and writing data based on software storage system |
-
2019
- 2019-07-22 CN CN201910663198.4A patent/CN110515539B/en active Active
-
2020
- 2020-05-29 WO PCT/CN2020/093106 patent/WO2021012785A1/en active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102447721A (en) * | 2010-10-09 | 2012-05-09 | 深圳市金蝶中间件有限公司 | Backup method and device |
US20120259900A1 (en) * | 2011-04-06 | 2012-10-11 | Dell Products L.P. | Virtual Disk Utility |
CN107590395A (en) * | 2017-08-15 | 2018-01-16 | 国家电网公司 | Suitable for multi-layer data encryption method, device, equipment and the system of cloud environment |
CN109379229A (en) * | 2018-11-07 | 2019-02-22 | 中山大学 | A kind of micro services cloud platform admittance control method towards tenant |
CN110515539A (en) * | 2019-07-22 | 2019-11-29 | 平安科技(深圳)有限公司 | Cloud disk hanging method, device, equipment and storage medium based on cloud storage |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113504872A (en) * | 2021-05-14 | 2021-10-15 | 济南浪潮数据技术有限公司 | Method, system, equipment and medium for mounting virtual disk on cloud physical machine |
CN113504872B (en) * | 2021-05-14 | 2023-11-03 | 济南浪潮数据技术有限公司 | Method, system, equipment and medium for mounting virtual disk on cloud physical machine |
CN113672169A (en) * | 2021-07-19 | 2021-11-19 | 浙江大华技术股份有限公司 | Data reading and writing method of stream processing system and stream processing system |
CN113778784A (en) * | 2021-07-30 | 2021-12-10 | 北京达佳互联信息技术有限公司 | Method and device for determining number of users of target application, electronic equipment and storage medium |
CN113778784B (en) * | 2021-07-30 | 2024-03-26 | 北京达佳互联信息技术有限公司 | Method and device for determining number of users of target application, electronic equipment and storage medium |
CN113867942A (en) * | 2021-09-12 | 2021-12-31 | 苏州浪潮智能科技有限公司 | Volume mounting method and system and computer readable storage medium |
CN113867942B (en) * | 2021-09-12 | 2023-11-03 | 苏州浪潮智能科技有限公司 | Method, system and computer readable storage medium for mounting volume |
CN114205416A (en) * | 2021-10-27 | 2022-03-18 | 北京旷视科技有限公司 | Resource caching method and device, electronic equipment and computer readable medium |
CN114205416B (en) * | 2021-10-27 | 2024-03-12 | 北京旷视科技有限公司 | Resource caching method, device, electronic equipment and computer readable medium |
CN115118717A (en) * | 2022-06-29 | 2022-09-27 | 济南浪潮数据技术有限公司 | CIFS (common information platform) shared mounting method, device, equipment and medium |
CN115118717B (en) * | 2022-06-29 | 2024-03-15 | 济南浪潮数据技术有限公司 | CIFS sharing mounting method, device, equipment and medium |
CN116107518A (en) * | 2023-04-11 | 2023-05-12 | 北京星辰天合科技股份有限公司 | Storage cluster power consumption processing method and device, storage medium and electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN110515539A (en) | 2019-11-29 |
CN110515539B (en) | 2022-05-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2021012785A1 (en) | Cloud disk mounting method and apparatus based on cloud storage, device, and storage medium | |
US10896102B2 (en) | Implementing secure communication in a distributed computing system | |
US11086725B2 (en) | Orchestration of heterogeneous multi-role applications | |
US10846137B2 (en) | Dynamic adjustment of application resources in a distributed computing system | |
US11609884B2 (en) | Intelligent file system with transparent storage tiering | |
US10831387B1 (en) | Snapshot reservations in a distributed storage system | |
US11099937B2 (en) | Implementing clone snapshots in a distributed storage system | |
US10599622B2 (en) | Implementing storage volumes over multiple tiers | |
US11347684B2 (en) | Rolling back KUBERNETES applications including custom resources | |
US10628235B2 (en) | Accessing log files of a distributed computing system using a simulated file system | |
WO2020134364A1 (en) | Virtual machine migration method, cloud computing management platform, and storage medium | |
US12038879B2 (en) | Read and write access to data replicas stored in multiple data centers | |
US10620871B1 (en) | Storage scheme for a distributed storage system | |
US11023159B2 (en) | Method for fast recovering of data on a failed storage device | |
US20210336809A1 (en) | Api billing system and api billing management method | |
US20190213086A1 (en) | Implementing Containers For A Stateful Application In A Distributed Computing System | |
US9298493B1 (en) | Managing system I/O load | |
US10845997B2 (en) | Job manager for deploying a bundled application | |
US9934106B1 (en) | Handling backups when target storage is unavailable | |
US11336723B1 (en) | Replicating data volume updates from clients accessing the data volume across fault tolerance zones | |
US10592384B2 (en) | Costing of raw-device mapping (RDM) disks | |
US20200034475A1 (en) | Relocation Of A Primary Copy Of A Replicated Volume | |
US20190212923A1 (en) | Implementing An Interface To A High-Availability Storage System In A Distributed Computing System | |
US11385928B2 (en) | System and method for priority orchestration and scheduling of different background operations | |
US11520650B2 (en) | Performing root cause analysis in a multi-role application |
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: 20844112 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: 20844112 Country of ref document: EP Kind code of ref document: A1 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20844112 Country of ref document: EP Kind code of ref document: A1 |