1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

tests: use 4K extent size

To work with for 4k backend devices.
This commit is contained in:
Zdenek Kabelac 2018-05-21 11:56:45 +02:00
parent a9f2c1e1f5
commit 25a66737e3

View File

@ -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); \