Skip to content

Commit 1d5f7c0

Browse files
committed
fix: metadata_csum_seed is default in azl4, add a min supported version for it
1 parent 62d05cd commit 1d5f7c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolkit/tools/imagegen/diskutils/filesystem.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ var (
310310
// Ref: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html
311311
ext4FeaturesE2fsprogsSupport = map[string]version.Version{
312312
"orphan_file": {1, 47, 0},
313+
"metadata_csum_seed": {1, 47, 0},
313314
}
314315

315316
// A list of XFS features and their minimum supported xfsprogs / kernel versions.

0 commit comments

Comments
 (0)