From fc0ee3ccdc26eae4ae6b2f152884c5a6e49ddfdf Mon Sep 17 00:00:00 2001 From: Henning Andersen Date: Wed, 27 Feb 2019 12:50:23 +0100 Subject: [PATCH] Unify blob store compress setting Added breaking changes documentation on the removed 'repositories.fs.compress' setting. This is a follow up on #39073 --- docs/reference/migration/migrate_8_0.asciidoc | 4 +++- .../migration/migrate_8_0/snapshots.asciidoc | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/reference/migration/migrate_8_0/snapshots.asciidoc diff --git a/docs/reference/migration/migrate_8_0.asciidoc b/docs/reference/migration/migrate_8_0.asciidoc index 2ec007076d69b..39e45ccff00bc 100644 --- a/docs/reference/migration/migrate_8_0.asciidoc +++ b/docs/reference/migration/migrate_8_0.asciidoc @@ -12,6 +12,7 @@ See also <> and <>. coming[8.0.0] * <> +* <> [float] === Indices created before 7.0 @@ -29,4 +30,5 @@ Elasticsearch 7.x in order to be readable by Elasticsearch 8.x. ========================================= -include::migrate_8_0/mappings.asciidoc[] \ No newline at end of file +include::migrate_8_0/mappings.asciidoc[] +include::migrate_8_0/snapshots.asciidoc[] \ No newline at end of file diff --git a/docs/reference/migration/migrate_8_0/snapshots.asciidoc b/docs/reference/migration/migrate_8_0/snapshots.asciidoc new file mode 100644 index 0000000000000..52db460fa7a16 --- /dev/null +++ b/docs/reference/migration/migrate_8_0/snapshots.asciidoc @@ -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 <> for information +on the `compress` setting.