From: Eric Sandeen <sandeen@redhat.com>
To: Theodore Tso <tytso@MIT.EDU>
Cc: linux-ext4@vger.kernel.org
Subject: Re: [E2FSPROGS, RFC] New mke2fs types parsing
Date: Mon, 17 Mar 2008 16:29:18 -0500 [thread overview]
Message-ID: <47DEE2AE.1050105@redhat.com> (raw)
In-Reply-To: <20080220222019.GG30305@mit.edu>
Theodore Tso wrote:
> There are only three things which mke2fs will do, in my design:
>
> #1) If the first type is not one of "ext2", "ext3", "ext4", or
> "ext4dev", mke2fs will determine a suitable default based on either
> argv[0] if it is of the form mke2fs.*, or via defaults.fs_type in
> /etc/mke2fs.conf. If neither of these is available it will default to "ext2".
>
> #2) If the second type is not one of "small", "floppy" or "default",
> mke2fs will create a default type by checking the size of the
> to-be-created filesystem. If it is less than 3mb, it is "floppy", if
> it is less than 512mb, it is "small", otherwise it is default.
>
> #3) Once it has the list of types, i.e., "ext3,defaults,squid", or
> "ext2,floppy,rescue", "ext4,defaults,largefile", etc. it uses this as
> a search path when mke2fs needs to look up some parameter, such as
> "base_features", or "inode_size", etc.
I started to look into updating the man page for this but it led to
several questions, and a suggestion....
Is this intended to take exactly 1, 2, or 3 arguments? If so is it
always "type," "size," "usepattern?" (ext4,small,news for example)
Can I specify ext4,defaults,news as well as ext4,news,defaults or does
order matter - it seems that it does.
Should it bail out if a stanza is not found (-T foo,bar,baz?) Today it
does not.
>From looking at & playing with the code it seems like it is supposed to
be explicitly type, size, usepattern, although sometimes it doesn't get
it right, for example this:
misc/mke2fs -T ext5,floppy,news fsfile
leads to:
fs_types: 'ext2', 'small', 'ext5', 'floppy', 'news'
hmm...
Also if these 3 positions have special meanings and orders, it's odd to
not have that reflected in the config file stanzas somehow...
It seems to me that perhaps instead of specifying that each
comma-delimited position has a specific meaning, perhaps it should just
be: "comma separated list which indicates profiles from least to most
specific, with values & features from more specific (later) profiles
trumping less specific (earlier) profiles" - would this be more clear &
flexible...?
Oh, and encountering an unknown type should probably toss an error...
-Eric
next prev parent reply other threads:[~2008-03-17 21:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 14:06 [E2FSPROGS, RFC] New mke2fs types parsing Theodore Ts'o
2008-02-20 18:51 ` Eric Sandeen
2008-02-20 22:20 ` Theodore Tso
2008-02-20 22:28 ` Eric Sandeen
2008-02-21 8:52 ` Andreas Dilger
2008-02-21 13:35 ` Theodore Tso
2008-03-17 21:29 ` Eric Sandeen [this message]
2008-03-18 2:20 ` Theodore Tso
2008-03-18 3:23 ` Eric Sandeen
2008-03-18 4:23 ` Theodore Tso
2008-03-18 5:16 ` Eric Sandeen
2008-03-18 11:01 ` Theodore Tso
2008-03-18 13:11 ` Eric Sandeen
2008-03-18 13:52 ` Theodore Tso
2008-03-18 16:06 ` Eric Sandeen
2008-03-20 19:17 ` Eric Sandeen
2008-03-20 20:49 ` Theodore Tso
2008-03-19 3:36 ` Andreas Dilger
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=47DEE2AE.1050105@redhat.com \
--to=sandeen@redhat.com \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@MIT.EDU \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).