From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Mon, 24 Apr 2023 12:08:05 -0400 Subject: [Cluster-devel] [GFS2 PATCH 2/4] gfs2: Perform second log flush in gfs2_make_fs_ro In-Reply-To: References: <20230421190710.397684-1-rpeterso@redhat.com> <20230421190710.397684-3-rpeterso@redhat.com> Message-ID: <7965740a-b8fc-210b-7b00-feb69683ac3e@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 4/24/23 10:08 AM, Andreas Gruenbacher wrote: >> point the GFS2_LOG_HEAD_FLUSH_SHUTDOWN has been set by gfs2_make_fs_ro. > > Do you mean that at that point, the SDF_JOURNAL_LIVE flag has already > been cleared? Ah, yes, you are correct. That was a think-o. Please adjust as appropriate. Regards, Bob Peterson