Re: [PATCH v2] xfs: shut down zoned file systems on writeback errors
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
FYI, this causes errors in generic/441 and xfs/665. In generic/441 the file system get shut down now before the error could be propagated to fsync, and similarly for xfs/656 the file system gets shutdown before reporting fserror events. In both cases the behavior makes sense when a file system is not intended to survive data write errors. I guess we need to introduce some way to check if a given file system config will shut down on errors?