diff --git a/pkg/disk/lvm.go b/pkg/disk/lvm.go index 13cb561fff..5dd69f4046 100644 --- a/pkg/disk/lvm.go +++ b/pkg/disk/lvm.go @@ -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 {