Skip to content

Commit

Permalink
wip: increasing from 1 mb to 16 mb workes.
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Paul <[email protected]>
  • Loading branch information
say-paul committed Nov 27, 2023
1 parent 6d912ee commit 34a8fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/disk/lvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (vg *LVMVolumeGroup) MetadataSize() uint64 {
// of the metadata and its location and thus the start of the physical
// extent. For now we assume the default which results in a start of
// the physical extent 1 MiB
return 1024 * 1024
return 16 * 1024 * 1024
}

type LVMLogicalVolume struct {
Expand Down

0 comments on commit 34a8fa8

Please sign in to comment.