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

Networking decisions


Recent releases of Ceph can work with either IPv4 or IPv6 addressing, but not both simultaneously. It is very common for the Ceph private aka replication network to be provisioned with non-routable IPs for example, RFC-1918 to conserve address space or increase privacy. While IPv6 is inarguably the best path into the future given the exhaustion of IPv4, many organizations have been slow to migrate. It is common to exploit the expansive 10.0.0.0 RFC-1918 network internally for systems that do not need to be reached from the Internet at large. This is one way that organizations have put off the difficult transition to IPv6. The choice for your deployment will likely be out of your hands, but it should be considered.

In Chapter 3, Hardware and Network Selection, we discussed networking strategies for Ceph clusters. When devising a bonding strategy you will need to work with your network team, but we'll offer some guidance. With any networking topology it is highly advised...