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

Installing prerequisites for our Sandbox environment


Before setting up our virtual instances and provisioning them with Ceph, we need to cover a few points. All the software we will be using is open source, with the release versions used in our testing specified later. The authors developed and tested this process on macOS X 10.12. It should also work on macOS X 10.9 or later and on Linux systems.

For Microsoft Windows, host machines should use an absolute path to invoke the VBoxManage command, which is usually found at C:\Program Files\Oracle\ VirtualBox\VBoxManage.exe.

The system requirements for VirtualBox depend upon the number and configuration of virtual machines running on top of it. Your VirtualBox host should offer an x86-type processor (Intel or AMD), a few gigabytes of memory (to run four to seven Ceph virtual machines), several gigabytes of drive space, and an internet connection. First, we must download VirtualBox from http://www.virtualbox.org/, open the archive file, then follow...