mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
feat(zfs-2.0): adding zstd compression in the validation list (#401)
* feat(zfs-2.0): adding zstd compression in the validation list * updating action go version to 1.16.5 Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
a6462c5234
commit
65ef14d479
8 changed files with 12 additions and 12 deletions
|
|
@ -106,7 +106,7 @@ type VolumeInfo struct {
|
|||
// the next day the compression was modified to "on", the data written prior to setting "on" will
|
||||
// not be compressed.
|
||||
// Default Value: off.
|
||||
// +kubebuilder:validation:Pattern="^(on|off|lzjb|gzip|gzip-[1-9]|zle|lz4)$"
|
||||
// +kubebuilder:validation:Pattern="^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$"
|
||||
Compression string `json:"compression,omitempty"`
|
||||
|
||||
// Deduplication is the process for removing redundant data at the block level,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue