Openstack

See you at the OpenStack Summit

· 1 min read

Next week is the OpenStack Summit conference. I will attend and will be giving a talk How to Survive an OpenStack Cloud Meltdown with Ceph. See you there!

Configure OpenStack Glance for RBD mirroring

· 1 min read

Since Ceph Jewel, we have the RBD mirroring functionality and people have been starting using it for multi-site and disaster recovery use cases. The tool is not perfect but is rock solid, expect many …

Devstack Ceph supports containerized Ceph

· 2 min read

Yes people, I’m still alive :). As you might noticed, I’ve been having a hard time to keep up the pace with blogging. It’s mainly due to me traveling a lot these days and preparing …

OpenStack Storage for Dummies book

· 1 min read

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 …

The OpenStack Ceph Galaxy

· 1 min read

Picture of our galaxy :). This picture describes the state of the integration of Ceph into OpenStack.

OpenStack Nova snapshots on Ceph RBD

· 3 min read

I have been waiting for this feature for more than a year and it is almost there! This likely brings us one step toward diskless compute nodes. This “under the hood” article will explain …

Ceph at the OpenStack Summit Tokyo 2015

· 1 min read

With this article, I would like to take the opportunity to thank you all for voting for our presentation. It is always with a great pleasure that we will give you the last updates of Ceph …

OpenStack Summit Tokyo: time to vote

· 1 min read

Yet again and for the second time this year, it is time to vote for summit presentations :). Self promotion ahead :). As always, Josh and I will present the newest addition of Liberty for Ceph in …

OpenStack Glance: use multiple location for an image

· 3 min read

This feature is pretty old (introduced in the Havana cycle if I remember correctly), I just never got the chance to play with it. However I believe this feature could benefit to many users. …

OpenStack Glance: a first glimpse at image conversion

· 6 min read

Following my best Kilo’s additions selection, today I will be introducing the Glance image conversion. This feature was discussed at the last OpenStack summit in Paris, you can access the …

OpenStack Glance: deactivate an image

· 2 min read

Kilo has been released last week. This blog post is the first of a series that will demonstrate some nifty new features. Managing cloud images life cycle is a real pain for public cloud providers. …

OpenStack Summit Vancouver: thanks for your votes

· 1 min read

Bonjour, bonjour ! Quick post to let you know that my talk submission has been accepted, so I’d like to thank you all for voting. As a reminder, our talk (Josh Durgin and I) is scheduled …

OpenStack: reserve memory on your hypervisors

· 2 min read

One major use case for operators is to be able to reserve a certain amount of memory in the hypervisor. This is extremely useful when you have to recover from failures. Imagine that you run all your …

OpenStack Glance NFS and Compute local direct fetch

· 1 min read

This feature has been around for quite a while now, if I remember correctly it was introduced in the Grizzly release. However, I never really got the chance to play around with it. Let’s assume …

OpenStack guest and watchdog

· 1 min read

Libvirt has the ability to configure a watchdog device for QEMU guests. When the guest operating system hangs or crashes the watchdog device is used to automatically trigger some actions. The …

OpenStack and Backup

· 7 min read

Doing backups in the Cloud is not an easy task. In this article I will try to answer some frequently asked questions.

OpenStack and Ceph: RBD discard

· 4 min read

Only Magic Card player might recognize that post picture :) (if you’re interested) I have been waiting for this for quite a while now. Discard, also called trim (with SSD), is a space …

OpenStack Glance: allow user to create public images

· 1 min read

Since Juno, it is not possible anymore for an user to create public images nor make one of his images/snapshots public. Even though this new Glance policy is a good initiative, let’s see how we …

OpenStack at the CephDays Paris

· 1 min read

Save the date (September 18, 2014) and join us at the new edition of the Ceph Days in Paris. I will be talking about the new amazing stuff that happened during this (non-finished yet) Juno cycle. …

Don't burn down your OpenStack cloud

· 1 min read

Managing an OpenStack public cloud can be tough and building it properly is even harder. You can not predict the workload of your platform, customers do what they want (yes they pay for this!). So …

OpenStack, Ceph RBD and QoS

· 3 min read

The Havana cycle introduced a QoS feature on both Cinder and Nova. Quick tour of this excellent implementation.

Build a PaaS zone within your OpenStack cloud

· 6 min read

OpenStack has seen a lot of PaaS oriented project coming for the last few months. Heat, the orchestration service was introduced during Grizzly, Havana just got the support of the Docker hypervisor …

OpenStack Heat and Ceilometer got their dashboard panel

· 1 min read

The Havana milestone release of the Horizon dashboard brought an absolutely wonderful panel for Heat, the orchestration service and Ceilometer, the metering service. Quick preview before the …

OpenStack Havana flush token manually

· 1 min read

It has always been a huge pain to manage token in MySQL espacially with PKI token since they are larger than UUID token. Almost a year ago I wrote an article to purge token via a script. So finally, …

Openstack: unexplained high CPU load on compute nodes

· 3 min read

Recently I encountered a weird issue: the CPU load of my hosts was quite high with a load average of 20 and picks to 40. First, I had a look at the guest system since the high load was generated by …

What I think about CephFS in OpenStack

· 6 min read

I recently had some really interesting questions that led to some nice discussions. Since I received the same question twice, I thought it might be good to share the matter with the community. The …

See you at the OpenStack summit

· 1 min read

Next week is the OpenStack Summit conference. eNovance’s team will be present at the event. The convention is going to be awesome, I saw plenty of amazing sessions and I really look forward to …

Openstack and rsyslog

· 3 min read

I don’t want to see my logs poluted by INFO messages saying “hey, I’m running!”. No thanks, it burns my I/O cycles for nothing. If it doesn’t work I have a monitoring …

Tip: OpenStack Retrieve usage statictics

· 2 min read

While waiting for the Ceilometer project to be ready, nova provides some facilities to retrieve simple statistics. A little overview about the available commands.

Openstack: memory overcommit

· 2 min read

I couple of days ago I noticed that I never tested the overcommit capability in OpenStack

OpenStack: Nova components HA

· 4 min read

I wrote all the missing resource agents related to the nova ecosystem. All the RAs are available on my Github. All the ’nova’ RAs mainly re-use the structure of the resource agent written …

Setup Cloud Pipe VPN in OpenStack

· 8 min read

This article mainly re-uses the OpenStack official documentation. Since the latter has errors in it, I fixed them. It’s fully functionnal under Ubuntu 12.04 distro.

Delete a tenant in OpenStack

· 2 min read

If you are running on OpenStack Essex, you should have some problem to delete a tenant.

OpenStack High Availability: RabbitMQ

· 3 min read

Rabbitmq has his own buildin cluster management system. Here, we don’t need Pacemaker, everything is managed by RabbitMQ itself.

OpenStack High Availability 1/??

· 2 min read

First article of a long serie to build an highly available OpenStack platform. This one is more a state of art about the OpenStack HA.