Bug 1701159
| Summary: | [OSP15] failed healthcheck for nova_scheduler and nova_compute containers | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Artem Hrechanychenko <ahrechan> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Martin Schuppert <mschuppe> |
| Status: | CLOSED ERRATA | QA Contact: | Artem Hrechanychenko <ahrechan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 15.0 (Stein) | CC: | dasmith, eglynn, jhakimra, kchamart, mburns, mschuppe, sbauza, sgordon, slinaber, vromanso |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | 15.0 (Stein) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-10.5.1-0.20190429000408.3415df5.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-21 11:21:11 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
Artem Hrechanychenko
2019-04-18 09:15:44 UTC
fix [1] merged upstream. [1] https://review.openstack.org/652964 Verified openstack-tripleo-heat-templates-10.5.1-0.20190619000409.eff8376.el8ost.noarch [stack@undercloud-0 ~]$ sudo systemctl status ripleo_nova_compute_healthcheck.service Unit ripleo_nova_compute_healthcheck.service could not be found. [stack@undercloud-0 ~]$ sudo systemctl status tripleo_nova_compute_healthcheck.service ● tripleo_nova_compute_healthcheck.service - nova_compute healthcheck Loaded: loaded (/etc/systemd/system/tripleo_nova_compute_healthcheck.service; disabled; vendor preset: disabled) Active: inactive (dead) since Tue 2019-06-25 08:50:22 UTC; 30s ago Process: 55946 ExecStart=/usr/bin/podman exec nova_compute /openstack/healthcheck 5672 (code=exited, status=0/SUCCESS) Main PID: 55946 (code=exited, status=0/SUCCESS) Jun 25 08:50:21 undercloud-0.redhat.local systemd[1]: Starting nova_compute healthcheck... Jun 25 08:50:22 undercloud-0.redhat.local systemd[1]: Started nova_compute healthcheck. [stack@undercloud-0 ~]$ sudo systemctl status tripleo_nova_compute_healthcheck.service ● tripleo_nova_compute_healthcheck.service - nova_compute healthcheck Loaded: loaded (/etc/systemd/system/tripleo_nova_compute_healthcheck.service; disabled; vendor preset: disabled) Active: inactive (dead) since Tue 2019-06-25 08:50:22 UTC; 30s ago Process: 55946 ExecStart=/usr/bin/podman exec nova_compute /openstack/healthcheck 5672 (code=exited, status=0/SUCCESS) Main PID: 55946 (code=exited, status=0/SUCCESS) Jun 25 08:50:21 undercloud-0.redhat.local systemd[1]: Starting nova_compute healthcheck... Jun 25 08:50:22 undercloud-0.redhat.local systemd[1]: Started nova_compute healthcheck. [stack@undercloud-0 ~]$ sudo systemctl status tripleo_nova_scheduer_healthcheck.service Unit tripleo_nova_scheduer_healthcheck.service could not be found. [stack@undercloud-0 ~]$ sudo systemctl status tripleo_nova_scheduler_healthcheck.service ● tripleo_nova_scheduler_healthcheck.service - nova_scheduler healthcheck Loaded: loaded (/etc/systemd/system/tripleo_nova_scheduler_healthcheck.service; disabled; vendor preset: disabled) Active: inactive (dead) since Tue 2019-06-25 08:50:21 UTC; 49s ago Process: 55943 ExecStart=/usr/bin/podman exec nova_scheduler /openstack/healthcheck 5672 (code=exited, status=0/SUCCESS) Main PID: 55943 (code=exited, status=0/SUCCESS) Jun 25 08:50:21 undercloud-0.redhat.local systemd[1]: Starting nova_scheduler healthcheck... Jun 25 08:50:21 undercloud-0.redhat.local systemd[1]: Started nova_scheduler healthcheck. 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-2019:2811 |