forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added breaking changes documentation on the removed 'repositories.fs.compress' setting. This is a follow up on elastic#39073
- Loading branch information
1 parent
06ad2af
commit fc0ee3c
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[float] | ||
[[breaking_80_snapshots_changes]] | ||
=== Snapshot and Restore changes | ||
|
||
[float] | ||
==== Deprecated node level compress setting removed | ||
|
||
For shared file system repositories (`"type": "fs"`), the node level setting `repositories.fs.compress` could | ||
previously be used to enable compression for all shared file system repositories where `compress` was not specified. | ||
The `repositories.fs.compress` setting has been removed. | ||
|
||
Instead use the repository specific `compress` setting to enable compression. See <<modules-snapshots>> for information | ||
on the `compress` setting. |