From owner-freebsd-fs@freebsd.org Wed Dec 9 04:11:46 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C472A9D5E70 for ; Wed, 9 Dec 2015 04:11:46 +0000 (UTC) (envelope-from jordanhubbard@icloud.com) Received: from pv33p03im-asmtp001.me.com (pv33p03im-asmtp001.me.com [17.143.180.10]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEF7214B8 for ; Wed, 9 Dec 2015 04:11:46 +0000 (UTC) (envelope-from jordanhubbard@icloud.com) Received: from [10.20.30.54] (75-101-82-48.static.sonic.net [75.101.82.48]) by pv33p03im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NZ200OOZOZAN530@pv33p03im-asmtp001.me.com> for freebsd-fs@freebsd.org; Wed, 09 Dec 2015 04:11:37 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-12-09_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510090000 definitions=main-1512090079 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: setting up a port for GlusterFS? From: Jordan Hubbard In-reply-to: <1019856000.124469572.1449614373287.JavaMail.zimbra@uoguelph.ca> Date: Tue, 08 Dec 2015 20:11:34 -0800 Cc: freebsd-fs Content-transfer-encoding: quoted-printable Message-id: <7E380638-8DC0-46D1-8354-713AAB870FBD@icloud.com> References: <1019856000.124469572.1449614373287.JavaMail.zimbra@uoguelph.ca> To: Rick Macklem X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2015 04:11:46 -0000 > On Dec 8, 2015, at 2:39 PM, Rick Macklem wrote: >=20 > I've basically succeeded in getting glusterfs 3.7.6 to build and > work on FreeBSD-current (only very minimally tested). > I think it would be nice to set this up as a port, in case others > would like to test it, however I have zero knowledge w.r.t. how > to set up a port? Here=E2=80=99s the one we=E2=80=99re using in FreeNAS: = https://github.com/freenas/middleware/tree/master/nas_ports/sysutils/glust= erfs I just updated it from 3.7.2 to 3.7.6 but we=E2=80=99ve been using it in = FreeNAS for awhile now, so rather than create something from scratch, = this might be a reasonable starting point. It=E2=80=99s based in turn = on earlier attempts to maintain a port for FreeBSD. Really needs a = maintainer. :) - Jordan