vm_setup.py: add sgdisk

Used in the ceph tests.

Change-Id: Iea7bda61e792542aae2dff09b0ac321bd4073cc1
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/420499
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2018-07-26 08:56:13 -07:00 committed by Jim Harris
parent 845aa9c4ec
commit 8749a9a591

View File

@ -131,6 +131,7 @@ if $INSTALL; then
sudo dnf install -y perl-Switch sudo dnf install -y perl-Switch
sudo dnf install -y librdmacm-utils sudo dnf install -y librdmacm-utils
sudo dnf install -y libibverbs-utils sudo dnf install -y libibverbs-utils
sudo dnf install -y sgdisk
fi fi
cd ~ cd ~