Blame SOURCES/0002-man-Add-note-about-RHEL9-supported-features-and-moun.patch

3cba57
From 149067bb91ba7b3be60a1cdd326ae253176816c6 Mon Sep 17 00:00:00 2001
3cba57
From: Lukas Czerner <lczerner@redhat.com>
3cba57
Date: Wed, 18 Dec 2019 11:03:37 +0100
3cba57
Subject: [PATCH 3/4] man: Add note about RHEL9 supported features and mount
3cba57
 options
3cba57
3cba57
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
3cba57
---
3cba57
 misc/ext4.5.in   | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
3cba57
 misc/mke2fs.8.in | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
3cba57
 2 files changed, 96 insertions(+)
3cba57
3cba57
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
3cba57
index 1db61a5f..634a6f51 100644
3cba57
--- a/misc/ext4.5.in
3cba57
+++ b/misc/ext4.5.in
3cba57
@@ -19,6 +19,54 @@ previously intended for use with the ext2 and ext3 file systems can be
3cba57
 mounted using the ext4 file system driver, and indeed in many modern
3cba57
 Linux distributions, the ext4 file system driver has been configured
3cba57
 to handle mount requests for ext2 and ext3 file systems.
3cba57
+.SH RED HAT ENTERPRISE LINUX 9
3cba57
+The Ext4 file system is fully supported by Red Hat when using default
3cba57
+mke2fs and mount options. In addition, the following non-default mke2fs
3cba57
+features and mount options are also fully supported.
3cba57
+.SH "Non-default features:"
3cba57
+project
3cba57
+.br
3cba57
+quota
3cba57
+.br
3cba57
+mmp
3cba57
+.br
3cba57
+.SH "Non-default mount options:"
3cba57
+bsddf|minixdf
3cba57
+.br
3cba57
+grpid|bsdgroups and nogrpid|sysvgroups
3cba57
+.br
3cba57
+resgid=n and resuid=n
3cba57
+.br
3cba57
+errors={continue|remount-ro|panic}
3cba57
+.br
3cba57
+commit=nrsec
3cba57
+.br
3cba57
+max_batch_time=usec
3cba57
+.br
3cba57
+min_batch_time=usec
3cba57
+.br
3cba57
+grpquota|noquota|quota|usrquota
3cba57
+.br
3cba57
+prjquota
3cba57
+.br
3cba57
+dax
3cba57
+.br
3cba57
+lazytime|nolazytime
3cba57
+.br
3cba57
+discard|nodiscard
3cba57
+.br
3cba57
+init_itable|noinit_itable
3cba57
+.br
3cba57
+jqfmt={vfsold|vfsv0|vfsv1}
3cba57
+.br
3cba57
+usrjquota=aquota.user|grpjquota=aquota.group
3cba57
+.PP
3cba57
+For more information on features and mount options, see the
3cba57
+.BR ext4
3cba57
+man page. Ext4 features and mount options not listed above may not be
3cba57
+fully supported by Red Hat.  If your workload requires a feature or mount
3cba57
+option that is not fully in this Red Hat release, contact Red Hat support
3cba57
+to evaluate it for inclusion in our supported list.
3cba57
 .SH FILE SYSTEM FEATURES
3cba57
 A file system formatted for ext2, ext3, or ext4 can have some
3cba57
 collection of the following file system feature flags enabled.  Some of
3cba57
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
3cba57
index e6bfc6d6..b4d44af5 100644
3cba57
--- a/misc/mke2fs.8.in
3cba57
+++ b/misc/mke2fs.8.in
3cba57
@@ -204,6 +204,54 @@ overridden by the options listed below, are controlled by the
3cba57
 configuration file.  See the
3cba57
 .BR mke2fs.conf (5)
3cba57
 manual page for more details.
3cba57
+.SH RED HAT ENTERPRISE LINUX 9
3cba57
+The Ext4 file system is fully supported by Red Hat when using default
3cba57
+mke2fs and mount options. In addition, the following non-default mke2fs
3cba57
+features and mount options are also fully supported.
3cba57
+.SH "Non-default features:"
3cba57
+project
3cba57
+.br
3cba57
+quota
3cba57
+.br
3cba57
+mmp
3cba57
+.br
3cba57
+.SH "Non-default mount options:"
3cba57
+bsddf|minixdf
3cba57
+.br
3cba57
+grpid|bsdgroups and nogrpid|sysvgroups
3cba57
+.br
3cba57
+resgid=n and resuid=n
3cba57
+.br
3cba57
+errors={continue|remount-ro|panic}
3cba57
+.br
3cba57
+commit=nrsec
3cba57
+.br
3cba57
+max_batch_time=usec
3cba57
+.br
3cba57
+min_batch_time=usec
3cba57
+.br
3cba57
+grpquota|noquota|quota|usrquota
3cba57
+.br
3cba57
+prjquota
3cba57
+.br
3cba57
+dax
3cba57
+.br
3cba57
+lazytime|nolazytime
3cba57
+.br
3cba57
+discard|nodiscard
3cba57
+.br
3cba57
+init_itable|noinit_itable
3cba57
+.br
3cba57
+jqfmt={vfsold|vfsv0|vfsv1}
3cba57
+.br
3cba57
+usrjquota=aquota.user|grpjquota=aquota.group
3cba57
+.PP
3cba57
+For more information on features and mount options, see the
3cba57
+.BR ext4
3cba57
+man page. Ext4 features and mount options not listed above may not be
3cba57
+fully supported by Red Hat.  If your workload requires a feature or mount
3cba57
+option that is not fully in this Red Hat release, contact Red Hat support
3cba57
+to evaluate it for inclusion in our supported list.
3cba57
 .SH OPTIONS
3cba57
 .TP
3cba57
 .BI \-b " block-size"
3cba57
-- 
3cba57
2.31.1
3cba57