In the openstack architecture, the Cinder component provides storage resources for virtual machines; OpenStack is an open source cloud computing management platform project and a combination of a series of software open source projects. The Cinder component is a block storage service Module, used to manage all block storage devices and provide storage services for virtual machines.
The operating environment of this tutorial: Windows 10 system, DELL G3 computer.
Cinder (block storage service module) Its role: manages all block storage devices and provides storage services for virtual machines .
Expand knowledge
1: What is openstack
OpenStack is an open source cloud computing management platform project and a combination of a series of software open source projects. It is an open source code project developed and initiated by NASA (National Aeronautics and Space Administration) and Rackspace, and licensed under the Apache License (a free software license issued by the Apache Software Foundation).
OpenStack provides scalable and elastic cloud computing services for private clouds and public clouds. The project goal is to provide a cloud computing management platform that is easy to implement, massively scalable, rich, and has unified standards.
2: The main functional components of openstack
are mainly divided into 5 different levels and 16 different functional modules:
Presentation [Presentation layer] : api module, ui module
Logic (Control) [Logic Control Layer]: Orchestration [Orchestration Service], Scheduling [Scheduling Service], Policy [Policy Service], Image Registry [Image Registration Service], Logging [ Log Service]
Resource [Resource Management]: Compute [Computing Resource Management Module], Volume [Storage Resource Management Module], Network [Network Resource Management Module]
Integration [Integration Layer] :Billing【Metering module】, Identity【Identity authentication module】
Mabagement【Management】: Admin【Management api】, Monitoring【Monitoring】
How the sub-projects are connected:
Horizon-UI Service: Corresponds to User Dashboard [off-cloud service for operation and maintenance users] and Customer Portal [for cloud users]
Keystone-Identity Authentication: Corresponds to Identity
Nova-Computing Service Module: Compute API, scheduling [Scheduling Service], policy [Policy Service] and Compute [Computing Management Module] and part of the Admin API
Glance-Mirror Service: Image Registry [Mirror Registration] , Image Registry [Mirror API]
Cinder [Block Storage]/swift [Network Object Storage] - Storage Service: volume [Storage Resource Management Module]
Neutron - Network Service: Network [Network Resource Management Module]
Heat-Orchestration Organization Service: Orchestration[Orchestration Service]
Ceilometer-Monitoring and Metering Service: Billing[Metering Module],,Monitoring[Monitoring]
For more related knowledge, please visit theFAQcolumn!
The above is the detailed content of Which component in the openstack architecture provides storage resources to virtual machines?. For more information, please follow other related articles on the PHP Chinese website!