Bug 1485969
| Summary: | During 3.5 to 3.6 upgrade, playbook aborts with "field is immutable after creation" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Thom Carlin <tcarlin> |
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.0 | CC: | aos-bugs, ewolinet, rmeggins, tcarlin, wsun |
| Target Milestone: | --- | ||
| Target Release: | 3.6.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-25 13:06:40 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
Thom Carlin
2017-08-28 15:21:15 UTC
@Eric haven't we seen this before recently? I can reproduced with ose-ansible:v3.5.
1. Reproduce with ose-ansible:v3.5
MSG:
{u'cmd': u'/usr/bin/oc replace -f /tmp/openshift-logging-ansible-jlyAPh/templates/logging-logging-es-0-pvc.yaml -n logging', u'returncode': 1, u'results': {}, u'stderr': u'The PersistentVolumeClaim "logging-es-0" is invalid: spec: Forbidden: field is immutable after creation\n', u'stdout': u''}
to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/openshift-logging.retry
PLAY RECAP ********************************************************************************************************************************************************************************************************
localhost : ok=10 changed=0 unreachable=0 failed=0
openshift-208.lab.eng.nay.redhat.com : ok=1 changed=0 unreachable=0 failed=0
openshift-225.lab.eng.nay.redhat.com : ok=170 changed=18 unreachable=0 failed=1
2. No such issue with ose-ansible:3.6.173.0.30
To clarify https://bugzilla.redhat.com/show_bug.cgi?id=1485969#c3, should be addressed in https://access.redhat.com/errata/RHBA-2017:2639 Testing now... Not seeing the issue in openshift-ansible-3.6.173.0.21-2.git.0.44a4038.el7 but the system is already upgraded 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-2017:3049 |