All of lore.kernel.org
 help / color / mirror / Atom feed
* EXT4 bad block
@ 2016-04-28  9:44 Lay, Kuan Loon
  2016-04-28 14:10 ` One Thousand Gnomes
  2016-05-02  6:42 ` EXT4 bad block - ext4_xattr_block_get Philipp Hahn
  0 siblings, 2 replies; 4+ messages in thread
From: Lay, Kuan Loon @ 2016-04-28  9:44 UTC (permalink / raw)
  To: tytso, adilger.kernel, linux-ext4, linux-kernel

Hi,

I encounter random bad block on different file, the message looks like "EXT4-fs error (device mmcblk0p14): ext4_xattr_block_get:298: inode #77: comm (syslogd): bad block 7288". 

I am using mke2fs 1.43-WIP (18-May-2015) and I saw this message "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features." print out. 

My current kernel version is 3.14.55, what patch I need to backport to solve the bad block issue?

Thanks

Best Regards,
Lay

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

* Re: EXT4 bad block
  2016-04-28  9:44 EXT4 bad block Lay, Kuan Loon
@ 2016-04-28 14:10 ` One Thousand Gnomes
  2016-05-02  6:42 ` EXT4 bad block - ext4_xattr_block_get Philipp Hahn
  1 sibling, 0 replies; 4+ messages in thread
From: One Thousand Gnomes @ 2016-04-28 14:10 UTC (permalink / raw)
  To: Lay, Kuan Loon; +Cc: tytso, adilger.kernel, linux-ext4, linux-kernel

On Thu, 28 Apr 2016 09:44:16 +0000
"Lay, Kuan Loon" <kuan.loon.lay@intel.com> wrote:

> Hi,
> 
> I encounter random bad block on different file, the message looks like "EXT4-fs error (device mmcblk0p14): ext4_xattr_block_get:298: inode #77: comm (syslogd): bad block 7288". 
> 
> I am using mke2fs 1.43-WIP (18-May-2015) and I saw this message "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features." print out. 
> 
> My current kernel version is 3.14.55, what patch I need to backport to solve the bad block issue?

I think you could start by providing a lot more information about the
platform you see it on, the other messages logged, whether you've run
memtest86 on the machine, whether it is stable if you boot a 4.4 kernel
and so on.

Without that information I doubt anyone can help you with your bug.

Alan

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

* Re: EXT4 bad block - ext4_xattr_block_get
  2016-04-28  9:44 EXT4 bad block Lay, Kuan Loon
  2016-04-28 14:10 ` One Thousand Gnomes
@ 2016-05-02  6:42 ` Philipp Hahn
  2016-05-09  1:52   ` Lay, Kuan Loon
  1 sibling, 1 reply; 4+ messages in thread
From: Philipp Hahn @ 2016-05-02  6:42 UTC (permalink / raw)
  To: Lay, Kuan Loon, tytso, adilger.kernel, linux-ext4, linux-kernel

Hello,

Am 28.04.2016 um 11:44 schrieb Lay, Kuan Loon:
> I encounter random bad block on different file, the message looks like "EXT4-fs error (device mmcblk0p14): ext4_xattr_block_get:298: inode #77: comm (syslogd): bad block 7288". 

Interesting; I posted a similar bug report on 2016-04-19 titles
 [BUG 4.1.11] EXT4-fs error: ext4_xattr_block_get:299 - Remounting
filesystem read-only

I never got a reply.

> I am using mke2fs 1.43-WIP (18-May-2015) and I saw this message "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features." print out. 
> 
> My current kernel version is 3.14.55, what patch I need to backport to solve the bad block issue?

That one happened on 4.1.11 on a virtual machine running inside
VMware-ESX after a hardware change. Last change was to disabled the
pvscsi drivers again; the system seems to be running fine since 1 week,
but the first time it took 1 month to notice the corruption, so we're
not yet sure that the problem is solved.

Philipp

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

* RE: EXT4 bad block - ext4_xattr_block_get
  2016-05-02  6:42 ` EXT4 bad block - ext4_xattr_block_get Philipp Hahn
@ 2016-05-09  1:52   ` Lay, Kuan Loon
  0 siblings, 0 replies; 4+ messages in thread
From: Lay, Kuan Loon @ 2016-05-09  1:52 UTC (permalink / raw)
  To: Philipp Hahn, tytso, adilger.kernel, linux-ext4, linux-kernel

Hi,

Not getting the bad block message after disable metadata_csum.

Best Regards,
Lay

> -----Original Message-----
> From: Philipp Hahn [mailto:pmhahn@pmhahn.de]
> Sent: Monday, May 2, 2016 2:43 PM
> To: Lay, Kuan Loon <kuan.loon.lay@intel.com>; tytso@mit.edu;
> adilger.kernel@dilger.ca; linux-ext4@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Subject: Re: EXT4 bad block - ext4_xattr_block_get
> 
> Hello,
> 
> Am 28.04.2016 um 11:44 schrieb Lay, Kuan Loon:
> > I encounter random bad block on different file, the message looks like
> "EXT4-fs error (device mmcblk0p14): ext4_xattr_block_get:298: inode #77:
> comm (syslogd): bad block 7288".
> 
> Interesting; I posted a similar bug report on 2016-04-19 titles  [BUG 4.1.11]
> EXT4-fs error: ext4_xattr_block_get:299 - Remounting filesystem read-only
> 
> I never got a reply.
> 
> > I am using mke2fs 1.43-WIP (18-May-2015) and I saw this message
> "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata
> and journal checksum features." print out.
> >
> > My current kernel version is 3.14.55, what patch I need to backport to solve
> the bad block issue?
> 
> That one happened on 4.1.11 on a virtual machine running inside VMware-
> ESX after a hardware change. Last change was to disabled the pvscsi drivers
> again; the system seems to be running fine since 1 week, but the first time it
> took 1 month to notice the corruption, so we're not yet sure that the
> problem is solved.
> 
> Philipp

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

end of thread, other threads:[~2016-05-09  1:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28  9:44 EXT4 bad block Lay, Kuan Loon
2016-04-28 14:10 ` One Thousand Gnomes
2016-05-02  6:42 ` EXT4 bad block - ext4_xattr_block_get Philipp Hahn
2016-05-09  1:52   ` Lay, Kuan Loon

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.