All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: remove unaligned AIO warning printk
@ 2012-11-21 17:05 Eric Sandeen
  2012-11-21 19:47 ` Theodore Ts'o
  2012-12-25 18:34 ` Theodore Ts'o
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Sandeen @ 2012-11-21 17:05 UTC (permalink / raw)
  To: ext4 development

Although I put this in, I now think it was a bad decision.
For most users, there is very little to be done in this case.  They
get the message, once per day, with no real context or proposed action.
TBH, it generates support calls when it probably does not need to;
the message sounds more dire than the situation really is.

Just nuke it.  Normal investigation via blktrace or whatnot can
reveal poor IO patterns if bad performance is encountered.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/fs/ext4/file.c b/fs/ext4/file.c
index bf3966b..6c6b741 100644
--- a/fs/ext4/file.c
+++ b/fs/ext4/file.c
@@ -107,14 +107,6 @@ ext4_file_dio_write(struct kiocb *iocb, const struct iovec *iov,
 
 	/* Unaligned direct AIO must be serialized; see comment above */
 	if (unaligned_aio) {
-		static unsigned long unaligned_warn_time;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ext4: remove unaligned AIO warning printk
  2012-11-21 17:05 [PATCH] ext4: remove unaligned AIO warning printk Eric Sandeen
@ 2012-11-21 19:47 ` Theodore Ts'o
  2012-11-21 20:03   ` Eric Sandeen
  2012-12-25 18:34 ` Theodore Ts'o
  1 sibling, 1 reply; 4+ messages in thread
From: Theodore Ts'o @ 2012-11-21 19:47 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: ext4 development

On Wed, Nov 21, 2012 at 11:05:52AM -0600, Eric Sandeen wrote:
> Although I put this in, I now think it was a bad decision.
> For most users, there is very little to be done in this case.  They
> get the message, once per day, with no real context or proposed action.
> TBH, it generates support calls when it probably does not need to;
> the message sounds more dire than the situation really is.
> 
> Just nuke it.  Normal investigation via blktrace or whatnot can
> reveal poor IO patterns if bad performance is encountered.

I wonder if this might be a good thing to enable or disable via sysfs
tuning knob, just to make it a little easier for a random application
developer to test for this?

And do you have a list of the bad applications so we can nag them to
fix them?

					- Ted

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ext4: remove unaligned AIO warning printk
  2012-11-21 19:47 ` Theodore Ts'o
@ 2012-11-21 20:03   ` Eric Sandeen
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2012-11-21 20:03 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: ext4 development

On 11/21/12 1:47 PM, Theodore Ts'o wrote:
> On Wed, Nov 21, 2012 at 11:05:52AM -0600, Eric Sandeen wrote:
>> Although I put this in, I now think it was a bad decision.
>> For most users, there is very little to be done in this case.  They
>> get the message, once per day, with no real context or proposed action.
>> TBH, it generates support calls when it probably does not need to;
>> the message sounds more dire than the situation really is.
>>
>> Just nuke it.  Normal investigation via blktrace or whatnot can
>> reveal poor IO patterns if bad performance is encountered.
> 
> I wonder if this might be a good thing to enable or disable via sysfs
> tuning knob, just to make it a little easier for a random application
> developer to test for this?

*shrug* would be more knobs & more complexity; I bet 99% of people reporting
it would never have known the knob was there, and doubtful they'd have turned
it on.  If developers cared, they'd probably have done the proper thing in the
first place.  I guess I'm skeptical of the usefulness.

> And do you have a list of the bad applications so we can nag them to
> fix them?

Whenever we get it reported, it's some proprietary thing.  So no, not
really, I'm afraid.

But google live search thinks it's virtualbox, kvm, and java ;)

"Unaligned AIO/DIO on inode" turns up plenty.

Can you do some sort of google-grep-awk to find every app that's been
reported on lists?  ;)

-Eric

> 					- Ted
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ext4: remove unaligned AIO warning printk
  2012-11-21 17:05 [PATCH] ext4: remove unaligned AIO warning printk Eric Sandeen
  2012-11-21 19:47 ` Theodore Ts'o
@ 2012-12-25 18:34 ` Theodore Ts'o
  1 sibling, 0 replies; 4+ messages in thread
From: Theodore Ts'o @ 2012-12-25 18:34 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: ext4 development

On Wed, Nov 21, 2012 at 11:05:52AM -0600, Eric Sandeen wrote:
> Although I put this in, I now think it was a bad decision.
> For most users, there is very little to be done in this case.  They
> get the message, once per day, with no real context or proposed action.
> TBH, it generates support calls when it probably does not need to;
> the message sounds more dire than the situation really is.
> 
> Just nuke it.  Normal investigation via blktrace or whatnot can
> reveal poor IO patterns if bad performance is encountered.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Thanks, applied.

					- Ted

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-25 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-21 17:05 [PATCH] ext4: remove unaligned AIO warning printk Eric Sandeen
2012-11-21 19:47 ` Theodore Ts'o
2012-11-21 20:03   ` Eric Sandeen
2012-12-25 18:34 ` Theodore Ts'o

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.