Re: [Cluster-devel] [GFS2 PATCH v6 11/26] gfs2: log error reform

2019-09-04 Thread Bob Peterson
Hi Andreas, - Original Message - > > +*/ > > + if (sdp->sd_log_error) { > > + gfs2_io_error_bh(sdp, bh); > > some of the error handling here is still sketchy: the only place where > sd_log_error is set without withdrawing the filesystem

Re: [Cluster-devel] [GFS2 PATCH v6 11/26] gfs2: log error reform

2019-08-20 Thread Andreas Gruenbacher
Bob, On Thu, May 23, 2019 at 3:05 PM Bob Peterson wrote: > Before this patch, gfs2 kept track of journal io errors in two > places sd_log_error and the SDF_AIL1_IO_ERROR flag in sd_flags. > This patch consolidates the two into sd_log_error so that it > reflects the first error encountered

[Cluster-devel] [GFS2 PATCH v6 11/26] gfs2: log error reform

2019-05-23 Thread Bob Peterson
Before this patch, gfs2 kept track of journal io errors in two places sd_log_error and the SDF_AIL1_IO_ERROR flag in sd_flags. This patch consolidates the two into sd_log_error so that it reflects the first error encountered writing to the journal. In future patches, we will take advantage of this