Blame SOURCES/e2fsprogs-1.42.9-mke2fs.conf-Introduce-rhel6-fs_type.patch

3b974a
From d01edcbdb6e151d425ecb1631e10a207e54e1fe5 Mon Sep 17 00:00:00 2001
3b974a
From: Lukas Czerner <lczerner@redhat.com>
3b974a
Date: Mon, 4 May 2020 14:44:49 +0200
3b974a
Subject: [PATCH 6/7] mke2fs.conf: Introduce rhel6 fs_type
3b974a
3b974a
RHBZ: 1780277
3b974a
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
3b974a
---
3b974a
 misc/mke2fs.conf.in | 6 ++++++
3b974a
 1 file changed, 6 insertions(+)
3b974a
3b974a
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
3b974a
index 667800c8..e074fd58 100644
3b974a
--- a/misc/mke2fs.conf.in
3b974a
+++ b/misc/mke2fs.conf.in
3b974a
@@ -19,6 +19,12 @@
3b974a
 		inode_size = 256
3b974a
 		options = test_fs=1
3b974a
 	}
3b974a
+	rhel6_ext4 = {
3b974a
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
3b974a
+		inode_size = 256
3b974a
+		enable_periodic_fsck = 1
3b974a
+		default_mntopts = ""
3b974a
+	}
3b974a
 	small = {
3b974a
 		blocksize = 1024
3b974a
 		inode_size = 128
3b974a
-- 
3b974a
2.21.1
3b974a