All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: Emmanuel Florac <eflorac@intellique.com>,
	xfs <linux-xfs@vger.kernel.org>
Subject: Re: [somewhat OT] I just discovered that Stratis uses XFS.
Date: Tue, 2 Oct 2018 10:05:42 -0500	[thread overview]
Message-ID: <6eb79c7b-4f15-28af-44b5-03488008a897@sandeen.net> (raw)
In-Reply-To: <20181002163707.5452307c@harpe.intellique.com>


[-- Attachment #1.1: Type: text/plain, Size: 1707 bytes --]



On 10/2/18 9:37 AM, Emmanuel Florac wrote:
> Le Tue, 2 Oct 2018 16:25:30 +0200
> Emmanuel Florac <eflorac@intellique.com> écrivait:
> 
>> Hi all, 
>> in fact I just discovered that Stratis exists :)
>> (https://stratis-storage.github.io/relnotes/relnotes-1.0.html)
>> ( details on https://lwn.net/Articles/755454/)
>>
>> Reading the FAQ (https://stratis-storage.github.io/FAQ.html) I see
>> that it uses XFS as a filesystem layer. Furthermore it seems to come
>> from RedHat. What are the relations with the future XFS capabilities
>> that Dave (IIRC) demonstrated recently?
>>
>> Sorry for the OT message :)
> 
> Oh, and what about the probable constant use of xfs_growfs? Stratis
> seems to create all filesystems with a size of 1TB, and extends them as
> needed from there. However that means that a filesystem could
> potentially be expanded many times, which, as I understand it, is very
> suboptimal or worse, can lead to problems (inode allocation, AGs
> count and structure, etc).

First, a disclaimer: I'm not a Stratis expert.

None of Dave's fancy new tricks are in Stratis, because right now Dave's
fancy new tricks are pretty much just in his lab.

As for the growfs, that's a little bit of a concern - in general, the "start
small and grow" worry is that we'll have a bazillion tiny AGs in the result.

But if Stratis starts at 1TB it's not terrible; I'd need to look and see how
many AGs get created (probably 4?) and if so, 250G AGs are not /too/ granular.
If it's creating a lot more smaller AGs, that could become an issue if it gets
grown to a very large size.  IOWs the growfs concern is mostly about the
resulting AG size & AG count.

-Eric


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

  reply	other threads:[~2018-10-02 21:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-02 14:25 [somewhat OT] I just discovered that Stratis uses XFS Emmanuel Florac
2018-10-02 14:37 ` Emmanuel Florac
2018-10-02 15:05   ` Eric Sandeen [this message]
2018-10-02 16:30     ` Emmanuel Florac
2018-10-03 22:47       ` Chris Murphy
2018-10-04 10:27         ` Emmanuel Florac
2018-10-02 21:46 ` Dave Chinner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6eb79c7b-4f15-28af-44b5-03488008a897@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=eflorac@intellique.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.