Bug 1591758
| Summary: | Upgrade from v3.9 without ASB to v3.10 with ASB fails | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Montleon <jmontleo> |
| Component: | Installer | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED DUPLICATE | QA Contact: | Johnny Liu <jialiu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mifiedle, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.10.z | ||
| 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-06-15 18:20:20 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: | |||
*** This bug has been marked as a duplicate of bug 1591053 *** Jason if you cluster is still around, can you grab the info requested in https://bugzilla.redhat.com/show_bug.cgi?id=1591053#c13 https://bugzilla.redhat.com/show_bug.cgi?id=1591053#c14 https://bugzilla.redhat.com/show_bug.cgi?id=1591053#c17 |
Description of problem: In an upgrade scenario going from v3.9 without the Ansible Service Broker to v3.10 with Ansible Service Broker upgrade fails Version-Release number of selected component (if applicable): openshift-ansible-3.10.0-0.69.0.git.127.3ca07e5.el7.noarch How reproducible: Seems always with this version, it worked with previous versions Steps to Reproduce: 1. Install Openshift v3.9 without Ansible Service Broker 2. Upgrade to Openshift v3.10 with Ansible Service Broker Actual results: Upgrade Failure Expected results: Upgrade Succeeds Additional info: The upgrade task fails with: default: TASK [Upgrade all storage] ***************************************************** default: fatal: [192.168.121.123.nip.io]: FAILED! => {"changed": true, "cmd": ["oc", "adm", "--config=/etc/origin/master/admin.kubeconfig", "migrate", "storage", "--include=*", "--confirm"], "delta": "0:08:33.033235", "end": "2018-06-15 12:57:43.507263", "failed_when_result": true, "msg": "non-zero return code", "rc": 1, "start": "2018-06-15 12:49:10.474028", "stderr": "Flag --confirm has been deprecated, storage migration does not support dry run, this flag is ignored\nE0615 12:49:43.403650 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:50:15.412130 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:50:47.417414 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:51:19.423533 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:51:51.429644 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:52:23.436566 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:52:55.444078 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:53:27.450879 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:53:59.457587 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:54:31.463779 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:55:03.469350 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:55:35.475230 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:56:07.481064 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:56:39.487395 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:57:11.493629 62428 round_trippers.go:169] CancelRequest not implemented\nE0615 12:57:43.500211 62428 round_trippers.go:169] CancelRequest not implemented\nerror: the server doesn't have a resource type \"clusterservicebrokers\"", "stderr_lines": ["Flag --confirm has been deprecated, storage migration does not support dry run, this flag is ignored", "E0615 12:49:43.403650 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:50:15.412130 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:50:47.417414 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:51:19.423533 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:51:51.429644 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:52:23.436566 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:52:55.444078 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:53:27.450879 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:53:59.457587 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:54:31.463779 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:55:03.469350 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:55:35.475230 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:56:07.481064 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:56:39.487395 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:57:11.493629 62428 round_trippers.go:169] CancelRequest not implemented", "E0615 12:57:43.500211 62428 round_trippers.go:169] CancelRequest not implemented", "error: the server doesn't have a resource type \"clusterservicebrokers\""], "stdout": "", "stdout_lines": []} default: to retry, use: --limit @/vagrant/upgrade-3.10.retry Description of problem: Version-Release number of the following components: rpm -q openshift-ansible rpm -q ansible ansible --version How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Please include the entire output from the last TASK line through the end of output if an error is generated Expected results: Additional info: Please attach logs from ansible-playbook with the -vvv flag Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Description of problem: Version-Release number of the following components: rpm -q openshift-ansible rpm -q ansible ansible --version How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Please include the entire output from the last TASK line through the end of output if an error is generated Expected results: Additional info: Please attach logs from ansible-playbook with the -vvv flag Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Description of problem: Version-Release number of the following components: rpm -q openshift-ansible rpm -q ansible ansible --version How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Please include the entire output from the last TASK line through the end of output if an error is generated Expected results: Additional info: Please attach logs from ansible-playbook with the -vvv flag