commit | 7d9f9249580e05a9af823cdbb7a91f2758d1c63b | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Mon Feb 18 13:04:13 2019 -0700 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Feb 27 07:53:17 2020 -0600 |
tree | 590f31982a2f3b7596b5d2ddee5b98394fe462da | |
parent | 33dbd1e41a1dd549eb19a29477119d4e29766210 [diff] |
gfs2: Add verbose option to check_journal_clean Before this patch, function check_journal_clean would give messages related to journal recovery. That's fine for mount time, but when a node withdraws and forces replay that way, we don't want all those distracting and misleading messages. This patch adds a new parameter to make those messages optional. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>