-
Hi, on the upgrade guide it is stated "bootstrap-defrag-threshold-megabytes" is no longer an experimental feature. But on the 3.6 operations section it is documented as an experimental feature... Could someone verify/confirm this? I'm interested on using auto-defrag. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @morete - Thanks for your question. In v3.6.0 the flag However, as mentioned in #19141 (comment) this does not "graduate" the feature itself. The feature is still experimental. We are only changing the way experimental features are provided so that moving forward when a feature does graduate it does not need to be a breaking change to users in terms of the flags/configuration they supply. For It does look like we need to update the documentation in https://etcd.io/docs/v3.6/op-guide/configuration/#experimental-features so that the new flag name is listed. I've opened etcd-io/website#1036 to address this. |
Beta Was this translation helpful? Give feedback.
Hi @morete - Thanks for your question.
In v3.6.0 the flag
--experimental-bootstrap-defrag-threshold-megabytes
has been marked as deprecated with the new flag--bootstrap-defrag-threshold-megabytes
to take its place, as outlined in our 3.6 upgrade guide https://etcd.io/docs/v3.6/upgrades/upgrade_3_6/#flags-deprecated.However, as mentioned in #19141 (comment) this does not "graduate" the feature itself. The feature is still experimental. We are only changing the way experimental features are provided so that moving forward when a feature does graduate it does not need to be a breaking change to users in terms of the flags/configuration they supply.
For
v3.6.x
releases, when you launch etcd…