From: Alexey Fisher <bug-track@fisher-privat.net>
To: Theodore Tso <tytso@mit.edu>
Cc: Greg Freemyer <greg.freemyer@gmail.com>, linux-ext4@vger.kernel.org
Subject: Re: one way to dmesg
Date: Thu, 05 Nov 2009 16:51:17 +0100 [thread overview]
Message-ID: <1257436277.2343.25.camel@mini> (raw)
In-Reply-To: <20091105150250.GL6510@mit.edu>
Am Donnerstag, den 05.11.2009, 10:02 -0500 schrieb Theodore Tso:
> On Wed, Nov 04, 2009 at 04:59:14PM +0100, Alexey Fisher wrote:
> >
> > Great, look really nice :)
> > but this is not all what i mean.
> > For example fs specific messages: EXT4-fs blabla, if you look to source
> > you'll see "EXT3 FS" "EXT II FS" (fat is worse), if you need to grep it
> > will be nightmare. It seems like ext4 is mostly up to date, ext2/3 need
> > some work. Are there any work on this?
>
> What problem are you trying to solve?
>
> Is it just an aesthetics thing? Is there a specific scenario where
> you need some kind of extra functionality? If so, what is it?
1. reduce information flow if you need to do some critical work with fs.
Easy way to filter it, some thing like 'grep -- "-fs"' (not 'grep --
[EXT,FAT,XFS...]').
2. fs should notify if some opposite to default options are used (or
default options disabled).
3. fs should be silent if default options used
4. fs should say for what bdev this message.
example: you will 'mount -o ro,xip,reservation -t ext2 /dev/sda[2,4,5]'
in dmesg you'll get:
[ 4893.684892] reservations ON
[ 4893.684896] xip option not supported
[ 4893.684961] EXT2-fs warning: mounting ext3 filesystem as ext2
[ 4893.684964] EXT2-fs warning: maximal mount count reached, running
e2fsck is recommended
[ 4893.684990] EXT II FS: 0.5b, 95/08/09, bs=1024, fs=1024, gc=2,
bpg=8192, ipg=1280, mo=80010]
the question is how to filter it? for what bdev was this message? This
is not only about ext* this is about all fs, i just begun with ext2.
> There's some question about whether parsing dmesg is the best way to
> get information about error/event reporting. See the following
> presentation from this year's Plumber's conference for a set of
> ruminations on this issue:
>
> http://linuxplumbersconf.org/2009/slides/Andi-Kleen-plumbers-error.pdf
Thank you for the link, this is god food for brain :)
Please take a look to my initial "[PATCH] Unify log messages in ext2" on
linux-ext4.
next prev parent reply other threads:[~2009-11-05 15:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 14:26 one way to dmesg Alexey Fisher
2009-11-04 15:18 ` Greg Freemyer
2009-11-04 15:29 ` Alexey Fisher
2009-11-04 15:46 ` Greg Freemyer
2009-11-04 15:59 ` Alexey Fisher
2009-11-05 15:02 ` Theodore Tso
2009-11-05 15:51 ` Alexey Fisher [this message]
2009-11-04 15:19 ` Alexey Fisher
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=1257436277.2343.25.camel@mini \
--to=bug-track@fisher-privat.net \
--cc=greg.freemyer@gmail.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