Skip to content

Commit

Permalink
test: add new entry for zstd-fast compression
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Oct 16, 2024
1 parent 37ecc88 commit c9a0113
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ func getStoragClassParams() []map[string]string {
},
{
"fstype": "zfs",
"compression": "zstd-6",
"compression": "zstd-fast",
"dedup": "on",
"thinprovision": "yes",
},
Expand Down Expand Up @@ -677,5 +677,9 @@ func getStoragClassParams() []map[string]string {
"compression": "zstd-6",
"dedup": "on",
},
{
"fstype": "xfs",
"compression": "zstd-fast",
},
}
}

0 comments on commit c9a0113

Please sign in to comment.