intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
260 stars 157 forks source link

rm due to not enough HDD disks #60

Closed Ankita-020696 closed 4 years ago

Ankita-020696 commented 4 years ago

Hi, I am running iozone benchmark through lkp on X86 (Linux kernel - 5.3.0). I am getting error with HDD disks.

Command: sudo lkp run ./iozone-2HDD-ext4-kyber.yaml rm due to not enough HDD disks need: 2, has: 0 Traceback (most recent call last): 6: from /home/test/Ankita/lkp-tests/bin/run-local:131:in

' 5: from /home/test/Ankita/lkp-tests/lib/job.rb:691:in expand_params' 4: from /home/test/Ankita/lkp-tests/lib/job.rb:77:in for_each_in' 3: from /home/test/Ankita/lkp-tests/lib/job.rb:77:in each' 2: from /home/test/Ankita/lkp-tests/lib/job.rb:78:in block in for_each_in' 1: from /home/test/Ankita/lkp-tests/lib/job.rb:694:in block in expand_params' /home/test/Ankita/lkp-tests/lib/job.rb:669:in `run_filter': /home/test/Ankita/lkp-tests/filters/disk: exitstatus 1 (Job::ParamError)

Please help me with this. Thanks Ankita

liuyd96 commented 4 years ago

Sorry for delay. please check whether lkp-tests/host/${HOSTNAME} exists.

  1. If lkp-tests/host/${HOSTNAME} exist. You could edit hdd/ssd partitions directly to specify testing partitions. Could refer to other files under lkp-tests/hosts

liuyd@liuyd-ubuntu1804:~/lkp-tests/hosts$ cat liuyd-ubuntu1804 nr_cpu: 2 memory: 3G hdd_partitions: ssd_partitions: local_run: 1

  1. You could specify hdd/ssd when you install job by option "--hdd/--ssd" lkp install --hdd /dev/testing_hdd ./iozone-2HDD-ext4-kyber.yaml .

    liuyd@liuyd-ubuntu1804:~/lkp-tests/hosts$ sudo lkp install --help [sudo] password for liuyd: Usage: lkp install [options] [ Githubissues.

  2. Githubissues is a development platform for aggregating issues.