From 7d92dd5928a154340cb55dbff20bbd1e87f1878d Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Fri, 2 Mar 2018 15:12:38 -0800 Subject: [PATCH] test: Check IO metrics with virtio-blk Test PR to check what results we get with virtio-blk. Fixes #1045 Signed-off-by: Sebastien Boeuf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21f5e410..a79ef3d5 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ DEFBRIDGES := 1 DEFNETWORKMODEL := macvtap DEFDISABLEBLOCK := false -DEFBLOCKSTORAGEDRIVER := virtio-scsi +DEFBLOCKSTORAGEDRIVER := virtio-blk DEFENABLEMEMPREALLOC := false DEFENABLEHUGEPAGES := false DEFENABLESWAP := false