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

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