Skip to content

Commit 7b11c28

Browse files
committed
Remove reference to non-existent store type (#32418)
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.
1 parent 39d0890 commit 7b11c28

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/reference/index-modules/store.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ process equal to the size of the file being mapped. Before using this
6767
class, be sure you have allowed plenty of
6868
<<vm-max-map-count,virtual address space>>.
6969

70-
[[default_fs]]`default_fs` deprecated[5.0.0, The `default_fs` store type is deprecated - use `fs` instead]::
71-
72-
The `default` type is deprecated and is aliased to `fs` for backward
73-
compatibility.
74-
7570
=== Pre-loading data into the file system cache
7671

7772
NOTE: This is an expert setting, the details of which may change in the future.

docs/reference/setup/sysconfig/virtual-memory.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[vm-max-map-count]]
22
=== Virtual memory
33

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

0 commit comments

Comments
 (0)