| Summary: | 09-node-openshift-iptables-port-proxy-conf throw error during update node from ose-1.2 to ose-2.0 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Cluster Version Operator | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0.0 | CC: | bleanhar, jdetiber, libra-onpremise-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-enterprise-upgrade-node-2.0.0b-1.git.16.a0bff65.el6op | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-04 14:41:46 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: | |
|
Description
Johnny Liu
2013-11-26 11:08:38 UTC
Fix applied in this PR: https://github.com/openshift/enterprise/pull/49 The following etherpad has instructions for the latest build: http://etherpad.corp.redhat.com/ose-2-0-upgrade-2013-11-26 Verified this bug with openshift-enterprise-upgrade-node-2.0.0b-1.git.16.a0bff65.el6op.noarch and openshift-enterprise-release-2.0.0b-1.git.16.a0bff65.el6op.noarch, and PASS. ose-upgrade conf <--snip--> + chkconfig openshift-iptables-port-proxy on + iptables -L rhc-app-comm + iptables -N rhc-app-comm + iptables -I INPUT 4 -j rhc-app-comm + service iptables save iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ] <--snip--> --END /usr/lib/ruby/site_ruby/1.8/ose-upgrade/node/upgrades/2/conf/09-node-openshift-iptables-port-proxy-conf OUTPUT-- INFO: Setting node step 'conf' status to COMPLETE INFO: Next step is 'maintenance_mode |