diff options
author | Bob Peterson <rpeterso@redhat.com> | 2019-11-20 08:53:14 -0500 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2019-11-21 11:37:41 +0100 |
commit | ade48088937f53fe0467162177726176813b9564 (patch) | |
tree | 01e5338d0678d9bca1b5a181b951ce8cdb452c78 /fs/gfs2/super.c | |
parent | 8f81180ac1837233a98a4e5b108df5874cf97836 (diff) |
gfs2: Don't write log headers after file system withdraw
Before this patch, when a node withdrew a gfs2 file system, it
wrote a (clean) unmount log header. That's wrong. You don't want
to write anything to the journal once you're withdrawn because
that's acknowledging that the transaction is complete and the
journal is in good shape, neither of which may be a valid
assumption when the file system is withdrawn. This is especially
true if the withdraw was caused due to io errors writing to the
journal in the first place. The best course of action is to leave
the journal "as is" until it may be safely replayed during
journal recovery, regardless of whether it's done by this node or
another.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
0 files changed, 0 insertions, 0 deletions