This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 1faed4beffdebb92e4142e96880d21c13e7fe1ac Author: Alexey Serbin <[email protected]> AuthorDate: Fri Aug 27 19:31:44 2021 -0700 [docs] remove stray line in Hole Punching Test section Change-Id: I5e5bba55cd34156d98a97bd6a0111d3874a4bc2a Reviewed-on: http://gerrit.cloudera.org:8080/17813 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> --- docs/troubleshooting.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/troubleshooting.adoc b/docs/troubleshooting.adoc index 5b74da0..95a572f 100644 --- a/docs/troubleshooting.adoc +++ b/docs/troubleshooting.adoc @@ -65,8 +65,6 @@ are several different ways to determine whether an ext4 mountpoint is backed by ext3, or ext4 formatted device; see link:https://unix.stackexchange.com/q/60723[this Stack Exchange post] for details. -link:administration.html#change_dir_config[Changing Directory Configurations] documentation. - Without hole punching support, the log block manager is unsafe to use. It won't ever delete blocks, and will consume ever more space on disk.
