Blame SOURCES/e2fsprogs-1.45.6-man-Add-note-about-RHEL8-supported-features-and-moun.patch

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