diff options
author | Richard Laager <[email protected]> | 2019-04-18 20:15:58 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-24 17:03:21 -0700 |
commit | 6ce7b2d9ad760e3aa0a2185b1c7435c37d284cd8 (patch) | |
tree | 1c879910ea2564eee7cf994563a6234394d883fa /man/man5/zfs-module-parameters.5 | |
parent | e1fbe7711061c10c2c0fe80a5d3768e865c0c166 (diff) |
Document send_holes_without_birth_time
Reviewed-by: Tom Caputi <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8641
Diffstat (limited to 'man/man5/zfs-module-parameters.5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 4a3ff1d49..be2810f5a 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -110,11 +110,7 @@ Default value: \fB6\fR. \fBignore_hole_birth\fR (int) .ad .RS 12n -When set, the hole_birth optimization will not be used, and all holes will -always be sent on zfs send. Useful if you suspect your datasets are affected -by a bug in hole_birth. -.sp -Use \fB1\fR for on (default) and \fB0\fR for off. +This is an alias for \fBsend_holes_without_birth_time\fR. .RE .sp @@ -377,6 +373,19 @@ Use \fB1\fR for yes (default) and \fB0\fR for no. .sp .ne 2 .na +\fBsend_holes_without_birth_time\fR (int) +.ad +.RS 12n +When set, the hole_birth optimization will not be used, and all holes will +always be sent on zfs send. Useful if you suspect your datasets are affected +by a bug in hole_birth. +.sp +Use \fB1\fR for on (default) and \fB0\fR for off. +.RE + +.sp +.ne 2 +.na \fBspa_config_path\fR (charp) .ad .RS 12n |