Minor fix for Storage Performance Test.
This commit is contained in:
Родитель
b03d31de2e
Коммит
b73a9e61df
|
@ -54,7 +54,8 @@ InstallFIO() {
|
|||
LogMsg "Detected UBUNTU/Debian"
|
||||
until dpkg --force-all --configure -a; sleep 10; do echo 'Trying again...'; done
|
||||
apt-get update
|
||||
apt-get install -y wget sysstat blktrace bc gawk fio
|
||||
apt-get install -y pciutils gawk mdadm
|
||||
apt-get install -y wget sysstat blktrace bc fio
|
||||
if [ $? -ne 0 ]; then
|
||||
LogMsg "Error: Unable to install fio"
|
||||
exit 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче