I recently worked on a new feature that ceph-ansible was laking of: support for dmcrypt.
This dmcrypt scenario basically allows you to deploy encrypted OSD data directories.
The encrypted key is stored on the monitor’s key/value store.
Until recently ceph-ansible wasn’t capable of deploying such configuration.
Let’s see how this can be configured.
Read On...
The next summit will happen in October this year, and it’s already time to vote for your favorite talks!
Read On...
This article is co-authored with Gregory Charot (author of the tool).
Have you ever found yourself doing long series of pipes to get a particular value that is not directly provided by a Ceph CLI command or just trying to remove surrounding text to get a particular value?
This situation often results in quick & dirty sed
/awk
pipelines ending (best case scenario) as alias or forgotten in your shell history until next time you need it.
Here comes ceph-lazy, a shell toolkit that combines some of these queries that require multiple processing or text manipulation.
Read On...
Some use cases might require to zap a device (destroy partition tables) prior to run your Ceph OSD container with a dedicated disk.
While running development environment this is particularly interesting as this allows us to quickly bootstrap and tear down sandboxes.
Read On...
I recently pushed into ceph-docker the support for thr RBD mirror.
This daemon is responsable for asynchronously replicating RBD images from one cluster to another.
The main purpose of the daemon is to address disaster recovery use cases.
Read On...
I use tmux on a daily basis and I’ve had many requests regarding the configuration I’m using.
So here it is
Read On...
For those of you who are not familiar with the concept yet, I’m going to give a quick introduction on Hyperconverged infrastructure.
Read On...
With the help of two colleagues, I’ve been busy writing this little book about storage in OpenStack.
The book is quite general but gives some good perspectives on storage challenges you will face in OpenStack.
It explains why traditional storage solutions will not work and how Ceph addresses these issues.
Ultimately describing why Ceph is the best solution for your OpenStack cloud.
Read On...