Minor fix for Storage Performance Test.

This commit is contained in:
Shital Savekar 2017-06-22 14:18:57 +05:30
Родитель b03d31de2e
Коммит b73a9e61df
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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