Skip to main content

How OpenStack uses Ceph for storage

You may know that OpenStack can use Ceph as back-end storage, but do you know how it works?
Image
Lockers for storage

Photo by Paula from Pexels

Ceph is often deployed with OpenStack as a back-end storage method. These two open source projects work together to make a well-integrated and robust solution for infrastructure.

OpenStack is an open source Infrastructure-as-a-Service (IaaS) platform that can provide public and private clouds in your datacenter or on the edge. OpenStack contains multiple projects; the most commonly installed are Nova (compute), Keystone (identity), Neutron (networking), Glance (image), Cinder (block storage), and Swift (object storage).

Ceph is an open source project that provides software-defined storage with unified (object, block, and file) storage. You can scale out this storage, and it is self-healing with the ability to anticipate failures.

[ Get an overview of OpenStack's history, community, and 7 of its core projects. ]

How Ceph and OpenStack work together

Ceph Storage Clusters, which are based on Reliable Autonomic Distributed Object Store (RADOS), can provide back-end storage for OpenStack. This image shows how they work together.

Image
Ceph Storage Cluster for OpenStack
(Amy Marrich, CC BY-SA 4.0)

OpenStack's Keystone and Swift take advantage of Ceph by using the Ceph Object Gateway (a RADOS Rest Gateway, or RGW). This integration with Keystone allows the gateway to accept Keystone tokens for validation. This same gateway enables Swift to store its objects within Ceph.

On the other hand, Cinder, Glance, and Nova utilize Ceph block devices (RADOS block devices, or RBDs) for their back-end storage needs. Glance stores its images within Ceph, building virtual machines (VMs). Block storage devices created within Cinder for these VMs are provisioned within Ceph. And finally, Nova stores the virtual disk images of the running VMs within Ceph.

Open source makes it possible for these projects to integrate smoothly now and to maintain and improve their integration over time.

[ Download now: A system administrator's guide to IT automation. ]

Helpful resources

The following resources are a good place to start to learn more about Ceph and OpenStack:

Topics:   Storage   OpenStack   Infrastructure   Cloud  
Author’s photo

Amy Marrich

Amy Marrich is a Principal Technical Marketing Manager at Red Hat. More about me

Try Red Hat Enterprise Linux

Download it at no charge from the Red Hat Developer program.