Re: [heketi-devel] [heketi] Pre-existing GlusterFS cluster

2017-03-02 Thread Raghavendra Talur
On Tue, Feb 28, 2017 at 10:09 PM, Jose A. Rivera wrote: > Poking at this again. This time putting forth the idea of having two > heketi-controlled clusters overlapping in nodes (but not in devices, > of course). This facilitates, for example, a node that has both HDDs > and

[heketi-devel] k8s setup options for developers

2016-11-09 Thread Raghavendra Talur
push of new k8s binaries to your setup. Thanks, Raghavendra Talur ___ heketi-devel mailing list heketi-devel@gluster.org http://lists.gluster.org/mailman/listinfo/heketi-devel

Re: [heketi-devel] Remove Device: Used to distribute all the bricks from device to other devices

2017-03-09 Thread Raghavendra Talur
there any concerns or suggestions? Thanks, Raghavendra Talur On Thu, Mar 9, 2017 at 10:43 AM, Luis Pabon <lpa...@chrysalix.org> wrote: > Awesome. I'll definitely review tomorrow. > > - Luis > > On Wed, Mar 8, 2017 at 7:59 PM, Raghavendra Talur <rta...@redhat.com> wrote: >>

Re: [heketi-devel] are there any examples of running heketi as a pod in kubernetes with non-containerized gluster?

2017-03-09 Thread Raghavendra Talur
3:23:53 Unable to open database. Retrying using > read only mode NOTE this ^ Your db file isn't opened for writing and that is also a problem. Please check the heketi.json file and determine where db is located. Make sure heketi pod has write access to it. Thanks, Raghavendra Talur > [he

[heketi-devel] To pass a *bolt.DB or a *bolt.Tx

2017-03-09 Thread Raghavendra Talur
suggests, to work with data in multiple go routines: we used to: start a transaction for each one now we do: mutex locking to ensure only one goroutine accesses a transaction at a time If there are better ideas, they are most welcome. Thanks, Raghavendra Talur

[heketi-devel] Review for release 5

2017-07-25 Thread Raghavendra Talur
Hi All, I have update 2 patches that were pending for release 5, request for reviews. https://github.com/heketi/heketi/pulls?q=is%3Aopen+is%3Apr+author%3Araghavendra-talur+milestone%3A%22Release+5%22 Talur ___ heketi-devel mailing list

Re: [heketi-devel] Release 5 Meeting

2017-06-07 Thread Raghavendra Talur
On Tue, Jun 6, 2017 at 9:43 PM, Luis Pabon wrote: > Hi all, > I would like to have a meeting to determine what is needed to release > Release 5 for Heketi next week. Let me know if any of these times is ok for > you: > > I'm thinking sometime between UTC 12:00pm or UTC 2pm

[heketi-devel] Why do we need Register/DeRegister functions?

2017-05-05 Thread Raghavendra Talur
. I don't see any place where such registrations are referenced again, what is the idea behind this? Thanks, Raghavendra Talur ___ heketi-devel mailing list heketi-devel@gluster.org http://lists.gluster.org/mailman/listinfo/heketi-devel

Re: [heketi-devel] Start Heketi setup afresh

2017-10-05 Thread Raghavendra Talur
On Fri, Sep 29, 2017 at 6:28 PM, Raghavendra Talur <rta...@redhat.com> wrote: > On Thu, Sep 28, 2017 at 7:42 PM, Gaurav Chhabra > <varuag.chha...@gmail.com> wrote: >> Thanks for the response Talur. I will really appreciate if you already have >> the steps for cleaning

Re: [heketi-devel] No more merge commits...

2017-09-27 Thread Raghavendra Talur
On Wed, Sep 27, 2017 at 4:20 AM, Michael Adam wrote: > Hi all, > > From now on into the future, heketi.git will have a nice linear > history: I just disabled the mind-boggling merge commits, and > so the only way to merge into heketi.git is fast-forward rebase > merging. :-) > >

Re: [heketi-devel] Start Heketi setup afresh

2017-09-29 Thread Raghavendra Talur
a PR on Monday. > > Regards, > Gaurav > > > On Thu, Sep 28, 2017 at 5:36 PM, Raghavendra Talur <rta...@redhat.com> > wrote: >> >> On Wed, Sep 27, 2017 at 11:27 PM, Gaurav Chhabra >> <varuag.chha...@gmail.com> wrote: >> > Hi, >>

Re: [heketi-devel] Start Heketi setup afresh

2017-09-28 Thread Raghavendra Talur
On Wed, Sep 27, 2017 at 11:27 PM, Gaurav Chhabra wrote: > Hi, > > > I tried setting up Gluster cluster on Google cloud. It went fine. I always > stop the test instances when not in use. One day, when i started my Gluster > instances, few bricks went offline and i tried

Re: [heketi-devel] Heketi HA using Kubernetes

2017-09-28 Thread Raghavendra Talur
On Wed, Sep 27, 2017 at 11:15 PM, Gaurav Chhabra wrote: > Hello Everyone, > > > I want to install Heketi server and client on Kubernetes. To ensure HA, i > would like to have replica set to 2 for it. However, i am not sure about the > Heketi db. Does it contain only

Re: [heketi-devel] Nos vemos!

2017-09-26 Thread Raghavendra Talur
On Mon, Sep 25, 2017 at 10:17 PM, Luis Pabon wrote: > 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

Re: [heketi-devel] Directory-based bricks

2019-07-22 Thread Raghavendra Talur
On Thu, Jul 18, 2019 at 4:11 AM Dmitry Kireev wrote: > > Hello, > > Is there any way to use Heketi in the VPS model, when there is only 1 block > storage (say, /dev/sda) and this is where root partition is located. > > Are there any recent changes that would allow me using directory-based bricks