Doing an automatic upgrade of ceph cluster using cephadm
In this video, I look into installing and enabling orchestration using cephadm. Then I will perform an automatic upgrade with cephadm. I talk about my findings and go through all the steps.
I aquired a Dell R420 which will not fit in my rack at all but I guess now that I have it I need to do something with it. There is quite some power in it but not efficient power.
This story tells you how I got my job and what brought me to seek the job at Textalk.
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
I’m trying to solve all the Advent of Code puzzles in this video series.
Getting started using ansible. In this example we will install sudo with ansible on Debian. The script will install all dependencies required and add a user to the sudo group.
I had a problem with some webservices connections timing out in our environments and I thought that the timeouts where a bit long. Most of our webservices run inline with a user request and some of the default timeouts didn’t make the cut. com.ibm.websphere.webservices.http.connectionTimeout=300 com.ibm.websphere.webservices.http.maxConnection=50 com.ibm.websphere.webservices.http.SocketTimeout=300 The settings above is the onces set in Websphere…