How to configure the Ceph Grafana dashboards manually

2021-08-29 23:08:02 - No Comments

I did not have Grafana dashboards that worked in my Ceph installation. Hence, I had to install Prometheus and Grafana manually and then configure the dashboards to show up in my Ceph cluster dashboard screens. NODE Setting up prometheus exporter in ceph. sudo ceph mgr module enable prometheus sudo ceph config set mgr mgr/prometheus/server_addr 0.0.0.0 […]

Read more →

I wrote a RabbitMQ executor service in Java.

2021-08-24 04:08:02 - No Comments

I show off an open-source project I started writing a RabbitMQ executor in Java. This little tool is something you can deploy on a machine in order to execute workloads from a RabbitMQ queue. The executor will run the commands defined by a file and return the result to another queue.

Read more →

How to solve the global id reclaim in your Ceph cluster

2021-08-15 23:08:02 - No Comments

We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m […]

Read more →

How to use JReleaser and release to github

2021-08-08 23:08:03 - No Comments

We look into how to use jreleaser and deploy our code to Github and creating release documentation with some simple steps.

Read more →

I’ll give you an example for hardware to your ceph cluster

2021-08-01 23:08:03 - No Comments

In this video we will cover what I use in my ceph cluster. I’m not an hardware reviewer but this is an example of what kind of hardware that could be used in a ceph cluster. Especially if you want to create a cluster for home use or testing.

Read more →