fix pool_device_test.go

While executing mke2fs, 'Not enough space to build proposed filesystem while setting up superblock' error is happend on Ubuntu20.04

Signed-off-by: Shinichi Morimoto <shnmorimoto@gmail.com>
This commit is contained in:
Shinichi Morimoto 2022-04-14 09:55:29 +09:00
parent eaf286224b
commit 942af12032

View File

@ -40,8 +40,8 @@ const (
thinDevice1 = "thin-1"
thinDevice2 = "thin-2"
snapDevice1 = "snap-1"
device1Size = 100000
device2Size = 200000
device1Size = 1000000
device2Size = 2000000
testsPrefix = "devmapper-snapshotter-tests-"
)