From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Tue, 4 Sep 2018 09:05:55 -0400 (EDT) Subject: [Cluster-devel] [PATCH v2] fsck.gfs2: Don't check fs formats we don't recognise In-Reply-To: <20180830150825.27249-1-anprice@redhat.com> References: <20180830150825.27249-1-anprice@redhat.com> Message-ID: <1195236184.9913769.1536066355144.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- > Currently fsck.gfs2 will ignore sb_fs_format but in order to support > future formats we need to make sure it doesn't try to check filesystems > with formats we don't recognise yet. Better late than never. > > Tests included. > > rhbz#1616389 > rhbz#1622050 > > Signed-off-by: Andrew Price > --- Hi, Looks good. ACK Bob Peterson