Bug 1469132
Summary: | [osp12]Cannot scale compute node on HA environment | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Artem Hrechanychenko <ahrechan> | ||||
Component: | openstack-tripleo-heat-templates | Assignee: | Emilien Macchi <emacchi> | ||||
Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 12.0 (Pike) | CC: | m.andre, mburns, mcornea, michele, rhallise, rhel-osp-director-maint, tvignaud | ||||
Target Milestone: | beta | Keywords: | Triaged | ||||
Target Release: | 12.0 (Pike) | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | openstack-tripleo-heat-templates-7.0.0-0.20170718190543.el7ost puppet-tripleo-7.1.1-0.20170719150224.cb66aeb.el7ost | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-12-13 21:39:17 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: | |||||||
Attachments: |
|
Description
Artem Hrechanychenko
2017-07-10 12:54:39 UTC
So the error seems to be: rsync: rename failed for \"/var/lib/config-data/haproxy/etc/hostname\" (from etc/.~tmp~/hostname): Device or resource busy (16)", "rsync: rename failed for \"/va r/lib/config-data/haproxy/etc/hosts\" (from etc/.~tmp~/hosts): Device or resource busy (16)", "rsync: rename failed for \"/var/lib/config-data/haproxy/etc/resolv.conf\" (from etc/.~tmp~/ resolv.conf): Device or resource busy (16)", "rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9] I think https://review.openstack.org/#/c/477535/ should fix this Moving to POST since the all the patches merged upstream. Verified openstack-tripleo-heat-templates-7.0.3-0.20171024200823.el7ost.noarch [stack@undercloud-0 ~]$ source stackrc (undercloud) [stack@undercloud-0 ~]$ nova list +--------------------------------------+--------------+--------+------------+-------------+------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+--------------+--------+------------+-------------+------------------------+ | 6fb04d2a-fa32-413a-b8ff-a3416a5a285b | compute-0 | ACTIVE | - | Running | ctlplane=192.168.24.11 | | 10e51128-2226-4857-b2bb-200c948e8c12 | compute-1 | ACTIVE | - | Running | ctlplane=192.168.24.18 | | ef8ee19e-aed1-4785-a600-833da5b0d802 | controller-0 | ACTIVE | - | Running | ctlplane=192.168.24.10 | | 5c8bb574-4a3e-4dbb-a4d8-8bfb34f7c5d3 | controller-1 | ACTIVE | - | Running | ctlplane=192.168.24.6 | | f67299d1-b970-454c-afc2-07a363d431e6 | controller-2 | ACTIVE | - | Running | ctlplane=192.168.24.16 | +--------------------------------------+--------------+--------+------------+-------------+------------------------+ (undercloud) [stack@undercloud-0 ~]$ heat stack-list WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead +--------------------------------------+------------+-----------------+----------------------+----------------------+----------------------------------+ | id | stack_name | stack_status | creation_time | updated_time | project | +--------------------------------------+------------+-----------------+----------------------+----------------------+----------------------------------+ | 1a683c36-523a-4c03-9990-0e06d80e940a | overcloud | UPDATE_COMPLETE | 2017-11-06T13:37:44Z | 2017-11-06T14:26:17Z | cefc730dd8464a5581ce95f5a8685740 | +--------------------------------------+------------+-----------------+----------------------+----------------------+----------------------------------+ 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/RHEA-2017:3462 |