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