Skip to content

Commit

Permalink
Remove reference to non-existent store type (#32418)
Browse files Browse the repository at this point in the history
We removed the default_fs store type yet the docs still contain a
reference to them. This commit addresses that by removing this
reference, and changing a reference to this section of the docs to
instead refer to mmapfs.
  • Loading branch information
jasontedor authored Jul 27, 2018
1 parent dcb5d24 commit 588db62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions docs/reference/index-modules/store.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ process equal to the size of the file being mapped. Before using this
class, be sure you have allowed plenty of
<<vm-max-map-count,virtual address space>>.

[[default_fs]]`default_fs` deprecated[5.0.0, The `default_fs` store type is deprecated - use `fs` instead]::

The `default` type is deprecated and is aliased to `fs` for backward
compatibility.

=== Pre-loading data into the file system cache

NOTE: This is an expert setting, the details of which may change in the future.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/sysconfig/virtual-memory.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[vm-max-map-count]]
=== Virtual memory

Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
Elasticsearch uses a <<mmapfs,`mmapfs`>> directory by
default to store its indices. The default operating system limits on mmap
counts is likely to be too low, which may result in out of memory exceptions.

Expand Down

0 comments on commit 588db62

Please sign in to comment.