You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
789 B
32 lines
789 B
4 years ago
|
From d01edcbdb6e151d425ecb1631e10a207e54e1fe5 Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Czerner <lczerner@redhat.com>
|
||
|
Date: Mon, 4 May 2020 14:44:49 +0200
|
||
|
Subject: [PATCH 6/7] mke2fs.conf: Introduce rhel6 fs_type
|
||
|
|
||
|
RHBZ: 1780277
|
||
|
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
|
||
|
---
|
||
|
misc/mke2fs.conf.in | 6 ++++++
|
||
|
1 file changed, 6 insertions(+)
|
||
|
|
||
|
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
|
||
|
index 667800c8..e074fd58 100644
|
||
|
--- a/misc/mke2fs.conf.in
|
||
|
+++ b/misc/mke2fs.conf.in
|
||
|
@@ -19,6 +19,12 @@
|
||
|
inode_size = 256
|
||
|
options = test_fs=1
|
||
|
}
|
||
|
+ rhel6_ext4 = {
|
||
|
+ features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
|
||
|
+ inode_size = 256
|
||
|
+ enable_periodic_fsck = 1
|
||
|
+ default_mntopts = ""
|
||
|
+ }
|
||
|
small = {
|
||
|
blocksize = 1024
|
||
|
inode_size = 128
|
||
|
--
|
||
|
2.21.1
|
||
|
|