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

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