Bug 1539892
| Summary: | [starter-ca-central-1] errors during migration of storage on 3.8 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mo <mkhan> |
| Component: | Master | Assignee: | Mo <mkhan> |
| Status: | CLOSED ERRATA | QA Contact: | ge liu <geliu> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.9.0 | CC: | aos-bugs, haowang, jokerman, jupierce, mkhan, mmccomas, sdodson |
| Target Milestone: | --- | Keywords: | DeliveryBlocker |
| Target Release: | 3.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1537751 | Environment: | |
| Last Closed: | 2018-03-28 14:23:55 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: | 1537751 | ||
| Bug Blocks: | 1539889, 1539890 | ||
|
Comment 1
Mo
2018-01-29 19:38:56 UTC
Verified on ocp env: # openshift version openshift v3.9.0-0.36.0 kubernetes v1.9.1+a0ce1bc657 etcd 3.2.8 # oc adm migrate storage --include='*' --confirm summary: total=1489 errors=0 ignored=0 unchanged=1489 migrated=0 # oc adm migrate storage --include=imagestreams,rolebindingrestrictions,rolebindings,secrets --confirm summary: total=370 errors=0 ignored=0 unchanged=370 migrated=0 But I'm wonder that why there is not migrated object, is there not change about stored version of API objects?? (In reply to ge liu from comment #3) > Verified on ocp env: > > # openshift version > openshift v3.9.0-0.36.0 > kubernetes v1.9.1+a0ce1bc657 > etcd 3.2.8 > > # oc adm migrate storage --include='*' --confirm > summary: total=1489 errors=0 ignored=0 unchanged=1489 migrated=0 > # oc adm migrate storage > --include=imagestreams,rolebindingrestrictions,rolebindings,secrets --confirm > summary: total=370 errors=0 ignored=0 unchanged=370 migrated=0 > > But I'm wonder that why there is not migrated object, is there not change > about stored version of API objects?? Yes, it is possible to have change in all objects, especially when you have a very small number of objects of limited type variety. Sorry, I meant to say, "have no change in all objects" Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0489 |