Skip to content

Commit 942af12

Browse files
committed
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 <[email protected]>
1 parent eaf2862 commit 942af12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

snapshots/devmapper/pool_device_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const (
4040
thinDevice1 = "thin-1"
4141
thinDevice2 = "thin-2"
4242
snapDevice1 = "snap-1"
43-
device1Size = 100000
44-
device2Size = 200000
43+
device1Size = 1000000
44+
device2Size = 2000000
4545
testsPrefix = "devmapper-snapshotter-tests-"
4646
)
4747

0 commit comments

Comments
 (0)