| 
19 | 19 | .\" CDDL HEADER END  | 
20 | 20 | .\"  | 
21 | 21 | .\"  | 
22 |  | -.\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.  | 
23 |  | -.\" Copyright 2011 Joshua M. Clulow <[email protected]>  | 
24 |  | -.\" Copyright (c) 2011, 2019 by Delphix. All rights reserved.  | 
25 |  | -.\" Copyright (c) 2011, Pawel Jakub Dawidek <[email protected]>  | 
26 |  | -.\" Copyright (c) 2012, Glen Barber <[email protected]>  | 
27 |  | -.\" Copyright (c) 2012, Bryan Drewery <[email protected]>  | 
28 |  | -.\" Copyright (c) 2013, Steven Hartland <[email protected]>  | 
29 |  | -.\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.  | 
30 |  | -.\" Copyright (c) 2014, Joyent, Inc. All rights reserved.  | 
31 |  | -.\" Copyright (c) 2014 by Adam Stevko. All rights reserved.  | 
32 |  | -.\" Copyright (c) 2014 Integros [integros.com]  | 
33 |  | -.\" Copyright (c) 2016 Nexenta Systems, Inc. All Rights Reserved.  | 
34 |  | -.\" Copyright (c) 2014, Xin LI <[email protected]>  | 
35 |  | -.\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved.  | 
36 |  | -.\" Copyright 2019 Richard Laager. All rights reserved.  | 
37 |  | -.\" Copyright 2018 Nexenta Systems, Inc.  | 
38 |  | -.\" Copyright 2019 Joyent, Inc.  | 
 | 22 | +.\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.  | 
 | 23 | +.\" Copyright (c) 2011, Joshua M. Clulow. All Rights Reserved.  | 
 | 24 | +.\" Copyright (c) 2011, 2019, Delphix. All rights reserved.  | 
 | 25 | +.\" Copyright (c) 2011, Pawel Jakub Dawidek. All rights reserved.  | 
 | 26 | +.\" Copyright (c) 2012, Glen Barber. All rights reserved.  | 
 | 27 | +.\" Copyright (c) 2012, Bryan Drewery. All rights reserved.  | 
 | 28 | +.\" Copyright (c) 2013, Steven Hartland. All rights reserved.  | 
 | 29 | +.\" Copyright (c) 2013, Saso Kiselkov. All rights reserved.  | 
 | 30 | +.\" Copyright (c) 2014, 2019, Joyent, Inc. All rights reserved.  | 
 | 31 | +.\" Copyright (c) 2014, Adam Stevko. All rights reserved.  | 
 | 32 | +.\" Copyright (c) 2014, Integros. All rights reserved.  | 
 | 33 | +.\" Copyright (c) 2014, Xin LI. All rights reserved.  | 
 | 34 | +.\" Copyright (c) 2014-2015, The FreeBSD Foundation. All Rights Reserved.  | 
 | 35 | +.\" Copyright (c) 2016, 2018, Nexenta Systems, Inc. All rights reserved.  | 
 | 36 | +.\" Copyright (c) 2019, Richard Laager. All rights reserved.  | 
 | 37 | +.\" Copyright (c) 2019, Kjeld Schouten-Lebbing. All rights reserved.  | 
39 | 38 | .\"  | 
40 | 39 | .Dd January 30, 2020  | 
41 | 40 | .Dt ZFSPROPS 8  | 
@@ -774,7 +773,8 @@ for more information on these algorithms.  | 
774 | 773 | Changing this property affects only newly-written data.  | 
775 | 774 | .It Xo  | 
776 | 775 | .Sy compression Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy gzip Ns | Ns  | 
777 |  | -.Sy gzip- Ns Em N Ns | Ns Sy lz4 Ns | Ns Sy lzjb Ns | Ns Sy zle  | 
 | 776 | +.Sy gzip- Ns Em N Ns | Ns Sy lz4 Ns | Ns Sy lzjb Ns | Ns Sy zle Ns | Ns Sy zstd Ns | Ns  | 
 | 777 | +.Sy zstd- Ns Em N Ns | Ns Sy zstd-fast- Ns Em N  | 
778 | 778 | .Xc  | 
779 | 779 | Controls the compression algorithm used for this dataset.  | 
780 | 780 | .Pp  | 
@@ -842,6 +842,35 @@ is equivalent to  | 
842 | 842 | .Pc .  | 
843 | 843 | .Pp  | 
844 | 844 | The  | 
 | 845 | +.Sy zstd  | 
 | 846 | +compression using the zstd algorithm ,  | 
 | 847 | +You can specify the  | 
 | 848 | +.Sy zstd  | 
 | 849 | +level by using the value  | 
 | 850 | +.Sy zstd- Ns Em N ,  | 
 | 851 | +where  | 
 | 852 | +.Em N  | 
 | 853 | +is an integer from 1  | 
 | 854 | +.Pq fastest  | 
 | 855 | +to 19  | 
 | 856 | +.Pq best compression ratio .  | 
 | 857 | +.Sy zstd  | 
 | 858 | +You can also specify a negative  | 
 | 859 | +.Sy zstd  | 
 | 860 | +level by using the value  | 
 | 861 | +.Sy zstd- Ns Em N ,  | 
 | 862 | +where  | 
 | 863 | +.Em N  | 
 | 864 | +is an integer from 100  | 
 | 865 | +.Pq fastest  | 
 | 866 | +to 1  | 
 | 867 | +.Pq best compression ratio .  | 
 | 868 | +.Sy zstd  | 
 | 869 | +is equivalent to  | 
 | 870 | +.Sy zstd-3  | 
 | 871 | +.Pc .  | 
 | 872 | +.Pp  | 
 | 873 | +The  | 
845 | 874 | .Sy zle  | 
846 | 875 | compression algorithm compresses runs of zeros.  | 
847 | 876 | .Pp  | 
 | 
0 commit comments