Skip to content

Commit 5bf754a

Browse files
committed
ext4: add 2k base profile
We are seeing some odd corruptions with 2k profiles. Add a dedicated profile and make default for other profiles to n, to enable selective defconfigs. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f56fb2c commit 5bf754a

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

defconfigs/ext4_2k

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
CONFIG_GUESTFS=y
2+
CONFIG_LIBVIRT=y
3+
4+
CONFIG_WORKFLOWS=y
5+
CONFIG_WORKFLOW_LINUX_CUSTOM=y
6+
7+
CONFIG_BOOTLINUX=y
8+
CONFIG_BOOTLINUX_9P=y
9+
10+
CONFIG_WORKFLOWS_TESTS=y
11+
CONFIG_WORKFLOWS_LINUX_TESTS=y
12+
CONFIG_WORKFLOWS_DEDICATED_WORKFLOW=y
13+
CONFIG_KDEVOPS_WORKFLOW_DEDICATE_FSTESTS=y
14+
CONFIG_KDEVOPS_WORKFLOW_ENABLE_FSTESTS=y
15+
16+
CONFIG_FSTESTS_EXT4=y
17+
CONFIG_FSTESTS_FSTYP="ext4"
18+
CONFIG_FSTESTS_EXT4_SECTION_2K=y
19+
20+
CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y

workflows/fstests/ext4/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,75 +28,65 @@ if FSTESTS_EXT4_MANUAL_COVERAGE
2828

2929
config FSTESTS_EXT4_SECTION_DEFAULTS
3030
bool "Enable testing section: ext4_defaults"
31-
default y
3231
help
3332
Enabling this will test ext4 with the default options for the mkfs.ext4
3433
to create the filesystem.
3534

3635
config FSTESTS_EXT4_SECTION_1K
3736
bool "Enable testing section: ext4_1k"
38-
default y
3937
help
4038
Enabling this will test ext4 with the default options for the mkfs.ext4
4139
to create the filesystem but with 1k block size.
4240

4341
config FSTESTS_EXT4_SECTION_2K
4442
bool "Enable testing section: ext4_2k"
45-
default y
4643
help
4744
Enabling this will test ext4 with the default options for the mkfs.ext4
4845
to create the filesystem but with 1k block size.
4946

5047
config FSTESTS_EXT4_SECTION_4K
5148
bool "Enable testing section: ext4_4k"
52-
default y
5349
help
5450
Enabling this will test ext4 with the default options for the mkfs.ext4
5551
to create the filesystem but with 1k block size.
5652

5753
config FSTESTS_EXT4_SECTION_BIGALLOC16K_4K
5854
bool "Enable testing section: ext4_bigalloc16k_4k"
59-
default y
6055
help
6156
Enabling this will test ext4 with the default options for the mkfs.ext4
6257
to create the filesystem but with 4k block size using the bigalloc
6358
feature for 16k cluster sizes.
6459

6560
config FSTESTS_EXT4_SECTION_BIGALLOC32K_4K
6661
bool "Enable testing section: ext4_bigalloc32k_4k"
67-
default y
6862
help
6963
Enabling this will test ext4 with the default options for the mkfs.ext4
7064
to create the filesystem but with 4k block size using the bigalloc
7165
feature for 32k cluster sizes.
7266

7367
config FSTESTS_EXT4_SECTION_BIGALLOC64K_4K
7468
bool "Enable testing section: ext4_bigalloc64k_4k"
75-
default y
7669
help
7770
Enabling this will test ext4 with the default options for the mkfs.ext4
7871
to create the filesystem but with 4k block size using the bigalloc
7972
feature for 64k cluster sizes.
8073

8174
config FSTESTS_EXT4_SECTION_BIGALLOC1024K_4K
8275
bool "Enable testing section: ext4_bigalloc1024k_4k"
83-
default y
8476
help
8577
Enabling this will test ext4 with the default options for the mkfs.ext4
8678
to create the filesystem but with 4k block size using the bigalloc
8779
feature for 1M cluster sizes.
8880

8981
config FSTESTS_EXT4_SECTION_BIGALLOC2048K_4K
9082
bool "Enable testing section: ext4_bigalloc2048k_4k"
91-
default y
9283
help
9384
Enabling this will test ext4 with the default options for the mkfs.ext4
9485
to create the filesystem but with 4k block size using the bigalloc
9586
feature for 2M cluster sizes.
9687

9788
config FSTESTS_EXT4_SECTION_ADVANCED_FEATURES
9889
bool "Enable testing section: ext4_advanced_features"
99-
default y
10090
help
10191
Enabling this will test ext4 with the advanced features enabled.
10292
This enables a host which will use the following configuration:

0 commit comments

Comments
 (0)