codership / glb

Galera Load Balancer - a simple TCP connection proxy and load-balancing library
GNU General Public License v2.0
153 stars 51 forks source link

Create fifo as RUN_AS_USER, so watchdogs can use fifos #18

Open plampix opened 8 years ago

plampix commented 8 years ago

We require watchdogs to change weight of the Galera servers, so they should have access to the fifo glbd creates.

ayurchen commented 8 years ago

Hi Peter. Thanks for your pull request. Unfortunately it has some shortcomings which we would like you to address before we can accept it.

Also, lately we had to "formalize" accepting contributions from 3rd parties. To this end I have pushed contributor agreement files to the repo. Please pull and read the CONTRIBUTOR_AGREEMENT.txt and if you agree to it, sign the CONTRIBUTORS.txt file by putting your name and github login in it.

Finally it would be nice if you could rebase everything into a single commit.

Thanks, Alex

plampix commented 7 years ago

Hi Alex,

The bash stuff wasn't supposed to be committed, now I know why I should use branches :)

I'll read the agreement and fix the stuff you mentioned.

Peter