PacktPublishing / Mastering-Ceph-Second-Edition

Mastering Ceph, Second Edition, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering Ceph - Second Edition

Mastering Ceph - Second Edition

This is the code repository for Mastering Ceph - Second Edition, published by Packt.

Infrastructure storage solutions with the latest Ceph release

What is this book about?

Ceph is an open source distributed storage system that is scalable to Exabyte deployments. The Second edition of Mastering Ceph guides you through the journey to become an expert on ceph.

This book covers the following exciting features: Plan, design and deploy a Ceph cluster Get well versed with different features and storage methods Carry out regular maintenance and daily operations with ease Tune Ceph for best ROI and performance Recover Ceph from several issues

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

Vagrant.configure("2") do |config|
nodes.each do |node|
config.vm.define node[:hostname] do |nodeconfig|
nodeconfig.vm.box = "bento/ubuntu-16.04" 

Following is what you need for this book: If you are a storage professional, system administrator, or cloud engineer looking for guidance on building powerful storage solutions for your cloud and on-premise infrastructure, this book is for you.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
All VirtualBox Any
All Vagrant Any
All Ceph Linux

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Nick Fisk is an IT specialist with a strong history in enterprise storage. Having worked in a variety of roles throughout his career, he has encountered a wide variety of technologies. In 2012, Nick was given the opportunity to focus more on open source technologies, and this is where he got his first exposure to Ceph. Having seen the potential of Ceph as a storage platform and the benefits of moving away from the traditional closed stack storage platforms, Nick pursued Ceph with keen interest. Throughout the following years, his experience with Ceph increased with the deployment of several clusters and enabled him to spend time in the Ceph community, helping others and improving certain areas of Ceph.

Other books by the authors

Mastering Ceph

Ceph: Designing and Implementing Scalable Storage Systems

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Mastering Ceph, Second Edition, published by Packt

License:MIT License


Languages

Language:C++ 46.9%Language:C 28.0%Language:Python 23.0%Language:Shell 2.0%