Bug 1847188
Summary: | tripleo_iscsid doesn't start on power8 compute node | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jeremy Freudberg <jfreudbe> |
Component: | python-paunch | Assignee: | Jeremy Freudberg <jfreudbe> |
Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 16.1 (Train) | CC: | aschultz, bfournie, emacchi, jlibosva, kdo, mbultel, mburns, spower, tonyb |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 16.1 (Train on RHEL 8.2) | ||
Hardware: | ppc64le | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-paunch-5.3.3-0.20200527083421.16ae5e4.el8ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-29 07:53: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: | |||
Bug Depends On: | |||
Bug Blocks: | 1835269 |
Description
Jeremy Freudberg
2020-06-15 20:55:30 UTC
We have a number of ways to correct this defect on Power8 1. A patch to Paunch to *never* emit the --cpu_sets arg to podman. This seems like a bad idea and will create a user visible change 2. Create 2 ansible tasks (run at step 0) 1) to disable SMT on power8 CPUs at system boot and ; 2) Manually run that before any container config 3. Update all containers with something like: * https://opendev.org/openstack/tripleo-heat-templates/src/branch/stable/train/deployment/nova/nova-libvirt-container-puppet.yaml#L228 * https://opendev.org/openstack/tripleo-heat-templates/src/branch/stable/train/deployment/nova/nova-libvirt-container-puppet.yaml#L699 To effectively implement option 1 https://review.opendev.org/#/c/737549/ might be a potential fix, can you test it? the paunch changes in 737549 are helpful -- deploy on power8 succeeds *** Bug 1834901 has been marked as a duplicate of this bug. *** 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/RHBA-2020:3148 |