Am 02.08.2017 um 00:23 schrieb Dave Chinner: > On Tue, Aug 01, 2017 at 10:12:57AM +0200, Stefan Priebe - Profihost AG wrote: >> Hello, >> >> under very high load i'm getting the following error on a bcache device >> using XFS: >> XFS (bcache1): metadata I/O error: block 0x575b6d70 >> ("xfs_trans_read_buf_map") error 4 numblks 16 > > #define EINTR 4 /* Interrupted system call */ > > That's an EINTR error coming from the block layer. This is most > definitely not an error that the block layer should be returning to > the filesystem. > > IOWs, you've hit a bcache bug. Yes, thanks! Stefan > Cheers, > > Dave. > -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html