Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2017 00:49:57 +0700
From:      Felix Hanley <felix@userspace.com.au>
To:        freebsd-ports@freebsd.org
Subject:   Re: Galera Cluster Packages and Support for FreeBSD are Now Available From Codership
Message-ID:  <20170201174957.GA44413@monk.yelnah>
In-Reply-To: <CAGtf9xPFxVSiLimybG%2B0Ae%2B8tSaCyTuGDUmr7H_BoQJPLSsY8g@mail.gmail.com>
References:  <b06e271f11ca695ab08361d0c70e7480@galeracluster.com> <03430a5dfb7534717cae3326905f716e@galeracluster.com> <189929c7-70d5-93c7-7a08-36e26ff8ee6e@FreeBSD.org> <591efc6ffda5222281a0cf06bd250910@galeracluster.com> <CAGtf9xPFxVSiLimybG%2B0Ae%2B8tSaCyTuGDUmr7H_BoQJPLSsY8g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 01, 2017 at 09:07:34AM +0800, Ganbold Tsagaankhuu wrote:
> 
> As Steven asked earlier, do you have support or binary package available
> for FreeBSD 11.0 or later ?

I am currently implementing a proof-of-concept running two galera nodes
and one garb node (no db, just for quorum) on FreeBSD 11.

I had to build the packages from
http://github.com/codership/freebsd-ports but even then I had to make a
few changes which, if I have time, I will submit a pull request. Just
some of the findings so far:

- It all seems to build okay with clang.
- The garbd arbitrator was not in the package.
- A number of required dependencies were not listed in the packages.
- You will probably need to write your own rc scripts.
- There doesn't seem to be any man pages.
- I did not use the mysql56-server package which is in the repo but
  instead used the FreeBSD mariadb101-server package which already has
  the patches needed.

But so far I seem to be able to create a small cluster and add and
remove nodes without too much trouble. See what happens.

-felix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170201174957.GA44413>