From owner-freebsd-fs@FreeBSD.ORG Tue Oct 21 15:17:15 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 779AEDB8 for ; Tue, 21 Oct 2014 15:17:15 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 451FAB84 for ; Tue, 21 Oct 2014 15:17:14 +0000 (UTC) Received: from Julian-MBP3.local (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id s9LFH0Nu061494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 21 Oct 2014 08:17:03 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <544678E6.3040400@freebsd.org> Date: Tue, 21 Oct 2014 23:16:54 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Harshavardhana , Justin Clift Subject: Re: FreeBSD support being added to GlusterFS References: <0F20AEEC-6244-42BC-815C-1440BBBDE664@mail.turbofuzz.com> <0ABAE2AC-BF1B-4125-ACA9-C6177D013E25@mail.turbofuzz.com> <20140706230910.GA8523@ivaldir.etoilebsd.net> <2F416D06-0A98-4E66-902C-ED0690A4B1C0@ixsystems.com> <20140825211459.GB65120@ivaldir.etoilebsd.net> <287933729.7365215.1413819378546.JavaMail.zimbra@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, Jordan Hubbard X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 15:17:15 -0000 On 10/21/14, 6:17 AM, Harshavardhana wrote: > On Mon, Oct 20, 2014 at 8:36 AM, Justin Clift wrote: >> Does anyone have time to review: >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192701 >> >> It's a FUSE patch that's been hanging around a few months, >> written by Harsha. >> >> Harsha, is GlusterFS dependant on this? >> > Not dependent, but its an important part that needs to be exposed for > certain tests to pass under > regression testing. > I've been hitting direct-io issues in fuse.. if I can get a minute sideways from work I will try to look.