We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b416337 + 6519204 commit 01d309eCopy full SHA for 01d309e
snapshots/btrfs/btrfs_test.go
@@ -45,7 +45,7 @@ func boltSnapshotter(t *testing.T) func(context.Context, string) (snapshots.Snap
45
46
return func(ctx context.Context, root string) (snapshots.Snapshotter, func() error, error) {
47
48
- loopbackSize := int64(100 << 20) // 100 MB
+ loopbackSize := int64(128 << 20) // 128 MB
49
// mkfs.btrfs creates a fs which has a blocksize equal to the system default pagesize. If that pagesize
50
// is > 4KB, mounting the fs will fail unless we increase the size of the file used by mkfs.btrfs
51
if os.Getpagesize() > 4096 {
0 commit comments