Book Image

Learning Ceph - Second Edition

By : Karan Singh, Vaibhav Bhembre, Anthony D'Atri
Book Image

Learning Ceph - Second Edition

By: Karan Singh, Vaibhav Bhembre, Anthony D'Atri

Overview of this book

Learning Ceph, Second Edition will give you all the skills you need to plan, deploy, and effectively manage your Ceph cluster. You will begin with the first module, where you will be introduced to Ceph use cases, its architecture, and core projects. In the next module, you will learn to set up a test cluster, using Ceph clusters and hardware selection. After you have learned to use Ceph clusters, the next module will teach you how to monitor cluster health, improve performance, and troubleshoot any issues that arise. In the last module, you will learn to integrate Ceph with other tools such as OpenStack, Glance, Manila, Swift, and Cinder. By the end of the book you will have learned to use Ceph effectively for your data storage requirements.
Table of Contents (18 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Summary


In this chapter we learned about Ceph's internal components including Objects, the CRUSH algorithm, Placement Groups and pools and how they interact with each other to provide a highly reliable and scalable distributed storage cluster. We also harnessed our sandbox cluster to gain experience with interacting with these components. We also explored how data is stored within the cluster right from the point it entered in as a write request until it reached the correct OSD and was written on a storage device in the form of an Object file. We recommend that you try to repeat these examples on your test cluster to get a better idea of how Ceph replicates and stores data in a highly available fashion. If you are a system administrator, you should focus more on understanding how Ceph pools and CRUSH works as mentioned in this chapter. In the next chapter, we will learn how to provision a working Ceph Storage system.