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:
parent
eaf286224b
commit
942af12032
@ -40,8 +40,8 @@ const (
|
|||||||
thinDevice1 = "thin-1"
|
thinDevice1 = "thin-1"
|
||||||
thinDevice2 = "thin-2"
|
thinDevice2 = "thin-2"
|
||||||
snapDevice1 = "snap-1"
|
snapDevice1 = "snap-1"
|
||||||
device1Size = 100000
|
device1Size = 1000000
|
||||||
device2Size = 200000
|
device2Size = 2000000
|
||||||
testsPrefix = "devmapper-snapshotter-tests-"
|
testsPrefix = "devmapper-snapshotter-tests-"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user