Setting up a new Ceph cache pool for better performance

2021-09-27 11:09:03 - 1 Comment

In this video, we talk about how to set up a Ceph cache pool and tier your cache in order to improve read and writes. There is a lot of cache settings that we could cover but I will talk about the most important values you can set on a pool to cache your data […]

Read more →

Using a directory in your cephfs on kubernetes

2021-09-19 23:09:02 - No Comments

We look into how to setup kubernetes easily on one machine and then get cephfs mounted into a pod. Using ceph you could balance workloads or share resources easily in your kubernetes cluster. Git repository ceph-kubernetes An example of how to setup ceph mounting on a kubernetes cluster. Ceph Packages First up after you have […]

Read more →

Moving cluster Ceph to Bullseye – The upgrade story

2021-09-17 19:09:02 - No Comments

I wanted to try out the newly released Debian version of Bullseye for my Ceph cluster, so I updated one of my hosts, which, in hindsight, might have been a bit too early. Reseting a Ceph Host after OS crash or failed update Preparing cluster First you need to set the cluster into a noout […]

Read more →

Disk failure prediction in your Ceph cluster using SMART.

2021-09-12 23:09:02 - No Comments

Keeping track of your disks in a Ceph cluster is important so you could replace them in time before data loss. In this video we look into how to use SMART data to run a machine learning prediction in order predict when a disk fails. SmartMonTools is used locally to fetch the data. The data […]

Read more →

Configure the prometheus alertmanager for you Ceph Cluster

2021-09-05 23:09:03 - No Comments

We will look into the Ceph dashboard and the different metrics you can find there. Then we will configure Prometheus Alertmanager to get timely alerts from the metrics in your Ceph Cluster.

Read more →