Skip to content

Commit

Permalink
Merge pull request #5517 from Ornias1993/patch-1
Browse files Browse the repository at this point in the history
NAS-107309 / 12.1 / Add ZSTD and ZSTD-FAST to middleware
  • Loading branch information
william-gr authored Aug 21, 2020
2 parents be37edc + af2f2ea commit af7ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ def transform(dataset):
'STANDARD', 'ALWAYS', 'DISABLED',
]),
Str('compression', enum=[
'OFF', 'LZ4', 'GZIP', 'GZIP-1', 'GZIP-9', 'ZLE', 'LZJB',
'OFF', 'LZ4', 'GZIP', 'GZIP-1', 'GZIP-9', 'ZSTD', 'ZSTD-5', 'ZSTD-7', 'ZSTD-FAST', 'ZLE', 'LZJB',
]),
Str('atime', enum=['ON', 'OFF']),
Str('exec', enum=['ON', 'OFF']),
Expand Down

0 comments on commit af7ec64

Please sign in to comment.