Blame SOURCES/0003-mke2fs.conf-Introduce-rhel6-rhel7-and-rhel8-fs_type.patch

9c173d
From bab98a0c110b6351634547821c337c2c26167061 Mon Sep 17 00:00:00 2001
99f9b0
From: Lukas Czerner <lczerner@redhat.com>
99f9b0
Date: Tue, 17 Dec 2019 11:24:31 +0100
9c173d
Subject: [PATCH] mke2fs.conf: Introduce rhel6, rhel7 and rhel8 fs_type
99f9b0
99f9b0
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
99f9b0
---
99f9b0
 misc/mke2fs.conf.in | 14 ++++++++++++++
99f9b0
 1 file changed, 14 insertions(+)
99f9b0
99f9b0
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
9c173d
index 05680992..b3345862 100644
99f9b0
--- a/misc/mke2fs.conf.in
99f9b0
+++ b/misc/mke2fs.conf.in
9c173d
@@ -13,6 +13,20 @@
9c173d
 	ext4 = {
99f9b0
 		features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
99f9b0
 	}
99f9b0
+	rhel6_ext4 = {
99f9b0
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
99f9b0
+		inode_size = 256
99f9b0
+		enable_periodic_fsck = 1
99f9b0
+		default_mntopts = ""
99f9b0
+	}
99f9b0
+	rhel7_ext4 = {
99f9b0
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,64bit
99f9b0
+		inode_size = 256
99f9b0
+	}
99f9b0
+	rhel8_ext4 = {
99f9b0
+		features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
99f9b0
+		inode_size = 256
99f9b0
+	}
99f9b0
 	small = {
99f9b0
 		blocksize = 1024
9c173d
 		inode_ratio = 4096
99f9b0
-- 
99f9b0
2.31.1
99f9b0