[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <6580f4c95aee22762faee755804a49b275cbc2eb.1624007533.git.riteshh@linux.ibm.com>
Date: Fri, 18 Jun 2021 16:39:58 +0530
From: Ritesh Harjani <riteshh@...ux.ibm.com>
To: "Theodore Ts'o" <tytso@....edu>
Cc: fstests@...r.kernel.org, linux-ext4@...r.kernel.org,
Ritesh Harjani <riteshh@...ux.ibm.com>
Subject: [PATCH 7/9] btrfs/cfg: Add 4k and 64k related configs
This adds btrfs 4k and 64k configs.
Signed-off-by: Ritesh Harjani <riteshh@...ux.ibm.com>
---
kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k | 5 +++++
kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k | 5 +++++
2 files changed, 10 insertions(+)
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k
diff --git a/kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k b/kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k
new file mode 100644
index 0000000..c384b8d
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k
@@ -0,0 +1,5 @@
+SIZE=small
+export MKFS_OPTIONS="-s 4096 -n 4096"
+export MOUNT_OPTIONS=""
+export SCRATCH_DEV_POOL="/dev/vdc /dev/vdi /dev/vdj /dev/vdk"
+TESTNAME="btrfs 4k block"
diff --git a/kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k b/kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k
new file mode 100644
index 0000000..c234101
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k
@@ -0,0 +1,5 @@
+SIZE=small
+export SCRATCH_DEV_POOL="/dev/vdc /dev/vdi /dev/vdj /dev/vdk"
+export MKFS_OPTIONS="-s 65536 -n 65536"
+export MOUNT_OPTIONS=""
+TESTNAME="btrfs 64k block"
--
2.31.1
Powered by blists - more mailing lists