Skip to content

Commit

Permalink
Merge pull request #5523 from freenas/NAS-107309-12.0
Browse files Browse the repository at this point in the history
NAS-107309 / 12.0 / Add ZSTD and ZSTD-FAST to middleware (by Ornias1993)
  • Loading branch information
william-gr authored Aug 21, 2020
2 parents cabd3b9 + 4dc514d commit b9d7d4d
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 b9d7d4d

Please sign in to comment.