Description of problem: Nate and I have been seeing this warnings while running gfs_fsck regression tests. Possibly related to bz 150207 however we don't see the thousands of messages spitting out anymore. Can these messages be expected in recovery cases or is this a true bug? Version-Release number of selected component (if applicable): GFS-6.1.2-0 How reproducible: quite often while running REG tests Steps to reproduce: 1. create a gfs and populate with I/O 2. during I/O kill the cluster 3. bring the cluster back up but before mounting run gfs_fsck
These messages are expected behavior and this is not a true bug. When the cluster is killed during IO, metadata is not consistent. This is fixed either by mounting GFS (thereby replaying journals to restore consistency) or by running gfs_fsck to fix these issues. gfs_fsck is simply reporting the inconsistencies that it finds with the above messages.