Bug 1371628
Summary: | osp-director-9: upgrade from 8.0-> 9.0 fails in [overcloud-ControllerNodesPostDeployment-vfo7hwxgjojk-ControllerOvercloudServicesDeployment_Step4-yv2d6a5ghub3]: CREATE_FAILED | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | rlopez |
Component: | rhosp-director | Assignee: | Angus Thomas <athomas> |
Status: | CLOSED DUPLICATE | QA Contact: | Omri Hochman <ohochman> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.0 (Mitaka) | CC: | dbecker, jstransk, mburns, mcornea, morazi, rhel-osp-director-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-31 16:21:28 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
rlopez
2016-08-30 16:18:41 UTC
Adding more info: $ heat event-list overcloud-ControllerNodesPostDeployment-vfo7hwxgjojk | tac | head -n2 WARNING (shell) "heat event-list" is deprecated, please use "openstack stack event list" instead +------------------------------------------------------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------+---------------------+ | overcloud-ControllerNodesPostDeployment-vfo7hwxgjojk | 46a02f8f-33eb-474c-ad75-ece5b2e0c375 | Resource CREATE failed: Error: resources.ControllerOvercloudServicesDeployment_Step4.resources[1]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status code: 6 | CREATE_FAILED | 2016-08-30T03:48:45 | $ heat stack-show overcloud-ControllerNodesPostDeployment-vfo7hwxgjojk | grep NodeConfigIdentifiers WARNING (shell) "heat stack-show" is deprecated, please use "openstack stack show" instead | | "NodeConfigIdentifiers": "{u'deployment_identifier': 1472527744, u'controller_config': {u'1': u'os-apply-config deployment 86fb2737-1dcf-43b1-9421-1a3bf46422bc completed,Root CA cert injection not enabled.,TLS not enabled.,None,', u'0': u'os-apply-config deployment 1ec1e166-073f-4228-997a-64a481c422e0 completed,Root CA cert injection not enabled.,TLS not enabled.,None,', u'2': u'os-apply-config deployment 575d145a-a9e1-4fca-8401-e58bc13e5b05 completed,Root CA cert injection not enabled.,TLS not enabled.,None,'}, u'allnodes_extra': u'none'}" | From what I can tell, I think the following heat-config-files: vi /var/lib/heat-config/heat-config-script/28ab0b90-07e0-4794-8682-123e055db477 vi /var/lib/heat-config/heat-config-script/28ab0b90-07e0-4794-8682-123e055db477 Lines: 182 and 186, Require the same patch as major_upgrade_pacemaker_migrations.sh: https://code.engineering.redhat.com/gerrit/#/c/82472/1/extraconfig/tasks/major_upgrade_pacemaker_migrations.sh The key info is in the fpaste that Roger posted above Stage[main]/Cinder::Setup_test_volume/Exec[pvcreate /dev/loop2]: pvcreate /dev/loop2 returned 5 instead of one of [0] which suggests that the root cause is bug 1356683. *** This bug has been marked as a duplicate of bug 1356683 *** I'm reposting the fpaste as the previous one is only good for 1 month, and this one is good forever. https://paste.fedoraproject.org/418449/63081147/ |