mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
Add missing file changes
Signed-off-by: Jesse Nelson <jesse@swirldslabs.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
parent
796bf23578
commit
5bf83d4707
3 changed files with 3 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ spec:
|
||||||
data. For instance, if the Volume was created with "off" and the
|
data. For instance, if the Volume was created with "off" and the
|
||||||
next day the compression was modified to "on", the data written
|
next day the compression was modified to "on", the data written
|
||||||
prior to setting "on" will not be compressed. Default Value: off.'
|
prior to setting "on" will not be compressed. Default Value: off.'
|
||||||
pattern: ^(on|off|lzjb|zstd|zstd-1?[1-9]|gzip|gzip-[1-9]|zle|lz4)$
|
pattern: ^(on|off|lzjb|zstd|zstd-[1-9]|zstd-1[0-9]|gzip|gzip-[1-9]|zle|lz4)$
|
||||||
type: string
|
type: string
|
||||||
dedup:
|
dedup:
|
||||||
description: 'Deduplication is the process for removing redundant
|
description: 'Deduplication is the process for removing redundant
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ spec:
|
||||||
data. For instance, if the Volume was created with "off" and the
|
data. For instance, if the Volume was created with "off" and the
|
||||||
next day the compression was modified to "on", the data written
|
next day the compression was modified to "on", the data written
|
||||||
prior to setting "on" will not be compressed. Default Value: off.'
|
prior to setting "on" will not be compressed. Default Value: off.'
|
||||||
pattern: ^(on|off|lzjb|zstd|zstd-1?[1-9]|gzip|gzip-[1-9]|zle|lz4)$
|
pattern: ^(on|off|lzjb|zstd|zstd-[1-9]|zstd-1[0-9]|gzip|gzip-[1-9]|zle|lz4)$
|
||||||
type: string
|
type: string
|
||||||
dedup:
|
dedup:
|
||||||
description: 'Deduplication is the process for removing redundant
|
description: 'Deduplication is the process for removing redundant
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ spec:
|
||||||
data. For instance, if the Volume was created with "off" and the
|
data. For instance, if the Volume was created with "off" and the
|
||||||
next day the compression was modified to "on", the data written
|
next day the compression was modified to "on", the data written
|
||||||
prior to setting "on" will not be compressed. Default Value: off.'
|
prior to setting "on" will not be compressed. Default Value: off.'
|
||||||
pattern: ^(on|off|lzjb|zstd|zstd-1?[1-9]|gzip|gzip-[1-9]|zle|lz4)$
|
pattern: ^(on|off|lzjb|zstd|zstd-[1-9]|zstd-1[0-9]|gzip|gzip-[1-9]|zle|lz4)$
|
||||||
type: string
|
type: string
|
||||||
dedup:
|
dedup:
|
||||||
description: 'Deduplication is the process for removing redundant
|
description: 'Deduplication is the process for removing redundant
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue