From 25a66737e3c9fee218c84a659d5d9b7a34347e47 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 21 May 2018 11:56:45 +0200 Subject: [PATCH] tests: use 4K extent size To work with for 4k backend devices. --- test/api/vgtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/vgtest.c b/test/api/vgtest.c index da04dda8d..97f0d2c02 100644 --- a/test/api/vgtest.c +++ b/test/api/vgtest.c @@ -28,7 +28,7 @@ vg_t vg; const char *vg_name; #define MAX_DEVICES 16 const char *device[MAX_DEVICES]; -uint64_t size = 1024; +uint64_t size = 4096; #define vg_create(vg_name) \ printf("Creating VG %s\n", vg_name); \