From gaguilar@aguilardelgado.com Mon Nov 24 10:08:58 2014 Return-Path: X-Original-To: gnome-utils-list@gnome.org Delivered-To: gnome-utils-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by restaurant.gnome.org (Postfix) with ESMTP id 8F9B976987 for ; Mon, 24 Nov 2014 10:08:58 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001] autolearn=ham Received: from restaurant.gnome.org ([127.0.0.1]) by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gDj7gqHBRXla for ; Mon, 24 Nov 2014 10:08:56 +0000 (UTC) X-Greylist: delayed 876 seconds by postgrey-1.34 at restaurant.gnome.org; Mon, 24 Nov 2014 10:08:56 UTC Received: from aguilardelgado.com (46.Red-212-170-57.staticIP.rima-tde.net [212.170.57.46]) by restaurant.gnome.org (Postfix) with ESMTP id 1C93176984 for ; Mon, 24 Nov 2014 10:08:45 +0000 (UTC) Received: from [172.16.0.100] ([172.16.0.1]) (authenticated bits=0) by aguilardelgado.com (8.14.4/8.14.4/Debian-2ubuntu2.1) with ESMTP id sAO9s63N030327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 24 Nov 2014 10:54:07 +0100 Message-ID: <5473003E.8010500@aguilardelgado.com> Date: Mon, 24 Nov 2014 10:54:06 +0100 From: Gonzalo Aguilar Delgado User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: gnome-utils-list@gnome.org Subject: Baobab+ceph Content-Type: multipart/alternative; boundary="------------050609080105050800070506" X-BeenThere: gnome-utils-list@gnome.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Gnome-utils development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 10:08:58 -0000 This is a multi-part message in MIME format. --------------050609080105050800070506 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, During this weekend I did a small hack in baobab (not last version, baobab-3.12.1), the repo can be found here: http://git.level2crm.com/level2-lab/ceph-disk-analysis The functionality of this application is: 1. It connects to the ceph cluster in /etc/ceph 2. Retrieves the stat from the cluster and shows as a site in the main menu. 3. Show pool information. 4. Analyze volume information showing the space of all volumes inside pools. I will add a feature to map each portion of volume in what disk (osd) is it, and maybe a machine schema. And a tool to find problems on disk. Hope it helps. NOTE: I added an abstract class that let's you define different backends for each kind of system you want analyze. The use of VALA is a big win. --------------050609080105050800070506 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi,

During this weekend I did a small hack in baobab (not last version, baobab-3.12.1), the repo can be found here:

http://git.level2crm.com/level2-lab/ceph-disk-analysis

The functionality of this application is:
  1. It connects to the ceph cluster in /etc/ceph
  2. Retrieves the stat from the cluster and shows as a site in the main menu.
  3. Show pool information.
  4. Analyze volume information showing the space of all volumes inside pools.


I will add a feature to map each portion of volume in what disk (osd) is it, and maybe a machine schema. And a tool to find problems on disk.

Hope it helps.

NOTE: I added an abstract class that let's you define different backends for each kind of system you want analyze. The use of VALA is a big win.

--------------050609080105050800070506--