Headup
Just keep pushing forward...
Pages
(Move to ...)
Home
OpenStack
Ceph
Opinions
▼
(Move to ...)
Home
▼
Wednesday, April 17, 2019
XFS online resize
›
You're working on an XFS filesystem, in this case, you need to use xfs_growfs instead of resize2fs. Two commands are needed to perform...
Friday, April 5, 2019
Convert string <-> int64 using golang #go-nuts
›
I believe that if you are going to work with timestamps is better to do it in epoch stamps, so in GO epoch is type int64. package main impo...
Wednesday, December 12, 2018
How to disable Cloud-Init in a EL-like Cloud Image
›
So this one is pretty simple. However, I found a lot of misinformation along the way, so I figured that I would jot the proper (and most sim...
Monday, July 16, 2018
Change password to users on qcow2 disk or images
›
Sometimes you need to change the password to a user in a qcow2 image, to test locally, or if you are using an infrastructure without cloud-i...
Wednesday, December 6, 2017
Get total provisioned size from cinder volumes
›
A quick way to get the total amount of provisioned space from cinder alvaro@skyline.local: ~ $ cinder list --all-tenants mysql like output :...
Wednesday, June 14, 2017
Ceph recovery backfilling affecting production instances
›
In any kind of distributed system, you will have to choose between consistency, availability, and partitioning, the CAP theorem states t...
Wednesday, April 12, 2017
Keeping up to date git forked repos
›
A quick guide to remembering how to keep up-to-date forked repos: First: Manage a set of tracked repositories. alvaro@skyline.local: ~/docke...
‹
›
Home
View web version