[Cluster-devel] [GFS2 PATCH] gfs2: slow the deluge of io error messages

2018-10-04 Thread Bob Peterson
Hi, When an io error is hit, it calls gfs2_io_error_bh_i for every journal buffer it can't write. Since we changed gfs2_io_error_bh_i recently to withdraw later in the cycle, it sends a flood of errors to the console. This patch checks for the file system already being withdrawn, and if so, doesn'

Re: [Cluster-devel] [GFS2 PATCH] gfs2: print fsid when rgrp errors are found

2018-10-04 Thread Steven Whitehouse
Hi, Presumably the other calls to pr_warn have the same issue? Perhaps we should just get rid of pr_warn completely unless there are cases where a super block is not available to pass to fs_warn, Steve. On 04/10/18 16:18, Bob Peterson wrote: Hi, This patch allows gfs2_setbit to provide us

[Cluster-devel] [GFS2 PATCH] gfs2: print fsid when rgrp errors are found

2018-10-04 Thread Bob Peterson
Hi, This patch allows gfs2_setbit to provide useful debug information when bitmap errors are encountered. It now provides the file system id so you can tell which mount point the error occurred, as well as the intended block and the bitmap's block number. Signed-off-by: Bob Peterson --- fs/gfs2