[3.5] Add online & offline commands to check whether the v2store contains custom content #18993
Labels
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
release/v3.5
type/feature
What would you like to be added?
Part of #12913
etcd 3.6 will panic if the v2store contains custom content. Before users upgrade from 3.5 to 3.6, they must ensure there is no any custom content in v2store; and both the online and offline commands need to check it. For the offline command, it also needs to check the WAL records after the latest v2 snapshot file.
The proposed commands:
Also--enable-v2
and--experimental-enable-v2v3
have already been removed i 3.6, so users must ensure that they do not configure these two flags before upgrading to 3.6. Only the online command checks it.Why is this needed?
To ensure smooth upgrade from 3.5 to 3.6.
The text was updated successfully, but these errors were encountered: