From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f178.google.com ([209.85.210.178]:41013 "EHLO mail-pf1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732194AbeISX3b (ORCPT ); Wed, 19 Sep 2018 19:29:31 -0400 Received: by mail-pf1-f178.google.com with SMTP id h79-v6so3050443pfk.8 for ; Wed, 19 Sep 2018 10:50:31 -0700 (PDT) Date: Wed, 19 Sep 2018 10:50:28 -0700 From: Zach Brown To: Matthew Wilcox Cc: linux-fsdevel Subject: Re: ANNOUNCE: ScoutFS archival filesystem code published Message-ID: <20180919175028.GA31353@lenny> References: <20180917192303.GA26394@lenny> <20180918214208.GB1203@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180918214208.GB1203@bombadil.infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Sep 18, 2018 at 02:42:08PM -0700, Matthew Wilcox wrote: > On Mon, Sep 17, 2018 at 12:23:03PM -0700, Zach Brown wrote: > > In the coming weeks I'll personally be focusing on some big ticket > > functional items (deleted inode cleanup in particular), hardening a few > > recovery cases after crashes, and in general spending all of my will > > power focusing on that responsible nonsense instead of getting lost in > > satisfying performance tuning. > > > > Ask me anything :), > > How well does it survive xfstests? ;-) Pretty well? It certainly doesn't run a lot of the tests because features aren't there yet, but it does well at what it does run :). Not surprisingly, it's been our test platform as we've been developing. We have a branch that adds some cluster awareness and scoutfs tests. Cleaning up that branch and making the repo public is high on my list. - z