<div dir="ltr"><div><div><div>Awesome, this seems to the filling a nice gap, a feature for which was opened long back (Sept. 2014) [1]<br></div>Will checkout the demo soon.<br><br></div>thanx,<br></div>deepak<br>[1]: <a href="http://www.gluster.org/community/documentation/index.php/Features/glusterd-intelligent-volume-creation">http://www.gluster.org/community/documentation/index.php/Features/glusterd-intelligent-volume-creation</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 15, 2015 at 9:31 PM, Luis Pabon <span dir="ltr">&lt;<a href="mailto:lpabon@redhat.com" target="_blank">lpabon@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
  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 ( <a href="https://github.com/heketi" rel="noreferrer" target="_blank">https://github.com/heketi</a> ), a RESTful storage management framework which enables certain storage systems to be easily managed. Heketi poses itself not an abstraction layer, but instead as a framework for developers to enhance their existing storage system management through a plugin interface. Heketi also provides a RESTful interface which enables callers to easily manage the storage system.  For GlusterFS, currently we only plan on managing the creation and deletion of volumes in GlusterFS through a simple RESTful interface.  Heketi will also manage the brick location and life cycle.<br>
<br>
Heketi allows users to create volumes with a simple command and not worry about which bricks to use.  A simple command to create a 1 TB volume would look like this:<br>
<br>
POST on http://&lt;server&gt;/volumes, with JSON { &quot;size&quot; : 1000000000 }<br>
<br>
To delete the volume:<br>
<br>
DELETE on http://&lt;server&gt;/volumes/&lt;id of volume&gt;<br>
<br>
<br>
* A demo is available <a href="https://github.com/heketi/vagrant-heketi" rel="noreferrer" target="_blank">https://github.com/heketi/vagrant-heketi</a> , so please try it out and let us know what you think.<br>
<br>
<br>
** Heketi is still quite young, but the plan is to finish by early September.<br>
<br>
Please let us know what you think.<br>
<br>
- Luis<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
<a href="http://www.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br></div>