Skip to content

Commit

Permalink
fix: default nydus fs-version should be v6
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <[email protected]>
  • Loading branch information
Desiki-high committed May 12, 2023
1 parent b9d2710 commit 8671502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/nydus/nydus.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func New(cfg map[string]string, platformMC platforms.MatchComparer) (*Driver, er
// For compatibility of older configuration.
fsVersion = cfg["rafs_version"]
if fsVersion == "" {
fsVersion = "5"
fsVersion = "6"
}
}
compressor := cfg["compressor"]
Expand Down

0 comments on commit 8671502

Please sign in to comment.