[Gluster-devel] Nos vemos!

2017-09-25 Thread Luis Pabon
Hi community, It has been a great time working together on GlusterFS and Heketi these past few years. I remember starting on Heketi to enable GlusterFS for Manila, but now I will be moving on to work at Portworx and their containerized storage product. I am passing leadership of the Heketi proj

Re: [Gluster-devel] Renaming Heketi CLI

2016-04-04 Thread Luis Pabon
Thanks Niels. I was explaining to another person offline that Heketi is like a GlusterFS cloud volume manager. So maybe we should call it gcvm: $ gcvm volume create ..? What do you think? - Original Message - From: "Niels de Vos" To: "Luis Pabon" Cc: "Glu

[Gluster-devel] Renaming Heketi CLI

2016-04-03 Thread Luis Pabon
Hi all, As you may know, Heketi (https://github.com/heketi/heketi) is a service that allows volumes to be created on demand from any number of GlusterFS clusters. The program heketi-cli was at first created as a sample application for developers, but now that we will be working on it to be us

Re: [Gluster-devel] REST API authentication: JWT - Shared Token vs Shared Secret

2016-03-04 Thread Luis Pabon
For shared secret, create a simple 10 line python program. Here is an example: https://github.com/heketi/heketi/wiki/API#example - Luis - Original Message - From: "Aravinda" To: "Kaushal M" Cc: "Luis Pabon" , "Kanagaraj Mayilsamy" , &q

Re: [Gluster-devel] REST API authentication: JWT - Shared Token vs Shared Secret

2016-03-02 Thread Luis Pabon
Python, Go, Javascript etc to create a JWT on each call. - Luis - Original Message - From: "Aravinda" To: "Gluster Devel" Cc: "Kaushal Madappa" , "Atin Mukherjee" , "Luis Pabon" , kmayi...@redhat.com, "Prashanth Pai"

Re: [Gluster-devel] Gluster REST - Management REST APIs for Glusterd 1.0

2016-01-04 Thread Luis Pabon
I highly encourage the projects to have almost 100% equal APIs (including returned JSON objects, errors, etc). Asking clients to change their code due to a change in the server would most likely be received in a negative way. On the other hand, if the v1 and v2 servers use the same API, there

Re: [Gluster-devel] gdploy + Heketi

2015-12-10 Thread Luis Pabon
. - Luis - Original Message - From: "Sachidananda URS" To: "Luis Pabon" Cc: "Gluster Devel" Sent: Friday, December 11, 2015 1:54:18 AM Subject: Re: gdploy + Heketi Hi Luis, On Fri, Dec 11, 2015 at 12:01 PM, Luis Pabon wrote: > Hi Sachidana

[Gluster-devel] gdploy + Heketi

2015-12-10 Thread Luis Pabon
Hi Sachidananda, I think there is a great opportunity to enhance GlusterFS management by using gdeploy as a service which uses Heketi for volume management. Currently, gdeploy sets up nodes, file systems, bricks, and volumes. It does all this with input from the administrator, but it does no

[Gluster-devel] Heketi now available in EPEL/Fedora

2015-11-16 Thread Luis Pabon
Hi all, Heketi [1] is now available in EPEL/Fedora. Installation instructions are available https://github.com/heketi/heketi/wiki/Usage-Guide . For those of you new to Heketi: Heketi provides a RESTful management interface which can be used to manage the life cycle of GlusterFS volumes. Wi

[Gluster-devel] Heketi Release 1 Available for use

2015-10-02 Thread Luis Pabon
Hi all, Release 1 of Heketi is now available for use. Heketi is a service used to manage the lifecycle of GlusterFS volumes. With Heketi, cloud services like OpenStack Manila, Kubernetes, and OpenShift can dynamically provision GlusterFS volumes with any of the supported durability types

Re: [Gluster-devel] GlusterD 2.0 status updates

2015-09-07 Thread Luis Pabon
Hi Atin, This looks interesting. Currently in Heketi it needs to ssh into a system to send commands to glusterfs. It would be great to determine the interfaces needed and how it would work with programs like Heketi. Do you guys have a simple few paragraphs on how glusterd2 rest interface wi

[Gluster-devel] [heketi] Heketi API review

2015-06-28 Thread Luis Pabon
Hi all, Now that Heketi is out of the prototype/demo state and has refocused to just GlusterFS support, we need to finalize the API. The implementation may or may not finish the entire API set, but it will need to do enough for Manila and Kubernetes to consume. Although the proposed API is

Re: [Gluster-devel] An update on GlusterD-2.0

2015-06-25 Thread Luis Pabon
Kaushal, This is really cool stuff! I think Heketi will provide the IVC service Glusterd-2.0 requires. I also look forward to working with you and KP if you guys have the time (and anyone else who want to help, for that matter). Just letting you know, that at least until October, Heketi will

Re: [Gluster-devel] Introducing Heketi: Storage Management Framework with Plugins for GlusterFS volumes

2015-06-18 Thread Luis Pabon
> And we still can have other technology plugins developed in parallel, but let > have Single API standard defined for all. > > ~Joe > > - Original Message - > From: "Jeff Darcy" > To: "Joseph Fernandes" > Cc: "Luis Pabon"

Re: [Gluster-devel] Introducing Heketi: Storage Management Framework with Plugins for GlusterFS volumes

2015-06-16 Thread Luis Pabon
grate heketi into glusterd ;-) ). - Luis - Original Message - From: "Kaushal M" To: "Luis Pabon" Cc: "gluster-devel@gluster.org >> Gluster Devel" Sent: Tuesday, June 16, 2015 5:19:02 AM Subject: Re: [Gluster-devel] Introducing Heketi: Storage Managem

Re: [Gluster-devel] The Manila RFEs and why so

2015-06-15 Thread Luis Pabon
I agree Vijay, that is why we created Heketi, due to the urgency in Gluster and Manila integration for Liberty. I think the next steps are to determine which of the RFEs below can be satisfied by Heketi. Luis > On Jun 15, 2015, at 3:26 AM, Vijay Bellur wrote: > >> On Tuesday 09 June 2015

[Gluster-devel] Introducing Heketi: Storage Management Framework with Plugins for GlusterFS volumes

2015-06-15 Thread Luis Pabon
Hi all, As we continue forward with OpenStack Manila and Kubernetes integration with GlusterFS, we require a simpler method of managing volumes and bricks. We introduce Heketi ( https://github.com/heketi ), a RESTful storage management framework which enables certain storage systems to be ea

[Gluster-devel] Pblio - Enterprise OLTP workload generator

2015-04-30 Thread Luis Pabon
Hi all, A while back I sent a message describing my investigation of NetApp's a SPC-1-like workload generator. I wanted to let you know that pblio, an enterprise OLTP workload generator, is now available for use. Documentation: https://github.com/pblcache/pblcache/wiki/Pblio Download: https

Re: [Gluster-devel] Object Quota feature proposal for GlusterFS-3.7

2015-02-22 Thread Luis Pabon
Quick question, Is this feature still necessary since gluster-swift is now SwiftOnFile and is deployed as a storage policy of Swift which uses the Swift container database? - Luis - Original Message - From: "Prashanth Pai" To: "Vijaikumar M" Cc: "gluster-devel@gluster.org >> Gluster

Re: [Gluster-devel] Open source SPC-1 Workload IO Pattern

2014-11-07 Thread Luis Pabon
> On Nov 7, 2014, at 1:53 PM, Mark Nelson wrote: > >> On 11/07/2014 05:01 AM, Luis Pabón wrote: >> Hi guys, >> I created a simple test program to visualize the I/O pattern of NetApp’s >> open source spc-1 workload generator. SPC-1 is an enterprise OLTP type >> workload created by the Storage

Re: [Gluster-devel] Cmockery2 in GlusterFS

2014-07-21 Thread Luis Pabon
Niels you are correct. Let me take a look. Luis -Original Message- From: Niels de Vos [nde...@redhat.com] Received: Monday, 21 Jul 2014, 10:41AM To: Luis Pabon [lpa...@redhat.com] CC: Anders Blomdell [anders.blomd...@control.lth.se]; gluster-devel@gluster.org Subject: Re: [Gluster

Re: [Gluster-devel] Cmockery2 in GlusterFS

2014-07-21 Thread Luis Pabon
The cmockery2 rpm is only available for the current supported Fedora versions which currently are 19 and 20. Have you tried installing cmockery2 from the source? Luis -Original Message- From: Santosh Pradhan [sprad...@redhat.com] Received: Monday, 21 Jul 2014, 10:45AM To: Luis Pabón

Re: [Gluster-devel] rackspace-regression job history disappeared?

2014-05-30 Thread Luis Pabon
:-D Nice job JC. - Luis On 05/30/2014 10:54 AM, Justin Clift wrote: On 29/05/2014, at 5:58 AM, Justin Clift wrote: Any idea what causes the job history for a project (eg rackspace-regression) to disappear? Asked on #jenkins IRC, and the it seems to be a bug in Jenkins. :( They said possibl

Re: [Gluster-devel] [Gluster-infra] Progress report for regression tests in Rackspace

2014-05-15 Thread Luis Pabon
Should we create bugs for each of these, and divide-and-conquer? - Luis On 05/15/2014 10:27 AM, Niels de Vos wrote: On Thu, May 15, 2014 at 06:05:00PM +0530, Vijay Bellur wrote: On 04/30/2014 07:03 PM, Justin Clift wrote: Hi us, Was trying out the GlusterFS regression tests in Rackspace VMs

Re: [Gluster-devel] Automatically building RPMs upon patch submission?

2014-05-12 Thread Luis Pabon
My $0.02, anything that can be done automated, should be done without waiting for human intervention. If we can help parallelize the workflow, even better. The only 'blocker' should be a human review and verification. - Luis On 05/12/2014 04:04 PM, Anand Avati wrote: On Mon, May 12, 201

Re: [Gluster-devel] Gerrymander

2014-05-09 Thread Luis Pabon
In gluster-swift and in openstack, we have been using git-review (https://pypi.python.org/pypi/git-review/1.23) for the past few years. Its roots are based on the rfc.sh script (gluster-devel archives for Dec 21 2011 - author Monty Taylor). Works well with review.gluster.org. - Luis On 05/09

Re: [Gluster-devel] Change in glusterfs[master]: build: Support for unit tests using Cmockery2

2014-05-07 Thread Luis Pabon
ation failure and other really simple bugs - upstream servers shouldn't be used. One can leverage Author's laptop :-) Don't know what you guys think? On Wed, May 7, 2014 at 12:00 PM, Luis Pabon (Code Review) wrote: Luis Pabon has posted comments on this change. Change subject: