Bug 1552252
| Summary: | etcd migration playbook fails after upgrade to OCP 3.6 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mark LaBonte <mlabonte> |
| Component: | Cluster Version Operator | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED DUPLICATE | QA Contact: | liujia <jiajliu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-06 22:00:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1724792 | ||
|
Description
Mark LaBonte
2018-03-06 20:08:24 UTC
Snapshots are taken every 10,000 changes by etcd. In cleanly provisioned environments you may not have had a snapshot taken as there haven't been 10,000 database changes. A snapshot is requisite for v2 to v3 migration. You can workaround this by setting a lower ETCD_SNAPSHOT_COUNT value in /etc/etcd/etcd.conf restarting etcd, checking for a snapshot in /var/lib/etcd/member/snap then commenting that line and restarting etcd again. If you have multiple etcd hosts you'll need to do this on all of them prior to performing the migration. *** This bug has been marked as a duplicate of bug 1501752 *** |