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

Processors


The first decision for server planning is often the choice of Central Processor Unit ( CPU) model. In the past, you often had only a handful or even one choice, but today's x64 servers offer dozens of options, including core count and clock rate. In this section, we'll explore these options and help you make the right choices for your Ceph deployment. This is an area where overkill is all too possible, but as we'll see it is not necessarily the best place to blow your budget.

CPU socket count

Most servers used for Ceph today are either single-socket or dual-socket designs. Large four-socket servers are usually overkill for Ceph, and present increased cost and operational complexity. MON and RGW servers often can get away with only a single socket filled with at least a four-core CPU, though this will limit memory capacity as well.

CPU model

It is natural to feel that more, faster CPU cores are better, but with Ceph this is usually the least effective place to spend extra money. The...