Bug 1408453
Summary: | redhat-sso-7/sso70-openshift image fails to start | ||
---|---|---|---|
Product: | Red Hat xPaaS | Reporter: | Brendan Mchugh <bmchugh> |
Component: | Documentation | Assignee: | Jan Lieskovsky <jlieskov> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | bholmes, igueye, jcosta, jlieskov, kconner, kunallimaye, rbost, rcernich |
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-07-26 15:29:13 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: |
Description
Brendan Mchugh
2016-12-23 13:05:51 UTC
I'm also seeing this. Here are my steps: https://gist.github.com/jpkrohling/5c9d4bb72895ba1b4e929a70ff56f533 And here are the logs: https://paste.fedoraproject.org/paste/ipw4QYmQEieERV4livVNUw This is usually related to docker issues with layered filesystems, what is the environment? I tested it on Fedora 26, with docker-ce (Docker, Inc). FYI I had this problem with RH SSO on an OCP 3.6 cluster running in AWS (AWS Reference Architecture). The error occurred when using in-container storage. If I added a PV (gp2), and mounted it to /opt/eap/standalone/configuration/standalone_xml_history/ then the rollout of the SSO container succeeds. It's not a fix, but it's a workaround. @Ben is this environment something I can have access to? If so please email me directly. Encountered this error when running OCP 3.6 on Azure. Below is the workaround used. # Create a persistent volume claim in the deployment config using the command below $ oc volume dc/sso --add --claim-size 512M --mount-path /opt/eap/standalone/configuration/standalone_xml_history --name standalone-xml-history As the deployment config is updated it should automatically trigger a new deployment The CLOUD-2195 issue (https://issues.jboss.org/browse/CLOUD-2195) was addressed in RH-SSO 7.2 for OpenShift image starting from "redhat-sso-7/sso72-openshift:1.0-5" image tag. The RH-SSO 7.0 for OpenShift and RH-SSO 7.1 for OpenShift images are deprecated, and will no longer receive updates. The RH-SSO 7.2 for OpenShift image should be used instead. Refer to "Deprecated image streams and application templates" section of the RH-SSO for OpenShift image -- https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.2/html-single/red_hat_single_sign-on_for_openshift/#deprecated_image_streams_and_application_templates_for_rh_sso_for_openshift for details. |