Skip to content

Commit

Permalink
add config for lkp-nex04
Browse files Browse the repository at this point in the history
It has: 64 logical CPUs, 256GB memory and 12 Intel SSD drives.
  • Loading branch information
Fengguang Wu committed Apr 13, 2012
1 parent 2a2335a commit 47cf2de
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions lkp-nex04-config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
DEVICES="
$(echo /dev/disk/by-id/ata-INTEL_SSD*part1 | xargs -n1 readlink -f | sort)
"

FILESYSTEMS="ext4 xfs btrfs"
DD_TASKS="1 10 100"

KERNEL_OPTIONS=("")

KERNELS=(
3.0.0
3.1.0
3.2.0
3.3.0
)

test_cases() {
echo

echo jbod_12hdd_thresh_100m
echo jbod_12hdd_thresh_1000m
echo jbod_12hdd_thresh_8g

echo raid0_12hdd_thresh_100m
echo raid0_12hdd_thresh_1000m
echo raid0_12hdd_thresh_8g

echo raid5_12hdd_thresh_100m
echo raid5_12hdd_thresh_1000m
echo raid5_12hdd_thresh_8g

}

0 comments on commit 47cf2de

Please sign in to comment.