Skip to content

[7.15] [DOCS] Add deprecation docs for fractional byte size values (#77795) #77917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/reference/migration/migrate_7_15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ your application to {es} 7.15.

See also <<release-highlights>> and <<es-release-notes>>.

* <<breaking_715_indices_deprecations>>
* <<breaking_715_settings_deprecations>>

////
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand Down Expand Up @@ -48,6 +51,10 @@ using any deprecated functionality, enable <<deprecation-logging, deprecation
logging>>.

// tag::notable-breaking-changes[]
[discrete]
[[breaking_715_indices_deprecations]]
==== Indices deprecations

[[deprecate-simpleifs]]
.The `simpleifs` index store type is deprecated.
[%collapsible]
Expand All @@ -62,4 +69,26 @@ To avoid deprecation warnings, discontinue use of the `simpleifs` store type in
new indices or index templates. Reindex any index using `simplefs` into one with
another store type.
====

[discrete]
[[breaking_715_settings_deprecations]]
==== Settings deprecations

[[deprecate-fractional-byte-settings]]
.Fractional byte size values are deprecated.
[%collapsible]
====
*Details* +
In 6.2, we deprecated support for fractional byte size values, such as `23.5pb`,
in:

* Cluster settings
* Index settings
* Cluster state metadata, such as an {ilm-init} policy, that support byte size
values

*Impact* +
To avoid deprecation warnings, discontinue use of fractional byte size values in
your configurations. Update any existing configurations to use whole values.
====
// end::notable-breaking-changes[]