From owner-freebsd-fs@FreeBSD.ORG Sun Jun 29 20:30:09 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45D813CE; Sun, 29 Jun 2014 20:30:09 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDD726F8; Sun, 29 Jun 2014 20:30:08 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id 9C45C77947; Sun, 29 Jun 2014 13:30:07 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 23597-07; Sun, 29 Jun 2014 13:30:07 -0700 (PDT) Received: from [10.8.0.6] (unknown [10.8.0.6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 30E5377944; Sun, 29 Jun 2014 13:30:05 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: FreeBSD support being added to GlusterFS From: Jordan Hubbard In-Reply-To: Date: Sun, 29 Jun 2014 13:30:04 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <186F1E29-986E-4C4C-A944-91A0035C09EB@mail.turbofuzz.com> References: <6ADBB2BF-C7E8-4050-9278-2565A63D2EA8@gluster.org> <20140627070411.GI24440@ivaldir.etoilebsd.net> <0F20AEEC-6244-42BC-815C-1440BBBDE664@mail.turbofuzz.com> To: Harshavardhana X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 20:30:09 -0000 On Jun 29, 2014, at 12:12 PM, Harshavardhana = wrote: > The patches are pending review and will be pushed hopefully this week! Cool! > - can i get these installed on a Virtualbox instance and test the > failures? Sure, you can always install = http://download.freenas.org/nightlies/9.3/ALPHA/20140625/ and install it = under VirtualBox - that has the glusterfs port in it as currently = described by = https://github.com/freenas/ports/tree/freenas/9-stable/sysutils/glusterfs = (I love github!). I tried updating that port to Baptiste=92s latest = version last night, but like I said, it croaked during the build process = so I couldn=92t get another 9.3 nightly done and ended up simply = reverting the changes for now. That 2nd URL will also show you the current state of the Makefile and = patches we needed to get glusterfs compiling under FreeNAS, which may = prove instructive as to why =93our version=94 builds and the other does = not. Longer-term, once we get glusterd to not simply fall over with missing = paths, if desired I can also create the glusterfs team an = externally-facing VMWare VM containing the latest FreeNAS 9.3 build if = they want to be able to test interoperability or otherwise beat on it to = their heart=92s content. We do this for the Samba project as well, = since there=92s nothing like seeing one's code actually running in the = target NAS environment to ensure it actually works, and it=92s easy to = install nightly builds on it if and as things evolve. > Do not understand what is "poudriere" build? - is it like building > inside a chrooted environment? In essence, yes, though it also provides some other nice features that = accelerate the process of building appliances based on freebsd packages. = See https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/index.wiki for = reference. > The changes regarding "/var/lib" to "/var/db" are not complete with > the diff, in-fact inside the code - "DEFAULT_WORKDIR > /var/lib/glusterd" is hard-coded - and its only complete until all the > references point to "/var/db/glusterd" >=20 > I will be making these changes this week. Is "/var/db" the directory > we all agree upon for "glusterd" configuration files? I believe so, yes. Thanks! - Jordan