Skip to content

Commit 01d309e

Browse files
authored
Merge pull request #2448 from rn/btrfs
test: Increase btrfs loopback device size to 128MB
2 parents b416337 + 6519204 commit 01d309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshots/btrfs/btrfs_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func boltSnapshotter(t *testing.T) func(context.Context, string) (snapshots.Snap
4545

4646
return func(ctx context.Context, root string) (snapshots.Snapshotter, func() error, error) {
4747

48-
loopbackSize := int64(100 << 20) // 100 MB
48+
loopbackSize := int64(128 << 20) // 128 MB
4949
// mkfs.btrfs creates a fs which has a blocksize equal to the system default pagesize. If that pagesize
5050
// is > 4KB, mounting the fs will fail unless we increase the size of the file used by mkfs.btrfs
5151
if os.Getpagesize() > 4096 {

0 commit comments

Comments
 (0)