| Summary: | rhel-osp-director: 8.0 - heat resources are stopped in "pcs status" output. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> | ||||||
| Component: | rhosp-director | Assignee: | Jiri Stransky <jstransk> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Alexander Chuzhoy <sasha> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 8.0 (Liberty) | CC: | achernet, jcoufal, mburns, mcornea, ohochman, rhel-osp-director-maint, sasha | ||||||
| Target Milestone: | ga | Keywords: | TestOnly, Triaged | ||||||
| Target Release: | 8.0 (Liberty) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-04-07 21:43: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: | |||||||
| Attachments: |
|
||||||||
Created attachment 1108707 [details]
logs from one controller.
Environment: instack-undercloud-2.2.0-1.el7ost.noarch The issue doesn't re-occur on every deployment. Sasha, please attach a crm report and we'll send it over to the HA team Created attachment 1114646 [details]
crm report from rhos 7.1 with the same issue
Sasha can you retest this on the latest OSPd 8 puddle once we have one? We need a CRM report from the failure on that code base, if it is still recurring. Verified: Environment: python-heatclient-0.8.0-1.el7ost.noarch openstack-heat-api-cfn-5.0.1-1.el7ost.noarch openstack-heat-templates-0-0.1.20151019.el7ost.noarch openstack-tripleo-heat-templates-0.8.7-12.el7ost.noarch openstack-heat-api-5.0.1-1.el7ost.noarch openstack-heat-engine-5.0.1-1.el7ost.noarch openstack-tripleo-heat-templates-kilo-0.8.7-12.el7ost.noarch openstack-heat-api-cloudwatch-5.0.1-1.el7ost.noarch openstack-heat-common-5.0.1-1.el7ost.noarch Deployed HA overcloud with network isolation: no stopped pcs resources . 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://rhn.redhat.com/errata/RHEA-2016-0604.html |
rhel-osp-director: 8.0 - heat resources are stopped in "pcs status" output. Environment: python-heatclient-0.8.0-1.el7ost.noarch openstack-heat-engine-5.0.0-1.el7ost.noarch openstack-heat-common-5.0.0-1.el7ost.noarch openstack-heat-api-cfn-5.0.0-1.el7ost.noarch openstack-heat-api-cloudwatch-5.0.0-1.el7ost.noarch openstack-heat-api-5.0.0-1.el7ost.noarch Steps to reproduce: 1. Deploy HA overcloud (used Bare metal setup with network isolation). 2. Run pcs status|grep -B2 -i stop Result: Clone Set: openstack-heat-engine-clone [openstack-heat-engine] Started: [ overcloud-controller-0 overcloud-controller-2 ] Stopped: [ overcloud-controller-1 ] -- Clone Set: openstack-heat-api-clone [openstack-heat-api] Started: [ overcloud-controller-0 overcloud-controller-2 ] Stopped: [ overcloud-controller-1 ] -- Clone Set: openstack-heat-api-cloudwatch-clone [openstack-heat-api-cloudwatch] Started: [ overcloud-controller-0 overcloud-controller-2 ] Stopped: [ overcloud-controller-1 ] -- Clone Set: openstack-heat-api-cfn-clone [openstack-heat-api-cfn] Started: [ overcloud-controller-0 overcloud-controller-2 ] Stopped: [ overcloud-controller-1 ] Expected result: No stopped services.