Skip to content

Commit e202a6a

Browse files
authored
[DOCS] Add deprecation docs for fractional byte size values (#77795) (#77917)
We deprecated fractional byte size values in 6.2 with PR #27702 However, we didn't add a related item to the 6.2 deprecation docs. This adds the missing item to the 7.15 deprecation docs.
1 parent fe31be9 commit e202a6a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/reference/migration/migrate_7_15.asciidoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ your application to {es} 7.15.
99

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

12+
* <<breaking_715_indices_deprecations>>
13+
* <<breaking_715_settings_deprecations>>
14+
1215
////
1316
//NOTE: The notable-breaking-changes tagged regions are re-used in the
1417
//Installation and Upgrade Guide
@@ -48,6 +51,10 @@ using any deprecated functionality, enable <<deprecation-logging, deprecation
4851
logging>>.
4952

5053
// tag::notable-breaking-changes[]
54+
[discrete]
55+
[[breaking_715_indices_deprecations]]
56+
==== Indices deprecations
57+
5158
[[deprecate-simpleifs]]
5259
.The `simpleifs` index store type is deprecated.
5360
[%collapsible]
@@ -62,4 +69,26 @@ To avoid deprecation warnings, discontinue use of the `simpleifs` store type in
6269
new indices or index templates. Reindex any index using `simplefs` into one with
6370
another store type.
6471
====
72+
73+
[discrete]
74+
[[breaking_715_settings_deprecations]]
75+
==== Settings deprecations
76+
77+
[[deprecate-fractional-byte-settings]]
78+
.Fractional byte size values are deprecated.
79+
[%collapsible]
80+
====
81+
*Details* +
82+
In 6.2, we deprecated support for fractional byte size values, such as `23.5pb`,
83+
in:
84+
85+
* Cluster settings
86+
* Index settings
87+
* Cluster state metadata, such as an {ilm-init} policy, that support byte size
88+
values
89+
90+
*Impact* +
91+
To avoid deprecation warnings, discontinue use of fractional byte size values in
92+
your configurations. Update any existing configurations to use whole values.
93+
====
6594
// end::notable-breaking-changes[]

0 commit comments

Comments
 (0)